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."],[[["This documentation describes the `ImageSegmentationAnnotation` class within the `Google.Cloud.DataLabeling.V1Beta1` namespace, part of the Google Cloud Data Labeling .NET library."],["`ImageSegmentationAnnotation` is used for image segmentation annotation, and it inherits from the base `Object` class while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties such as `AnnotationColors`, a map between RGB colors and annotation specifications, `ImageBytes` for storing a full image's color map as a byte string, and `MimeType` to specify the image format."],["The `ImageSegmentationAnnotation` class has two constructors, one default and one that allows for the creation of an `ImageSegmentationAnnotation` object from another `ImageSegmentationAnnotation` object."],["The latest version available is 2.0.0-beta05, with other versions of the library, 2.0.0-beta04 and 1.0.0-beta03, also available to view in the provided documentation."]]],[]]