GoogleCloudDatalabelingV1beta1LabelImageRequest constructor

GoogleCloudDatalabelingV1beta1LabelImageRequest({
  1. GoogleCloudDatalabelingV1beta1HumanAnnotationConfig? basicConfig,
  2. GoogleCloudDatalabelingV1beta1BoundingPolyConfig? boundingPolyConfig,
  3. String? feature,
  4. GoogleCloudDatalabelingV1beta1ImageClassificationConfig? imageClassificationConfig,
  5. GoogleCloudDatalabelingV1beta1PolylineConfig? polylineConfig,
  6. GoogleCloudDatalabelingV1beta1SegmentationConfig? segmentationConfig,
})

Implementation

GoogleCloudDatalabelingV1beta1LabelImageRequest({
  this.basicConfig,
  this.boundingPolyConfig,
  this.feature,
  this.imageClassificationConfig,
  this.polylineConfig,
  this.segmentationConfig,
});