次の方法で共有


ImageRegionCreateEntry クラス

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

public class ImageRegionCreateEntry

リージョンをイメージに関連付けるエントリ。

メソッドの概要

修飾子と型 メソッドと説明
double height()

高さの値を取得します。

UUID imageId()

imageId 値を取得します。

double left()

左の値を取得します。

UUID tagId()

tagId 値を取得します。

double top()

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

double width()

幅の値を取得します。

ImageRegionCreateEntry withHeight(double height)

高さの値を設定します。

ImageRegionCreateEntry withImageId(UUID imageId)

imageId 値を設定します。

ImageRegionCreateEntry withLeft(double left)

左の値を設定します。

ImageRegionCreateEntry withTagId(UUID tagId)

tagId 値を設定します。

ImageRegionCreateEntry withTop(double top)

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

ImageRegionCreateEntry withWidth(double width)

幅の値を設定します。

メソッドの詳細

height

public double height()

高さの値を取得します。

Returns:

高さの値

imageId

public UUID imageId()

imageId 値を取得します。

Returns:

imageId 値

left

public double left()

左の値を取得します。

Returns:

左の値

tagId

public UUID tagId()

tagId 値を取得します。

Returns:

tagId 値

top

public double top()

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

Returns:

最上位の値

width

public double width()

幅の値を取得します。

Returns:

幅の値

withHeight

public ImageRegionCreateEntry withHeight(double height)

高さの値を設定します。

Parameters:

height - 設定する高さの値

Returns:

ImageRegionCreateEntry オブジェクト自体。

withImageId

public ImageRegionCreateEntry withImageId(UUID imageId)

imageId 値を設定します。

Parameters:

imageId - 設定する imageId 値

Returns:

ImageRegionCreateEntry オブジェクト自体。

withLeft

public ImageRegionCreateEntry withLeft(double left)

左の値を設定します。

Parameters:

left - 設定する左の値

Returns:

ImageRegionCreateEntry オブジェクト自体。

withTagId

public ImageRegionCreateEntry withTagId(UUID tagId)

tagId 値を設定します。

Parameters:

tagId - 設定する tagId 値

Returns:

ImageRegionCreateEntry オブジェクト自体。

withTop

public ImageRegionCreateEntry withTop(double top)

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

Parameters:

top - 設定する最上位の値

Returns:

ImageRegionCreateEntry オブジェクト自体。

withWidth

public ImageRegionCreateEntry withWidth(double width)

幅の値を設定します。

Parameters:

width - 設定する幅の値

Returns:

ImageRegionCreateEntry オブジェクト自体。

適用対象