你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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