Cloud AI Platform v1 API - Class ImageSegmentationPredictionParams (2.27.0)

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

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

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
float