public sealed class ImageSegmentationPredictionParams : IMessage<ImageSegmentationPredictionParams>, IEquatable<ImageSegmentationPredictionParams>, IDeepCloneable<ImageSegmentationPredictionParams>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ImageSegmentationPredictionParams.
Prediction model parameters for Image Segmentation.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `ImageSegmentationPredictionParams` class, which is part of the Vertex AI v1beta1 API and is used for configuring prediction model parameters for image segmentation."],["The `ImageSegmentationPredictionParams` class is implemented as a sealed class and inherits from `object`, while also implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and one that takes another `ImageSegmentationPredictionParams` instance as a parameter for cloning purposes."],["A key property of `ImageSegmentationPredictionParams` is `ConfidenceThreshold`, which is a float that determines the minimum confidence level for pixel predictions; values below this threshold are classified as background."],["The documentation is for the latest beta version 1.0.0-beta21, with a link provided for the previous version, 1.0.0-beta20."]]],[]]