Module: Google::Cloud::VideoIntelligence::V1p3beta1::StreamingFeature

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

Overview

Streaming video annotation feature.

Constant Summary collapse

STREAMING_FEATURE_UNSPECIFIED =

Unspecified.

0
STREAMING_LABEL_DETECTION =

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

1
STREAMING_SHOT_CHANGE_DETECTION =

Shot change detection.

2
STREAMING_EXPLICIT_CONTENT_DETECTION =

Explicit content detection.

3
STREAMING_OBJECT_TRACKING =

Object detection and tracking.

4
STREAMING_AUTOML_ACTION_RECOGNITION =

Action recognition based on AutoML model.

23
STREAMING_AUTOML_CLASSIFICATION =

Video classification based on AutoML model.

21
STREAMING_AUTOML_OBJECT_TRACKING =

Object detection and tracking based on AutoML model.

22