Class: Google::Cloud::Videointelligence::V1::ShotChangeDetectionConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Videointelligence::V1::ShotChangeDetectionConfig
 
 
- Defined in:
 - lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb
 
Overview
Config for SHOT_CHANGE_DETECTION.
Instance Attribute Summary collapse
- 
  
    
      #model  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Model to use for shot change detection.
 
Instance Attribute Details
#model ⇒ String
Returns Model to use for shot change detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
      102  | 
    
      # File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 102 class ShotChangeDetectionConfig; end  |