AnnotationSpecColor

An entry of mapping between color and AnnotationSpec. The mapping is used in segmentation mask.

Fields
color object (Color)

The color of the AnnotationSpec in a segmentation mask.

displayName string

The display name of the AnnotationSpec represented by the color in the segmentation mask.

id string

The id of the AnnotationSpec represented by the color in the segmentation mask.

JSON representation
{
  "color": {
    object (Color)
  },
  "displayName": string,
  "id": string
}