GoogleCloudDatalabelingV1beta1TextClassificationConfig constructor
GoogleCloudDatalabelingV1beta1TextClassificationConfig({
- bool? allowMultiLabel,
- String? annotationSpecSet,
- GoogleCloudDatalabelingV1beta1SentimentConfig? sentimentConfig,
Implementation
GoogleCloudDatalabelingV1beta1TextClassificationConfig({
this.allowMultiLabel,
this.annotationSpecSet,
this.sentimentConfig,
});