Class: Google::Cloud::Vision::V1p4beta1::LocationInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p4beta1::LocationInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p4beta1/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.
342 343 344 345 |
# File 'proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb', line 342 class LocationInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |