Image Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. Image
- com.
public class Image
Image model to be sent as JSON.
Method Summary
Modifier and Type | Method and Description |
---|---|
DateTime |
created()
Get the created value. |
int |
height()
Get the height value. |
UUID |
id()
Get the id value. |
String |
originalImageUri()
Get the originalImageUri value. |
List<Image |
regions()
Get the regions value. |
String |
resizedImageUri()
Get the resizedImageUri value. |
List<Image |
tags()
Get the tags value. |
String |
thumbnailUri()
Get the thumbnailUri value. |
int |
width()
Get the width value. |
Method Details
created
public DateTime created()
Get the created value.
Returns:
height
public int height()
Get the height value.
Returns:
id
public UUID id()
Get the id value.
Returns:
originalImageUri
public String originalImageUri()
Get the originalImageUri value.
Returns:
regions
public List
Get the regions value.
Returns:
resizedImageUri
public String resizedImageUri()
Get the resizedImageUri value.
Returns:
tags
public List
Get the tags value.
Returns:
thumbnailUri
public String thumbnailUri()
Get the thumbnailUri value.
Returns:
width
public int width()
Get the width value.
Returns:
Applies to
Azure SDK for Java