Class: Google::Cloud::VideoIntelligence::V1beta2::VideoContext

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb

Overview

Video context and/or feature-specific parameters.

Instance Attribute Summary collapse

Instance Attribute Details

#explicit_content_detection_configGoogle::Cloud::VideoIntelligence::V1beta2::ExplicitContentDetectionConfig

Returns Config for EXPLICIT_CONTENT_DETECTION.

Returns:



77
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 77

class VideoContext; end

#face_detection_configGoogle::Cloud::VideoIntelligence::V1beta2::FaceDetectionConfig

Returns Config for FACE_DETECTION.

Returns:



77
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 77

class VideoContext; end

#label_detection_configGoogle::Cloud::VideoIntelligence::V1beta2::LabelDetectionConfig

Returns Config for LABEL_DETECTION.

Returns:



77
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 77

class VideoContext; end

#segmentsArray<Google::Cloud::VideoIntelligence::V1beta2::VideoSegment>

Returns Video segments to annotate. The segments may overlap and are not required to be contiguous or span the whole video. If unspecified, each video is treated as a single segment.

Returns:



77
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 77

class VideoContext; end

#shot_change_detection_configGoogle::Cloud::VideoIntelligence::V1beta2::ShotChangeDetectionConfig

Returns Config for SHOT_CHANGE_DETECTION.

Returns:



77
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 77

class VideoContext; end