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-09 UTC."],[[["This documentation is for the `ImageSegmentationPredictionParams` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `ImageSegmentationPredictionParams` class is used to define parameters for prediction models related to image segmentation."],["The class inherits from the base `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors, a default one and another that accepts an instance of `ImageSegmentationPredictionParams` as a parameter."],["The class has a `ConfidenceThreshold` property of type `float`, which determines the minimum confidence level for the model to classify a pixel, with a default value of 0.5."]]],[]]