Cloud AI Platform v1 API - Class ImageObjectDetectionPredictionParams (2.27.0)

public sealed class ImageObjectDetectionPredictionParams : IMessage<ImageObjectDetectionPredictionParams>, IEquatable<ImageObjectDetectionPredictionParams>, IDeepCloneable<ImageObjectDetectionPredictionParams>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ImageObjectDetectionPredictionParams.

Prediction model parameters for Image Object Detection.

Inheritance

object > ImageObjectDetectionPredictionParams

Namespace

Google.Cloud.AIPlatform.V1.Schema.Predict.Params

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ImageObjectDetectionPredictionParams()

public ImageObjectDetectionPredictionParams()

ImageObjectDetectionPredictionParams(ImageObjectDetectionPredictionParams)

public ImageObjectDetectionPredictionParams(ImageObjectDetectionPredictionParams other)
Parameter
NameDescription
otherImageObjectDetectionPredictionParams

Properties

ConfidenceThreshold

public float ConfidenceThreshold { get; set; }

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

Property Value
TypeDescription
float

MaxPredictions

public int MaxPredictions { get; set; }

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.

Property Value
TypeDescription
int