Class: Google::Cloud::Vision::V1::LocationInfo
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Vision::V1::LocationInfo
 
 
- Defined in:
 - lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb
 
Overview
Detected entity location information.
Instance Attribute Summary collapse
- 
  
    
      #lat_lng  ⇒ Google::Type::LatLng 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Lat/long location coordinates.
 
Instance Attribute Details
#lat_lng ⇒ Google::Type::LatLng
Returns lat/long location coordinates.
      296  | 
    
      # File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 296 class LocationInfo; end  |