public sealed class AnnotationSpecColor : IMessage<AnnotationSpecColor>, IEquatable<AnnotationSpecColor>, IDeepCloneable<AnnotationSpecColor>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["`AnnotationSpecColor` is a class within the Cloud AI Platform v1beta1 API, representing a color mapping for an AnnotationSpec, particularly used in segmentation masks."],["The class `AnnotationSpecColor` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `AnnotationSpecColor` class include `Color`, `DisplayName`, and `Id`, which manage the color, display name, and ID of the AnnotationSpec in a segmentation mask."],["The `AnnotationSpecColor` class has two constructors, one default and one that takes another `AnnotationSpecColor` object as a parameter."]]],[]]