class LabelLevel

Label level (scope).

Protobuf enum Google\Cloud\Videointelligence\V1beta1\LabelLevel

Constants

LABEL_LEVEL_UNSPECIFIED

Unspecified.

Generated from protobuf enum LABEL_LEVEL_UNSPECIFIED = 0;

VIDEO_LEVEL

Video-level. Corresponds to the whole video.

Generated from protobuf enum VIDEO_LEVEL = 1;

SEGMENT_LEVEL

Segment-level. Corresponds to one of AnnotateSpec.segments.

Generated from protobuf enum SEGMENT_LEVEL = 2;

SHOT_LEVEL

Shot-level. Corresponds to a single shot (i.e. a series of frames without a major camera position or background change).

Generated from protobuf enum SHOT_LEVEL = 3;

FRAME_LEVEL

Frame-level. Corresponds to a single video frame.

Generated from protobuf enum FRAME_LEVEL = 4;