Class: Google::Cloud::Videointelligence::V1beta1::LabelAnnotation
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Videointelligence::V1beta1::LabelAnnotation
 
 
- Defined in:
 - lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb
 
Overview
Label annotation.
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Textual description, e.g.
 - 
  
    
      #language_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Language code for +description+ in BCP-47 format.
 - 
  
    
      #locations  ⇒ Array<Google::Cloud::Videointelligence::V1beta1::LabelLocation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Where the label was detected and with what confidence.
 
Instance Attribute Details
#description ⇒ String
Returns Textual description, e.g. +Fixed-gear bicycle+.
      125  | 
    
      # File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 125 class LabelAnnotation; end  | 
  
#language_code ⇒ String
Returns Language code for +description+ in BCP-47 format.
      125  | 
    
      # File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 125 class LabelAnnotation; end  | 
  
#locations ⇒ Array<Google::Cloud::Videointelligence::V1beta1::LabelLocation>
Returns Where the label was detected and with what confidence.
      125  | 
    
      # File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 125 class LabelAnnotation; end  |