GoogleCloudDatalabelingV1beta1TextClassificationConfig constructor

GoogleCloudDatalabelingV1beta1TextClassificationConfig({
  1. bool? allowMultiLabel,
  2. String? annotationSpecSet,
  3. GoogleCloudDatalabelingV1beta1SentimentConfig? sentimentConfig,
})

Implementation

GoogleCloudDatalabelingV1beta1TextClassificationConfig({
  this.allowMultiLabel,
  this.annotationSpecSet,
  this.sentimentConfig,
});