Module: Google::Cloud::DataLabeling::V1beta1::LabelVideoRequest::Feature
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb
Overview
Video labeling task feature.
Constant Summary collapse
- FEATURE_UNSPECIFIED =
0
- CLASSIFICATION =
Label whole video or video segment with one or more labels.
1
- OBJECT_DETECTION =
Label objects with bounding box on image frames extracted from the video.
2
- OBJECT_TRACKING =
Label and track objects in video.
3
- EVENT =
Label the range of video for the specified events.
4