ImageFileCreateEntry Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ImageFileCreateEntry
- com.
public class ImageFileCreateEntry
The ImageFileCreateEntry model.
Method Summary
Modifier and Type | Method and Description |
---|---|
byte [] |
contents()
Get the contents value. |
String |
name()
Get the name value. |
List<Region> |
regions()
Get the regions value. |
List<UUID> |
tagIds()
Get the tagIds value. |
Image |
withContents(byte[] contents)
Set the contents value. |
Image |
withName(String name)
Set the name value. |
Image |
withRegions(List<Region> regions)
Set the regions value. |
Image |
withTagIds(List<UUID> tagIds)
Set the tagIds value. |
Method Details
contents
public byte [] contents()
Get the contents value.
Returns:
name
public String name()
Get the name value.
Returns:
regions
public List
Get the regions value.
Returns:
tagIds
public List
Get the tagIds value.
Returns:
withContents
public ImageFileCreateEntry withContents(byte[] contents)
Set the contents value.
Parameters:
Returns:
withName
public ImageFileCreateEntry withName(String name)
Set the name value.
Parameters:
Returns:
withRegions
public ImageFileCreateEntry withRegions(List
Set the regions value.
Parameters:
Returns:
withTagIds
public ImageFileCreateEntry withTagIds(List
Set the tagIds value.
Parameters:
Returns: