feature property
The type of video labeling task.
Required. Possible string values are:
- "FEATURE_UNSPECIFIED"
- "CLASSIFICATION" : Label whole video or video segment with one or more labels.
- "OBJECT_DETECTION" : Label objects with bounding box on image frames extracted from the video.
- "OBJECT_TRACKING" : Label and track objects in video.
- "EVENT" : Label the range of video for the specified events.
Implementation
core.String? feature;