GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation constructor

GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation({
  1. Map<String, GoogleCloudDatalabelingV1beta1AnnotationSpec>? annotationColors,
  2. String? imageBytes,
  3. String? mimeType,
})

Implementation

GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation({
  this.annotationColors,
  this.imageBytes,
  this.mimeType,
});