Reference documentation and code samples for the Cloud Video Intelligence V1beta2 Client class Feature.
Video annotation feature.
Protobuf type google.cloud.videointelligence.v1beta2.Feature
Namespace
Google \ Cloud \ VideoIntelligence \ V1beta2Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FEATURE_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum FEATURE_UNSPECIFIED = 0;
LABEL_DETECTION
Value: 1Label detection. Detect objects, such as dog or flower.
Generated from protobuf enum LABEL_DETECTION = 1;
SHOT_CHANGE_DETECTION
Value: 2Shot change detection.
Generated from protobuf enum SHOT_CHANGE_DETECTION = 2;
EXPLICIT_CONTENT_DETECTION
Value: 3Explicit content detection.
Generated from protobuf enum EXPLICIT_CONTENT_DETECTION = 3;
FACE_DETECTION
Value: 4Human face detection and tracking.
Generated from protobuf enum FACE_DETECTION = 4;