ImageRegionCreateEntry クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ImageRegionCreateEntry
- com.
public class ImageRegionCreateEntry
リージョンをイメージに関連付けるエントリ。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
double |
height()
高さの値を取得します。 |
UUID |
imageId()
imageId 値を取得します。 |
double |
left()
左の値を取得します。 |
UUID |
tagId()
tagId 値を取得します。 |
double |
top()
最上位の値を取得します。 |
double |
width()
幅の値を取得します。 |
Image |
withHeight(double height)
高さの値を設定します。 |
Image |
withImageId(UUID imageId)
imageId 値を設定します。 |
Image |
withLeft(double left)
左の値を設定します。 |
Image |
withTagId(UUID tagId)
tagId 値を設定します。 |
Image |
withTop(double top)
最上位の値を設定します。 |
Image |
withWidth(double width)
幅の値を設定します。 |
メソッドの詳細
height
public double height()
高さの値を取得します。
Returns:
imageId
public UUID imageId()
imageId 値を取得します。
Returns:
left
public double left()
左の値を取得します。
Returns:
tagId
public UUID tagId()
tagId 値を取得します。
Returns:
top
public double top()
最上位の値を取得します。
Returns:
width
public double width()
幅の値を取得します。
Returns:
withHeight
public ImageRegionCreateEntry withHeight(double height)
高さの値を設定します。
Parameters:
Returns:
withImageId
public ImageRegionCreateEntry withImageId(UUID imageId)
imageId 値を設定します。
Parameters:
Returns:
withLeft
public ImageRegionCreateEntry withLeft(double left)
左の値を設定します。
Parameters:
Returns:
withTagId
public ImageRegionCreateEntry withTagId(UUID tagId)
tagId 値を設定します。
Parameters:
Returns:
withTop
public ImageRegionCreateEntry withTop(double top)
最上位の値を設定します。
Parameters:
Returns:
withWidth
public ImageRegionCreateEntry withWidth(double width)
幅の値を設定します。
Parameters:
Returns:
適用対象
Azure SDK for Java