annotationColors property

Map<String, GoogleCloudDatalabelingV1beta1AnnotationSpec>? annotationColors
getter/setter pair

The mapping between rgb color and annotation spec.

The key is the rgb color represented in format of rgb(0, 0, 0). The value is the AnnotationSpec.

Implementation

core.Map<core.String, GoogleCloudDatalabelingV1beta1AnnotationSpec>?
    annotationColors;