ImageObjectDetectionPredictionParams

Prediction model parameters for Image Object Detection.

Fields
confidenceThreshold number

The Model only returns predictions with at least this confidence score. Default value is 0.0

maxPredictions integer

The Model only returns up to that many top, by confidence score, predictions per instance. Note that number of returned predictions is also limited by metadata's predictionsLimit. Default value is 10.

JSON representation
{
  "confidenceThreshold": number,
  "maxPredictions": integer
}