LabelVideoRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for LabelVideo. .. attribute:: video_classification_config
Configuration for video classification task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required.
:type: google.cloud.datalabeling_v1beta1.types.VideoClassificationConfig
Attributes | |
---|---|
Name | Description |
object_detection_config |
google.cloud.datalabeling_v1beta1.types.ObjectDetectionConfig
Configuration for video object detection task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required. |
object_tracking_config |
google.cloud.datalabeling_v1beta1.types.ObjectTrackingConfig
Configuration for video object tracking task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required. |
event_config |
google.cloud.datalabeling_v1beta1.types.EventConfig
Configuration for video event task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required. |
parent |
str
Required. Name of the dataset to request labeling task, format: projects/{project_id}/datasets/{dataset_id} |
basic_config |
google.cloud.datalabeling_v1beta1.types.HumanAnnotationConfig
Required. Basic human annotation config. |
feature |
google.cloud.datalabeling_v1beta1.types.LabelVideoRequest.Feature
Required. The type of video labeling task. |
Classes
Feature
Feature(value)
Video labeling task feature.