Class: Google::Cloud::VideoIntelligence::V1p3beta1::VideoContext
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p3beta1::VideoContext
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb
Overview
Video context and/or feature-specific parameters.
Instance Attribute Summary collapse
-
#explicit_content_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::ExplicitContentDetectionConfig
Config for EXPLICIT_CONTENT_DETECTION.
-
#face_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::FaceDetectionConfig
Config for FACE_DETECTION.
-
#label_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::LabelDetectionConfig
Config for LABEL_DETECTION.
-
#object_tracking_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::ObjectTrackingConfig
Config for OBJECT_TRACKING.
-
#person_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::PersonDetectionConfig
Config for PERSON_DETECTION.
-
#segments ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment>
Video segments to annotate.
-
#shot_change_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::ShotChangeDetectionConfig
Config for SHOT_CHANGE_DETECTION.
-
#speech_transcription_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::SpeechTranscriptionConfig
Config for SPEECH_TRANSCRIPTION.
-
#text_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::TextDetectionConfig
Config for TEXT_DETECTION.
Instance Attribute Details
#explicit_content_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::ExplicitContentDetectionConfig
Returns Config for EXPLICIT_CONTENT_DETECTION.
99 100 101 102 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 99 class VideoContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#face_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::FaceDetectionConfig
Returns Config for FACE_DETECTION.
99 100 101 102 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 99 class VideoContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#label_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::LabelDetectionConfig
Returns Config for LABEL_DETECTION.
99 100 101 102 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 99 class VideoContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object_tracking_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::ObjectTrackingConfig
Returns Config for OBJECT_TRACKING.
99 100 101 102 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 99 class VideoContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#person_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::PersonDetectionConfig
Returns Config for PERSON_DETECTION.
99 100 101 102 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 99 class VideoContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#segments ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::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.
99 100 101 102 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 99 class VideoContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shot_change_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::ShotChangeDetectionConfig
Returns Config for SHOT_CHANGE_DETECTION.
99 100 101 102 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 99 class VideoContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#speech_transcription_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::SpeechTranscriptionConfig
Returns Config for SPEECH_TRANSCRIPTION.
99 100 101 102 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 99 class VideoContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::TextDetectionConfig
Returns Config for TEXT_DETECTION.
99 100 101 102 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 99 class VideoContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |