Reference documentation and code samples for the Cloud Video Intelligence V1 Client class LabelDetectionMode.
Label detection mode.
Protobuf type google.cloud.videointelligence.v1.LabelDetectionMode
Namespace
Google \ Cloud \ VideoIntelligence \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
LABEL_DETECTION_MODE_UNSPECIFIED
Value: 0
Unspecified.
Generated from protobuf enum LABEL_DETECTION_MODE_UNSPECIFIED = 0;
SHOT_MODE
Value: 1
Detect shot-level labels.
Generated from protobuf enum SHOT_MODE = 1;
FRAME_MODE
Value: 2
Detect frame-level labels.
Generated from protobuf enum FRAME_MODE = 2;
SHOT_AND_FRAME_MODE
Value: 3
Detect both shot-level and frame-level labels.
Generated from protobuf enum SHOT_AND_FRAME_MODE = 3;