Class: Google::Cloud::Vision::V1::LatLongRect

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

Rectangle determined by min and max LatLng pairs.

Instance Attribute Summary collapse

Instance Attribute Details

#max_lat_lng::Google::Type::LatLng

Returns Max lat/long pair.

Returns:



497
498
499
500
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 497

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

#min_lat_lng::Google::Type::LatLng

Returns Min lat/long pair.

Returns:



497
498
499
500
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 497

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