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