GoogleCloudDatalabelingV1beta1AnnotationValue constructor
GoogleCloudDatalabelingV1beta1AnnotationValue({
- GoogleCloudDatalabelingV1beta1ImageBoundingPolyAnnotation? imageBoundingPolyAnnotation,
- GoogleCloudDatalabelingV1beta1ImageClassificationAnnotation? imageClassificationAnnotation,
- GoogleCloudDatalabelingV1beta1ImagePolylineAnnotation? imagePolylineAnnotation,
- GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation? imageSegmentationAnnotation,
- GoogleCloudDatalabelingV1beta1TextClassificationAnnotation? textClassificationAnnotation,
- GoogleCloudDatalabelingV1beta1TextEntityExtractionAnnotation? textEntityExtractionAnnotation,
- GoogleCloudDatalabelingV1beta1VideoClassificationAnnotation? videoClassificationAnnotation,
- GoogleCloudDatalabelingV1beta1VideoEventAnnotation? videoEventAnnotation,
- GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation? videoObjectTrackingAnnotation,
Implementation
GoogleCloudDatalabelingV1beta1AnnotationValue({
this.imageBoundingPolyAnnotation,
this.imageClassificationAnnotation,
this.imagePolylineAnnotation,
this.imageSegmentationAnnotation,
this.textClassificationAnnotation,
this.textEntityExtractionAnnotation,
this.videoClassificationAnnotation,
this.videoEventAnnotation,
this.videoObjectTrackingAnnotation,
});