ImagePerformance Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ImagePerformance
- com.
public class ImagePerformance
Image performance model.
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 |
imageUri()
Get the imageUri value. |
List<Prediction> |
predictions()
Get the predictions value. |
List<Image |
regions()
Get the regions 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:
imageUri
public String imageUri()
Get the imageUri value.
Returns:
predictions
public List
Get the predictions value.
Returns:
regions
public List
Get the regions 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