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