Class: Google::Cloud::Vision::V1p4beta1::LatLongRect
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p4beta1::LatLongRect
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb
Overview
Rectangle determined by min and max LatLng
pairs.
Instance Attribute Summary collapse
-
#max_lat_lng ⇒ ::Google::Type::LatLng
Max lat/long pair.
-
#min_lat_lng ⇒ ::Google::Type::LatLng
Min lat/long pair.
Instance Attribute Details
#max_lat_lng ⇒ ::Google::Type::LatLng
Returns Max lat/long pair.
473 474 475 476 |
# File 'proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb', line 473 class LatLongRect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_lat_lng ⇒ ::Google::Type::LatLng
Returns Min lat/long pair.
473 474 475 476 |
# File 'proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb', line 473 class LatLongRect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |