GoogleCloudDatalabelingV1beta1LabelTextRequest constructor

GoogleCloudDatalabelingV1beta1LabelTextRequest({
  1. GoogleCloudDatalabelingV1beta1HumanAnnotationConfig? basicConfig,
  2. String? feature,
  3. GoogleCloudDatalabelingV1beta1TextClassificationConfig? textClassificationConfig,
  4. GoogleCloudDatalabelingV1beta1TextEntityExtractionConfig? textEntityExtractionConfig,
})

Implementation

GoogleCloudDatalabelingV1beta1LabelTextRequest({
  this.basicConfig,
  this.feature,
  this.textClassificationConfig,
  this.textEntityExtractionConfig,
});