public sealed class ImageSegmentationAnnotation : IMessage<ImageSegmentationAnnotation>, IEquatable<ImageSegmentationAnnotation>, IDeepCloneable<ImageSegmentationAnnotation>, IBufferMessage, IMessage
[[["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-21 UTC."],[[["`ImageSegmentationAnnotation` is a sealed class within the `Google.Cloud.DataLabeling.V1Beta1` namespace, representing an image segmentation annotation."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for handling message-based data."],["The class contains properties such as `AnnotationColors`, `ImageBytes`, and `MimeType`, allowing the storage and retrieval of rgb color mappings, image byte strings, and image format, respectively."],["The latest version of this class is `2.0.0-beta05`, with older versions including `2.0.0-beta04` and `1.0.0-beta03` available."],["It inherits common methods from the `Object` base class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]