GoogleCloudDatalabelingV1beta1LabelImageRequest constructor
GoogleCloudDatalabelingV1beta1LabelImageRequest({
- GoogleCloudDatalabelingV1beta1HumanAnnotationConfig? basicConfig,
- GoogleCloudDatalabelingV1beta1BoundingPolyConfig? boundingPolyConfig,
- String? feature,
- GoogleCloudDatalabelingV1beta1ImageClassificationConfig? imageClassificationConfig,
- GoogleCloudDatalabelingV1beta1PolylineConfig? polylineConfig,
- GoogleCloudDatalabelingV1beta1SegmentationConfig? segmentationConfig,
Implementation
GoogleCloudDatalabelingV1beta1LabelImageRequest({
this.basicConfig,
this.boundingPolyConfig,
this.feature,
this.imageClassificationConfig,
this.polylineConfig,
this.segmentationConfig,
});