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