ImageSegmentationPredictionParams

Prediction model parameters for Image Segmentation.

Fields
confidenceThreshold number

When the model predicts category of pixels of the image, it will only provide predictions for pixels that it is at least this much confident about. All other pixels will be classified as background. Default value is 0.5.

JSON representation
{
  "confidenceThreshold": number
}