Prediction model parameters for Image Object Detection.
confidenceThresholdnumber
The Model only returns predictions with at least this confidence score. Default value is 0.0
maxPredictionsinteger
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 } |