Class: Google::Cloud::Videointelligence::V1::VideoContext
- Inherits:
-
Object
- Object
- Google::Cloud::Videointelligence::V1::VideoContext
- Defined in:
- lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb
Overview
Video context and/or feature-specific parameters.
Instance Attribute Summary collapse
-
#explicit_content_detection_config ⇒ Google::Cloud::Videointelligence::V1::ExplicitContentDetectionConfig
Config for EXPLICIT_CONTENT_DETECTION.
-
#face_detection_config ⇒ Google::Cloud::Videointelligence::V1::FaceDetectionConfig
Config for FACE_DETECTION.
-
#label_detection_config ⇒ Google::Cloud::Videointelligence::V1::LabelDetectionConfig
Config for LABEL_DETECTION.
-
#segments ⇒ Array<Google::Cloud::Videointelligence::V1::VideoSegment>
Video segments to annotate.
-
#shot_change_detection_config ⇒ Google::Cloud::Videointelligence::V1::ShotChangeDetectionConfig
Config for SHOT_CHANGE_DETECTION.
Instance Attribute Details
#explicit_content_detection_config ⇒ Google::Cloud::Videointelligence::V1::ExplicitContentDetectionConfig
Returns Config for EXPLICIT_CONTENT_DETECTION.
87 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 87 class VideoContext; end |
#face_detection_config ⇒ Google::Cloud::Videointelligence::V1::FaceDetectionConfig
Returns Config for FACE_DETECTION.
87 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 87 class VideoContext; end |
#label_detection_config ⇒ Google::Cloud::Videointelligence::V1::LabelDetectionConfig
Returns Config for LABEL_DETECTION.
87 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 87 class VideoContext; end |
#segments ⇒ Array<Google::Cloud::Videointelligence::V1::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.
87 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 87 class VideoContext; end |
#shot_change_detection_config ⇒ Google::Cloud::Videointelligence::V1::ShotChangeDetectionConfig
Returns Config for SHOT_CHANGE_DETECTION.
87 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 87 class VideoContext; end |