Class ImageSegmentationPredictionParams (1.8.0)

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

Prediction model parameters for Image Segmentation.

Inheritance

Object > ImageSegmentationPredictionParams

Namespace

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

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ImageSegmentationPredictionParams()

public ImageSegmentationPredictionParams()

ImageSegmentationPredictionParams(ImageSegmentationPredictionParams)

public ImageSegmentationPredictionParams(ImageSegmentationPredictionParams other)
Parameter
NameDescription
otherImageSegmentationPredictionParams

Properties

ConfidenceThreshold

public float ConfidenceThreshold { get; set; }

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.

Property Value
TypeDescription
Single