public sealed class ImageSegmentationPredictionParams : IMessage<ImageSegmentationPredictionParams>, IEquatable<ImageSegmentationPredictionParams>, IDeepCloneable<ImageSegmentationPredictionParams>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-01 UTC."],[[["This page provides reference documentation for the `ImageSegmentationPredictionParams` class within the Google Cloud AI Platform v1beta1 API."],["`ImageSegmentationPredictionParams` is a sealed class used for setting prediction model parameters related to image segmentation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities such as message handling and cloning."],["It offers a constructor for creating a new instance and another for creating a copy from an existing `ImageSegmentationPredictionParams` object."],["The class contains a `ConfidenceThreshold` property, which defines the minimum confidence level for a pixel to be classified, with a default value of 0.5."]]],[]]