Class: Google::Cloud::Vision::V1::Property
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Vision::V1::Property
 
 
- Defined in:
 - lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb
 
Overview
A +Property+ consists of a user-supplied name/value pair.
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the property.
 - 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Value of the property.
 
Instance Attribute Details
#name ⇒ String
Returns Name of the property.
      305  | 
    
      # File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 305 class Property; end  | 
  
#value ⇒ String
Returns Value of the property.
      305  | 
    
      # File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 305 class Property; end  |