Cloud Video Intelligence V1beta2 Client - Class Feature (1.12.16)

Reference documentation and code samples for the Cloud Video Intelligence V1beta2 Client class Feature.

Video annotation feature.

Protobuf type google.cloud.videointelligence.v1beta2.Feature

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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 and tracking.

Generated from protobuf enum FACE_DETECTION = 4;