GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig constructor

GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig({
  1. bool? allowMultiLabel,
  2. String? annotationSpecSet,
})

Implementation

GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig({
  this.allowMultiLabel,
  this.annotationSpecSet,
});