public sealed class ImageSegmentationPredictionInstance : IMessage<ImageSegmentationPredictionInstance>, IEquatable<ImageSegmentationPredictionInstance>, IDeepCloneable<ImageSegmentationPredictionInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ImageSegmentationPredictionInstance.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This document provides reference information for the `ImageSegmentationPredictionInstance` class within the Vertex AI v1beta1 API, specifically for the latest version 1.0.0-beta21."],["`ImageSegmentationPredictionInstance` serves as the prediction input format for image segmentation and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `ImageSegmentationPredictionInstance()` and a copy constructor `ImageSegmentationPredictionInstance(ImageSegmentationPredictionInstance other)`."],["It contains properties `Content` (image bytes for predictions) and `MimeType` (MIME type of the image, supporting image/jpeg and image/png)."]]],[]]