public sealed class ImageSegmentationPredictionInstance : IMessage<ImageSegmentationPredictionInstance>, IEquatable<ImageSegmentationPredictionInstance>, IDeepCloneable<ImageSegmentationPredictionInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ImageSegmentationPredictionInstance.
[[["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-25 UTC."],[[["The `ImageSegmentationPredictionInstance` class is used as the prediction input format for image segmentation within the Cloud AI Platform v1beta1 API."],["This class, found in the `Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.Instance` namespace, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a default constructor and a constructor that takes another `ImageSegmentationPredictionInstance` object as a parameter for creating copies."],["The `ImageSegmentationPredictionInstance` class has two properties: `Content`, which is a string representing the image bytes, and `MimeType`, a string that defines the image's MIME type, with supported types being `image/jpeg` and `image/png`."]]],[]]