GoogleCloudDatalabelingV1beta1LabelVideoRequest constructor

GoogleCloudDatalabelingV1beta1LabelVideoRequest({
  1. GoogleCloudDatalabelingV1beta1HumanAnnotationConfig? basicConfig,
  2. GoogleCloudDatalabelingV1beta1EventConfig? eventConfig,
  3. String? feature,
  4. GoogleCloudDatalabelingV1beta1ObjectDetectionConfig? objectDetectionConfig,
  5. GoogleCloudDatalabelingV1beta1ObjectTrackingConfig? objectTrackingConfig,
  6. GoogleCloudDatalabelingV1beta1VideoClassificationConfig? videoClassificationConfig,
})

Implementation

GoogleCloudDatalabelingV1beta1LabelVideoRequest({
  this.basicConfig,
  this.eventConfig,
  this.feature,
  this.objectDetectionConfig,
  this.objectTrackingConfig,
  this.videoClassificationConfig,
});