次の方法で共有


ImageRegionCreateResult クラス

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.customvision.training.models.ImageRegionCreateResult

public class ImageRegionCreateResult

ImageRegionCreateResult モデル。

メソッドの概要

修飾子と型 メソッドと説明
DateTime created()

作成された値を取得します。

double height()

高さの値を取得します。

UUID imageId()

imageId 値を取得します。

double left()

左の値を取得します。

UUID regionId()

regionId 値を取得します。

UUID tagId()

tagId 値を取得します。

String tagName()

tagName 値を取得します。

double top()

最上位の値を取得します。

double width()

幅の値を取得します。

ImageRegionCreateResult withHeight(double height)

高さの値を設定します。

ImageRegionCreateResult withLeft(double left)

左の値を設定します。

ImageRegionCreateResult withTagId(UUID tagId)

tagId 値を設定します。

ImageRegionCreateResult withTop(double top)

最上位の値を設定します。

ImageRegionCreateResult withWidth(double width)

幅の値を設定します。

メソッドの詳細

created

public DateTime created()

作成された値を取得します。

Returns:

作成された値

height

public double height()

高さの値を取得します。

Returns:

高さの値

imageId

public UUID imageId()

imageId 値を取得します。

Returns:

imageId 値

left

public double left()

左の値を取得します。

Returns:

左の値

regionId

public UUID regionId()

regionId 値を取得します。

Returns:

regionId 値

tagId

public UUID tagId()

tagId 値を取得します。

Returns:

tagId 値

tagName

public String tagName()

tagName 値を取得します。

Returns:

tagName 値

top

public double top()

最上位の値を取得します。

Returns:

最上位の値

width

public double width()

幅の値を取得します。

Returns:

幅の値

withHeight

public ImageRegionCreateResult withHeight(double height)

高さの値を設定します。

Parameters:

height - 設定する高さの値

Returns:

ImageRegionCreateResult オブジェクト自体。

withLeft

public ImageRegionCreateResult withLeft(double left)

左の値を設定します。

Parameters:

left - 設定する左の値

Returns:

ImageRegionCreateResult オブジェクト自体。

withTagId

public ImageRegionCreateResult withTagId(UUID tagId)

tagId 値を設定します。

Parameters:

tagId - 設定する tagId 値

Returns:

ImageRegionCreateResult オブジェクト自体。

withTop

public ImageRegionCreateResult withTop(double top)

最上位の値を設定します。

Parameters:

top - 設定する最上位の値

Returns:

ImageRegionCreateResult オブジェクト自体。

withWidth

public ImageRegionCreateResult withWidth(double width)

幅の値を設定します。

Parameters:

width - 設定する幅の値

Returns:

ImageRegionCreateResult オブジェクト自体。

適用対象