PredictionQueryResult Class

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

public class PredictionQueryResult

The PredictionQueryResult model.

Method Summary

Modifier and Type Method and Description
List<StoredImagePrediction> results()

Get the results value.

PredictionQueryToken token()

Get the token value.

Method Details

results

public List results()

Get the results value.

Returns:

the results value

token

public PredictionQueryToken token()

Get the token value.

Returns:

the token value

Applies to