StoredImagePrediction Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. StoredImagePrediction
- com.
public class StoredImagePrediction
result of an image classification request.
Method Summary
Modifier and Type | Method and Description |
---|---|
DateTime |
created()
Get the created value. |
UUID |
domain()
Get the domain value. |
UUID |
id()
Get the id value. |
UUID |
iteration()
Get the iteration value. |
String |
originalImageUri()
Get the originalImageUri value. |
List<Prediction> |
predictions()
Get the predictions value. |
UUID |
project()
Get the project value. |
String |
resizedImageUri()
Get the resizedImageUri value. |
String |
thumbnailUri()
Get the thumbnailUri value. |
Method Details
created
public DateTime created()
Get the created value.
Returns:
domain
public UUID domain()
Get the domain value.
Returns:
id
public UUID id()
Get the id value.
Returns:
iteration
public UUID iteration()
Get the iteration value.
Returns:
originalImageUri
public String originalImageUri()
Get the originalImageUri value.
Returns:
predictions
public List
Get the predictions value.
Returns:
project
public UUID project()
Get the project value.
Returns:
resizedImageUri
public String resizedImageUri()
Get the resizedImageUri value.
Returns:
thumbnailUri
public String thumbnailUri()
Get the thumbnailUri value.
Returns:
Applies to
Azure SDK for Java