GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation constructor
GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation({
- Map<
String, GoogleCloudDatalabelingV1beta1AnnotationSpec> ? annotationColors, - String? imageBytes,
- String? mimeType,
Implementation
GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation({
this.annotationColors,
this.imageBytes,
this.mimeType,
});