Class: Google::Cloud::Videointelligence::V1::ExplicitContentAnnotation
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Videointelligence::V1::ExplicitContentAnnotation
 
 
- Defined in:
 - lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb
 
Overview
Explicit content annotation (based on per-frame visual signals only). If no explicit content has been detected in a frame, no annotations are present for that frame.
Instance Attribute Summary collapse
- 
  
    
      #frames  ⇒ Array<Google::Cloud::Videointelligence::V1::ExplicitContentFrame> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
All video frames where explicit content was detected.
 
Instance Attribute Details
#frames ⇒ Array<Google::Cloud::Videointelligence::V1::ExplicitContentFrame>
Returns All video frames where explicit content was detected.
      201  | 
    
      # File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 201 class ExplicitContentAnnotation; end  |