public sealed class AnnotationSpecColor : IMessage<AnnotationSpecColor>, IEquatable<AnnotationSpecColor>, IDeepCloneable<AnnotationSpecColor>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class AnnotationSpecColor.
An entry of mapping between color and AnnotationSpec. The mapping is used in
segmentation mask.
[[["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."],[[["The `AnnotationSpecColor` class in the Vertex AI v1beta1 API represents a mapping between a color and an `AnnotationSpec` for use in segmentation masks."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["The latest version of the class is `1.0.0-beta21`, with an earlier `1.0.0-beta20` version also documented."],["It has properties like `Color`, `DisplayName`, and `Id`, representing the color, display name, and ID of the associated `AnnotationSpec`."],["There are two constructors for creating new instances of `AnnotationSpecColor`, one with no arguments, and another which takes in another `AnnotationSpecColor` as an argument."]]],[]]