Module: Google::Cloud::Videointelligence::V1beta1::LabelLevel
- Defined in:
- lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb
Overview
Label level (scope).
Constant Summary collapse
- LABEL_LEVEL_UNSPECIFIED =
Unspecified.
0
- VIDEO_LEVEL =
Video-level. Corresponds to the whole video.
1
- SEGMENT_LEVEL =
Segment-level. Corresponds to one of +AnnotateSpec.segments+.
2
- SHOT_LEVEL =
Shot-level. Corresponds to a single shot (i.e. a series of frames without a major camera position or background change).
3
- FRAME_LEVEL =
Frame-level. Corresponds to a single video frame.
4