Class: Google::Cloud::VideoIntelligence::V1p1beta1::VideoContext
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p1beta1::VideoContext
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb
Overview
Video context and/or feature-specific parameters.
Instance Attribute Summary collapse
-
#explicit_content_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p1beta1::ExplicitContentDetectionConfig
Config for EXPLICIT_CONTENT_DETECTION.
-
#label_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p1beta1::LabelDetectionConfig
Config for LABEL_DETECTION.
-
#segments ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p1beta1::VideoSegment>
Video segments to annotate.
-
#shot_change_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p1beta1::ShotChangeDetectionConfig
Config for SHOT_CHANGE_DETECTION.
-
#speech_transcription_config ⇒ ::Google::Cloud::VideoIntelligence::V1p1beta1::SpeechTranscriptionConfig
Config for SPEECH_TRANSCRIPTION.
Instance Attribute Details
#explicit_content_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p1beta1::ExplicitContentDetectionConfig
Returns Config for EXPLICIT_CONTENT_DETECTION.
86 87 88 89 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 86 class VideoContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#label_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p1beta1::LabelDetectionConfig
Returns Config for LABEL_DETECTION.
86 87 88 89 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 86 class VideoContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#segments ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p1beta1::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.
86 87 88 89 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 86 class VideoContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shot_change_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p1beta1::ShotChangeDetectionConfig
Returns Config for SHOT_CHANGE_DETECTION.
86 87 88 89 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 86 class VideoContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#speech_transcription_config ⇒ ::Google::Cloud::VideoIntelligence::V1p1beta1::SpeechTranscriptionConfig
Returns Config for SPEECH_TRANSCRIPTION.
86 87 88 89 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 86 class VideoContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |