Class: Google::Cloud::Videointelligence::V1beta2::LabelFrame
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Videointelligence::V1beta2::LabelFrame
 
 
- Defined in:
 - lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb
 
Overview
Video frame level annotation results for label detection.
Instance Attribute Summary collapse
- 
  
    
      #confidence  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Confidence that the label is accurate.
 - 
  
    
      #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
#confidence ⇒ Float
Returns Confidence that the label is accurate. Range: [0, 1].
      152  | 
    
      # File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 152 class LabelFrame; end  | 
  
#time_offset ⇒ Google::Protobuf::Duration
Returns Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
      152  | 
    
      # File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 152 class LabelFrame; end  |