class Feature

Video annotation feature.

Protobuf enum Google\Cloud\Videointelligence\V1beta1\Feature

Constants

FEATURE_UNSPECIFIED

Unspecified.

Generated from protobuf enum FEATURE_UNSPECIFIED = 0;

LABEL_DETECTION

Label detection. Detect objects, such as dog or flower.

Generated from protobuf enum LABEL_DETECTION = 1;

FACE_DETECTION

Human face detection and tracking.

Generated from protobuf enum FACE_DETECTION = 2;

SHOT_CHANGE_DETECTION

Shot change detection.

Generated from protobuf enum SHOT_CHANGE_DETECTION = 3;

SAFE_SEARCH_DETECTION

Safe search detection.

Generated from protobuf enum SAFE_SEARCH_DETECTION = 4;