GoogleCloudDatalabelingV1beta1TextEntityExtractionAnnotation constructor

GoogleCloudDatalabelingV1beta1TextEntityExtractionAnnotation({
  1. GoogleCloudDatalabelingV1beta1AnnotationSpec? annotationSpec,
  2. GoogleCloudDatalabelingV1beta1SequentialSegment? sequentialSegment,
})

Implementation

GoogleCloudDatalabelingV1beta1TextEntityExtractionAnnotation({
  this.annotationSpec,
  this.sequentialSegment,
});