generated/google/apis/vision_v1/classes.rb in google-api-client-0.47.0 vs generated/google/apis/vision_v1/classes.rb in google-api-client-0.48.0
- old
+ new
@@ -2050,12 +2050,12 @@
# Detected entity location information.
class GoogleCloudVisionV1p1beta1LocationInfo
include Google::Apis::Core::Hashable
- # An object representing a latitude/longitude pair. This is expressed as a pair
- # of doubles representing degrees latitude and degrees longitude. Unless
+ # An object that represents a latitude/longitude pair. This is expressed as a
+ # pair of doubles to represent degrees latitude and degrees longitude. Unless
# specified otherwise, this must conform to the WGS84 standard. Values must be
# within normalized ranges.
# Corresponds to the JSON property `latLng`
# @return [Google::Apis::VisionV1::LatLng]
attr_accessor :lat_lng
@@ -3770,12 +3770,12 @@
# Detected entity location information.
class GoogleCloudVisionV1p2beta1LocationInfo
include Google::Apis::Core::Hashable
- # An object representing a latitude/longitude pair. This is expressed as a pair
- # of doubles representing degrees latitude and degrees longitude. Unless
+ # An object that represents a latitude/longitude pair. This is expressed as a
+ # pair of doubles to represent degrees latitude and degrees longitude. Unless
# specified otherwise, this must conform to the WGS84 standard. Values must be
# within normalized ranges.
# Corresponds to the JSON property `latLng`
# @return [Google::Apis::VisionV1::LatLng]
attr_accessor :lat_lng
@@ -5554,12 +5554,12 @@
# Detected entity location information.
class GoogleCloudVisionV1p3beta1LocationInfo
include Google::Apis::Core::Hashable
- # An object representing a latitude/longitude pair. This is expressed as a pair
- # of doubles representing degrees latitude and degrees longitude. Unless
+ # An object that represents a latitude/longitude pair. This is expressed as a
+ # pair of doubles to represent degrees latitude and degrees longitude. Unless
# specified otherwise, this must conform to the WGS84 standard. Values must be
# within normalized ranges.
# Corresponds to the JSON property `latLng`
# @return [Google::Apis::VisionV1::LatLng]
attr_accessor :lat_lng
@@ -7482,12 +7482,12 @@
# Detected entity location information.
class GoogleCloudVisionV1p4beta1LocationInfo
include Google::Apis::Core::Hashable
- # An object representing a latitude/longitude pair. This is expressed as a pair
- # of doubles representing degrees latitude and degrees longitude. Unless
+ # An object that represents a latitude/longitude pair. This is expressed as a
+ # pair of doubles to represent degrees latitude and degrees longitude. Unless
# specified otherwise, this must conform to the WGS84 standard. Values must be
# within normalized ranges.
# Corresponds to the JSON property `latLng`
# @return [Google::Apis::VisionV1::LatLng]
attr_accessor :lat_lng
@@ -8840,12 +8840,12 @@
@position = args[:position] if args.key?(:position)
@type = args[:type] if args.key?(:type)
end
end
- # An object representing a latitude/longitude pair. This is expressed as a pair
- # of doubles representing degrees latitude and degrees longitude. Unless
+ # An object that represents a latitude/longitude pair. This is expressed as a
+ # pair of doubles to represent degrees latitude and degrees longitude. Unless
# specified otherwise, this must conform to the WGS84 standard. Values must be
# within normalized ranges.
class LatLng
include Google::Apis::Core::Hashable
@@ -8872,20 +8872,20 @@
# Rectangle determined by min and max `LatLng` pairs.
class LatLongRect
include Google::Apis::Core::Hashable
- # An object representing a latitude/longitude pair. This is expressed as a pair
- # of doubles representing degrees latitude and degrees longitude. Unless
+ # An object that represents a latitude/longitude pair. This is expressed as a
+ # pair of doubles to represent degrees latitude and degrees longitude. Unless
# specified otherwise, this must conform to the WGS84 standard. Values must be
# within normalized ranges.
# Corresponds to the JSON property `maxLatLng`
# @return [Google::Apis::VisionV1::LatLng]
attr_accessor :max_lat_lng
- # An object representing a latitude/longitude pair. This is expressed as a pair
- # of doubles representing degrees latitude and degrees longitude. Unless
+ # An object that represents a latitude/longitude pair. This is expressed as a
+ # pair of doubles to represent degrees latitude and degrees longitude. Unless
# specified otherwise, this must conform to the WGS84 standard. Values must be
# within normalized ranges.
# Corresponds to the JSON property `minLatLng`
# @return [Google::Apis::VisionV1::LatLng]
attr_accessor :min_lat_lng
@@ -9081,11 +9081,11 @@
# Detected entity location information.
class LocationInfo
include Google::Apis::Core::Hashable
- # An object representing a latitude/longitude pair. This is expressed as a pair
- # of doubles representing degrees latitude and degrees longitude. Unless
+ # An object that represents a latitude/longitude pair. This is expressed as a
+ # pair of doubles to represent degrees latitude and degrees longitude. Unless
# specified otherwise, this must conform to the WGS84 standard. Values must be
# within normalized ranges.
# Corresponds to the JSON property `latLng`
# @return [Google::Apis::VisionV1::LatLng]
attr_accessor :lat_lng