annotationColors property
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;