Reference documentation and code samples for the Cloud Video Intelligence V1 Client class Feature.
Video annotation feature.
Protobuf type google.cloud.videointelligence.v1.Feature
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
FEATURE_UNSPECIFIED
Value: 0
Unspecified.
Generated from protobuf enum FEATURE_UNSPECIFIED = 0;
LABEL_DETECTION
Value: 1
Label detection. Detect objects, such as dog or flower.
Generated from protobuf enum LABEL_DETECTION = 1;
SHOT_CHANGE_DETECTION
Value: 2
Shot change detection.
Generated from protobuf enum SHOT_CHANGE_DETECTION = 2;
EXPLICIT_CONTENT_DETECTION
Value: 3
Explicit content detection.
Generated from protobuf enum EXPLICIT_CONTENT_DETECTION = 3;
FACE_DETECTION
Value: 4
Human face detection.
Generated from protobuf enum FACE_DETECTION = 4;
SPEECH_TRANSCRIPTION
Value: 6
Speech transcription.
Generated from protobuf enum SPEECH_TRANSCRIPTION = 6;
TEXT_DETECTION
Value: 7
OCR text detection and tracking.
Generated from protobuf enum TEXT_DETECTION = 7;
OBJECT_TRACKING
Value: 9
Object detection and tracking.
Generated from protobuf enum OBJECT_TRACKING = 9;
LOGO_RECOGNITION
Value: 12
Logo detection, tracking, and recognition.
Generated from protobuf enum LOGO_RECOGNITION = 12;
PERSON_DETECTION
Value: 14
Person detection.
Generated from protobuf enum PERSON_DETECTION = 14;