ImageFileCreateEntry クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ImageFileCreateEntry
- com.
public class ImageFileCreateEntry
ImageFileCreateEntry モデル。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
byte [] |
contents()
内容の値を取得します。 |
String |
name()
名前の値を取得します。 |
List<Region> |
regions()
リージョンの値を取得します。 |
List<UUID> |
tagIds()
tagIds 値を取得します。 |
Image |
withContents(byte[] contents)
内容の値を設定します。 |
Image |
withName(String name)
名前の値を設定します。 |
Image |
withRegions(List<Region> regions)
リージョンの値を設定します。 |
Image |
withTagIds(List<UUID> tagIds)
tagIds 値を設定します。 |
メソッドの詳細
contents
public byte [] contents()
内容の値を取得します。
Returns:
name
public String name()
名前の値を取得します。
Returns:
regions
public List
リージョンの値を取得します。
Returns:
tagIds
public List
tagIds 値を取得します。
Returns:
withContents
public ImageFileCreateEntry withContents(byte[] contents)
内容の値を設定します。
Parameters:
Returns:
withName
public ImageFileCreateEntry withName(String name)
名前の値を設定します。
Parameters:
Returns:
withRegions
public ImageFileCreateEntry withRegions(List
リージョンの値を設定します。
Parameters:
Returns:
withTagIds
public ImageFileCreateEntry withTagIds(List
tagIds 値を設定します。
Parameters:
Returns:
適用対象
Azure SDK for Java