Class: Google::Cloud::Videointelligence::V1beta2::ExplicitContentFrame
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Videointelligence::V1beta2::ExplicitContentFrame
 
 
- Defined in:
 - lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb
 
Overview
Video frame level annotation results for explicit content.
Instance Attribute Summary collapse
- 
  
    
      #pornography_likelihood  ⇒ Google::Cloud::Videointelligence::V1beta2::Likelihood 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Likelihood of the pornography content..
 - 
  
    
      #time_offset  ⇒ Google::Protobuf::Duration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
 
Instance Attribute Details
#pornography_likelihood ⇒ Google::Cloud::Videointelligence::V1beta2::Likelihood
Returns Likelihood of the pornography content..
      193  | 
    
      # File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 193 class ExplicitContentFrame; end  | 
  
#time_offset ⇒ Google::Protobuf::Duration
Returns Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
      193  | 
    
      # File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 193 class ExplicitContentFrame; end  |