GoogleCloudDatalabelingV1beta1LabelVideoRequest constructor
GoogleCloudDatalabelingV1beta1LabelVideoRequest({
- GoogleCloudDatalabelingV1beta1HumanAnnotationConfig? basicConfig,
- GoogleCloudDatalabelingV1beta1EventConfig? eventConfig,
- String? feature,
- GoogleCloudDatalabelingV1beta1ObjectDetectionConfig? objectDetectionConfig,
- GoogleCloudDatalabelingV1beta1ObjectTrackingConfig? objectTrackingConfig,
- GoogleCloudDatalabelingV1beta1VideoClassificationConfig? videoClassificationConfig,
Implementation
GoogleCloudDatalabelingV1beta1LabelVideoRequest({
this.basicConfig,
this.eventConfig,
this.feature,
this.objectDetectionConfig,
this.objectTrackingConfig,
this.videoClassificationConfig,
});