GoogleCloudDatalabelingV1beta1LabelTextRequest constructor
GoogleCloudDatalabelingV1beta1LabelTextRequest({
- GoogleCloudDatalabelingV1beta1HumanAnnotationConfig? basicConfig,
- String? feature,
- GoogleCloudDatalabelingV1beta1TextClassificationConfig? textClassificationConfig,
- GoogleCloudDatalabelingV1beta1TextEntityExtractionConfig? textEntityExtractionConfig,
Implementation
GoogleCloudDatalabelingV1beta1LabelTextRequest({
this.basicConfig,
this.feature,
this.textClassificationConfig,
this.textEntityExtractionConfig,
});