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

PredictionQueryResult interface

Query result of the prediction images that were sent to your prediction endpoint.

Properties

results

Result of an image prediction request. NOTE: This property will not be serialized. It can only be populated by the server.

token

Prediction Query Token.

Property Details

results

Result of an image prediction request. NOTE: This property will not be serialized. It can only be populated by the server.

results?: StoredImagePrediction[]

Property Value

token

Prediction Query Token.

token?: PredictionQueryToken

Property Value