StoredImagePrediction Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.customvision.training.models.StoredImagePrediction

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:

the created value

domain

public UUID domain()

Get the domain value.

Returns:

the domain value

id

public UUID id()

Get the id value.

Returns:

the id value

iteration

public UUID iteration()

Get the iteration value.

Returns:

the iteration value

originalImageUri

public String originalImageUri()

Get the originalImageUri value.

Returns:

the originalImageUri value

predictions

public List predictions()

Get the predictions value.

Returns:

the predictions value

project

public UUID project()

Get the project value.

Returns:

the project value

resizedImageUri

public String resizedImageUri()

Get the resizedImageUri value.

Returns:

the resizedImageUri value

thumbnailUri

public String thumbnailUri()

Get the thumbnailUri value.

Returns:

the thumbnailUri value

Applies to