ClassificationPredictionResult

Prediction output format for Image and Text Classification.

Fields
ids[] string (int64 format)

The resource IDs of the AnnotationSpecs that had been identified.

displayNames[] string

The display names of the AnnotationSpecs that had been identified, order matches the IDs.

confidences[] number

The Model's confidences in correctness of the predicted IDs, higher value means higher confidence. Order matches the Ids.

JSON representation
{
  "ids": [
    string
  ],
  "displayNames": [
    string
  ],
  "confidences": [
    number
  ]
}