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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/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_config::Google::Cloud::VideoIntelligence::V1beta2::ExplicitContentDetectionConfig

Returns Config for EXPLICIT_CONTENT_DETECTION.

Returns:



84
85
86
87
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 84

class VideoContext
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#face_detection_config::Google::Cloud::VideoIntelligence::V1beta2::FaceDetectionConfig

Returns Config for FACE_DETECTION.

Returns:



84
85
86
87
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 84

class VideoContext
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#label_detection_config::Google::Cloud::VideoIntelligence::V1beta2::LabelDetectionConfig

Returns Config for LABEL_DETECTION.

Returns:



84
85
86
87
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 84

class VideoContext
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#segments::Array<::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:



84
85
86
87
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 84

class VideoContext
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#shot_change_detection_config::Google::Cloud::VideoIntelligence::V1beta2::ShotChangeDetectionConfig

Returns Config for SHOT_CHANGE_DETECTION.

Returns:



84
85
86
87
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 84

class VideoContext
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end