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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/vision/v1/doc/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_lngGoogle::Type::LatLng

Returns Max lat/long pair.

Returns:



380
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 380

class LatLongRect; end

#min_lat_lngGoogle::Type::LatLng

Returns Min lat/long pair.

Returns:



380
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 380

class LatLongRect; end