GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1LabelVideoRequest (google_api_data_labeling v0.2.1) View Source
Request message for LabelVideo.
Attributes
-
basicConfig
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1HumanAnnotationConfig.t
, default:nil
) - Required. Basic human annotation config. -
eventConfig
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1EventConfig.t
, default:nil
) - Configuration for video event task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required. -
feature
(type:String.t
, default:nil
) - Required. The type of video labeling task. -
objectDetectionConfig
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ObjectDetectionConfig.t
, default:nil
) - Configuration for video object detection task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required. -
objectTrackingConfig
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ObjectTrackingConfig.t
, default:nil
) - Configuration for video object tracking task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required. -
videoClassificationConfig
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1VideoClassificationConfig.t
, default:nil
) - Configuration for video classification task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1LabelVideoRequest{ basicConfig: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1HumanAnnotationConfig.t(), eventConfig: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1EventConfig.t(), feature: String.t(), objectDetectionConfig: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ObjectDetectionConfig.t(), objectTrackingConfig: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ObjectTrackingConfig.t(), videoClassificationConfig: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1VideoClassificationConfig.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.