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-08-14 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eImageSegmentationPredictionParams\u003c/code\u003e class, which is part of the Vertex AI v1beta1 API and is used for configuring prediction model parameters for image segmentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eImageSegmentationPredictionParams\u003c/code\u003e class is implemented as a sealed class and inherits from \u003ccode\u003eobject\u003c/code\u003e, while also implementing several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructors: a default constructor and one that takes another \u003ccode\u003eImageSegmentationPredictionParams\u003c/code\u003e instance as a parameter for cloning purposes.\u003c/p\u003e\n"],["\u003cp\u003eA key property of \u003ccode\u003eImageSegmentationPredictionParams\u003c/code\u003e is \u003ccode\u003eConfidenceThreshold\u003c/code\u003e, which is a float that determines the minimum confidence level for pixel predictions; values below this threshold are classified as background.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation is for the latest beta version 1.0.0-beta21, with a link provided for the previous version, 1.0.0-beta20.\u003c/p\u003e\n"]]],[],null,[]]