Module: Google::Cloud::VideoIntelligence::V1::Feature

Defined in:
proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb

Overview

Video annotation feature.

Constant Summary collapse

FEATURE_UNSPECIFIED =

Unspecified.

0
LABEL_DETECTION =

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

1
SHOT_CHANGE_DETECTION =

Shot change detection.

2
EXPLICIT_CONTENT_DETECTION =

Explicit content detection.

3
FACE_DETECTION =

Human face detection.

4
SPEECH_TRANSCRIPTION =

Speech transcription.

6
TEXT_DETECTION =

OCR text detection and tracking.

7
OBJECT_TRACKING =

Object detection and tracking.

9
LOGO_RECOGNITION =

Logo detection, tracking, and recognition.

12
PERSON_DETECTION =

Person detection.

14