GoogleCloudDatalabelingV1beta1ImageClassificationConfig constructor

GoogleCloudDatalabelingV1beta1ImageClassificationConfig({
  1. bool? allowMultiLabel,
  2. String? annotationSpecSet,
  3. String? answerAggregationType,
})

Implementation

GoogleCloudDatalabelingV1beta1ImageClassificationConfig({
  this.allowMultiLabel,
  this.annotationSpecSet,
  this.answerAggregationType,
});