ImageRegion クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ImageRegion
- com.
public class ImageRegion
ImageRegion モデル。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
DateTime |
created()
作成された値を取得します。 |
double |
height()
高さの値を取得します。 |
double |
left()
左側の値を取得します。 |
UUID |
regionId()
regionId 値を取得します。 |
UUID |
tagId()
tagId 値を取得します。 |
String |
tagName()
tagName 値を取得します。 |
double |
top()
最上位の値を取得します。 |
double |
width()
幅の値を取得します。 |
Image |
withHeight(double height)
高さの値を設定します。 |
Image |
withLeft(double left)
左側の値を設定します。 |
Image |
withTagId(UUID tagId)
tagId 値を設定します。 |
Image |
withTop(double top)
最上位の値を設定します。 |
Image |
withWidth(double width)
幅の値を設定します。 |
メソッドの詳細
created
public DateTime created()
作成された値を取得します。
Returns:
height
public double height()
高さの値を取得します。
Returns:
left
public double left()
左側の値を取得します。
Returns:
regionId
public UUID regionId()
regionId 値を取得します。
Returns:
tagId
public UUID tagId()
tagId 値を取得します。
Returns:
tagName
public String tagName()
tagName 値を取得します。
Returns:
top
public double top()
最上位の値を取得します。
Returns:
width
public double width()
幅の値を取得します。
Returns:
withHeight
public ImageRegion withHeight(double height)
高さの値を設定します。
Parameters:
Returns:
withLeft
public ImageRegion withLeft(double left)
左側の値を設定します。
Parameters:
Returns:
withTagId
public ImageRegion withTagId(UUID tagId)
tagId 値を設定します。
Parameters:
Returns:
withTop
public ImageRegion withTop(double top)
最上位の値を設定します。
Parameters:
Returns:
withWidth
public ImageRegion withWidth(double width)
幅の値を設定します。
Parameters:
Returns:
適用対象
Azure SDK for Java