Class: Google::Cloud::Vision::V1::LocationInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vision/v1/image_annotator.rb

Overview

Detected entity location information.

Instance Attribute Summary collapse

Instance Attribute Details

#lat_lng::Google::Type::LatLng

Returns lat/long location coordinates.

Returns:



343
344
345
346
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 343

class LocationInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end