google-apis-vision_v1 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/vision_v1.rb +1 -1
- data/lib/google/apis/vision_v1/classes.rb +16 -16
- data/lib/google/apis/vision_v1/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0923fd8858b88293de606f7d1e8b9cc575ec77e777118ad1b70618c3544f25cd'
|
|
4
|
+
data.tar.gz: e953367b5370cc7f47bef3afa9b08f54e9f55d03bc9894d2a73586f8c10e2559
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18898ec9dd3111fbfd5e83c0ff3024fa56432887e2a9fe9f849f3ff03af231459c00a1fd434a1db795e2539a6dba0d87520c4c41cf96bd55320bd28a21e1ba7a
|
|
7
|
+
data.tar.gz: c5cc57d9626f99cd3c4ab2c87536fb6da9a63fa5ab84b90d3803dced4689ab1f48323d690713a859d046c887bf7c9a15e2eeae669528772e41e4bfb388142ae9
|
data/CHANGELOG.md
CHANGED
|
@@ -31,7 +31,7 @@ module Google
|
|
|
31
31
|
# This is NOT the gem version.
|
|
32
32
|
VERSION = 'V1'
|
|
33
33
|
|
|
34
|
-
#
|
|
34
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
|
35
35
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
|
36
36
|
|
|
37
37
|
# Apply machine learning models to understand and label images
|
|
@@ -2053,8 +2053,8 @@ module Google
|
|
|
2053
2053
|
|
|
2054
2054
|
# An object that represents a latitude/longitude pair. This is expressed as a
|
|
2055
2055
|
# pair of doubles to represent degrees latitude and degrees longitude. Unless
|
|
2056
|
-
# specified otherwise, this must conform to the WGS84 standard. Values
|
|
2057
|
-
# within normalized ranges.
|
|
2056
|
+
# specified otherwise, this object must conform to the WGS84 standard. Values
|
|
2057
|
+
# must be within normalized ranges.
|
|
2058
2058
|
# Corresponds to the JSON property `latLng`
|
|
2059
2059
|
# @return [Google::Apis::VisionV1::LatLng]
|
|
2060
2060
|
attr_accessor :lat_lng
|
|
@@ -3773,8 +3773,8 @@ module Google
|
|
|
3773
3773
|
|
|
3774
3774
|
# An object that represents a latitude/longitude pair. This is expressed as a
|
|
3775
3775
|
# pair of doubles to represent degrees latitude and degrees longitude. Unless
|
|
3776
|
-
# specified otherwise, this must conform to the WGS84 standard. Values
|
|
3777
|
-
# within normalized ranges.
|
|
3776
|
+
# specified otherwise, this object must conform to the WGS84 standard. Values
|
|
3777
|
+
# must be within normalized ranges.
|
|
3778
3778
|
# Corresponds to the JSON property `latLng`
|
|
3779
3779
|
# @return [Google::Apis::VisionV1::LatLng]
|
|
3780
3780
|
attr_accessor :lat_lng
|
|
@@ -5557,8 +5557,8 @@ module Google
|
|
|
5557
5557
|
|
|
5558
5558
|
# An object that represents a latitude/longitude pair. This is expressed as a
|
|
5559
5559
|
# pair of doubles to represent degrees latitude and degrees longitude. Unless
|
|
5560
|
-
# specified otherwise, this must conform to the WGS84 standard. Values
|
|
5561
|
-
# within normalized ranges.
|
|
5560
|
+
# specified otherwise, this object must conform to the WGS84 standard. Values
|
|
5561
|
+
# must be within normalized ranges.
|
|
5562
5562
|
# Corresponds to the JSON property `latLng`
|
|
5563
5563
|
# @return [Google::Apis::VisionV1::LatLng]
|
|
5564
5564
|
attr_accessor :lat_lng
|
|
@@ -7485,8 +7485,8 @@ module Google
|
|
|
7485
7485
|
|
|
7486
7486
|
# An object that represents a latitude/longitude pair. This is expressed as a
|
|
7487
7487
|
# pair of doubles to represent degrees latitude and degrees longitude. Unless
|
|
7488
|
-
# specified otherwise, this must conform to the WGS84 standard. Values
|
|
7489
|
-
# within normalized ranges.
|
|
7488
|
+
# specified otherwise, this object must conform to the WGS84 standard. Values
|
|
7489
|
+
# must be within normalized ranges.
|
|
7490
7490
|
# Corresponds to the JSON property `latLng`
|
|
7491
7491
|
# @return [Google::Apis::VisionV1::LatLng]
|
|
7492
7492
|
attr_accessor :lat_lng
|
|
@@ -8850,8 +8850,8 @@ module Google
|
|
|
8850
8850
|
|
|
8851
8851
|
# An object that represents a latitude/longitude pair. This is expressed as a
|
|
8852
8852
|
# pair of doubles to represent degrees latitude and degrees longitude. Unless
|
|
8853
|
-
# specified otherwise, this must conform to the WGS84 standard. Values
|
|
8854
|
-
# within normalized ranges.
|
|
8853
|
+
# specified otherwise, this object must conform to the WGS84 standard. Values
|
|
8854
|
+
# must be within normalized ranges.
|
|
8855
8855
|
class LatLng
|
|
8856
8856
|
include Google::Apis::Core::Hashable
|
|
8857
8857
|
|
|
@@ -8882,16 +8882,16 @@ module Google
|
|
|
8882
8882
|
|
|
8883
8883
|
# An object that represents a latitude/longitude pair. This is expressed as a
|
|
8884
8884
|
# pair of doubles to represent degrees latitude and degrees longitude. Unless
|
|
8885
|
-
# specified otherwise, this must conform to the WGS84 standard. Values
|
|
8886
|
-
# within normalized ranges.
|
|
8885
|
+
# specified otherwise, this object must conform to the WGS84 standard. Values
|
|
8886
|
+
# must be within normalized ranges.
|
|
8887
8887
|
# Corresponds to the JSON property `maxLatLng`
|
|
8888
8888
|
# @return [Google::Apis::VisionV1::LatLng]
|
|
8889
8889
|
attr_accessor :max_lat_lng
|
|
8890
8890
|
|
|
8891
8891
|
# An object that represents a latitude/longitude pair. This is expressed as a
|
|
8892
8892
|
# pair of doubles to represent degrees latitude and degrees longitude. Unless
|
|
8893
|
-
# specified otherwise, this must conform to the WGS84 standard. Values
|
|
8894
|
-
# within normalized ranges.
|
|
8893
|
+
# specified otherwise, this object must conform to the WGS84 standard. Values
|
|
8894
|
+
# must be within normalized ranges.
|
|
8895
8895
|
# Corresponds to the JSON property `minLatLng`
|
|
8896
8896
|
# @return [Google::Apis::VisionV1::LatLng]
|
|
8897
8897
|
attr_accessor :min_lat_lng
|
|
@@ -9091,8 +9091,8 @@ module Google
|
|
|
9091
9091
|
|
|
9092
9092
|
# An object that represents a latitude/longitude pair. This is expressed as a
|
|
9093
9093
|
# pair of doubles to represent degrees latitude and degrees longitude. Unless
|
|
9094
|
-
# specified otherwise, this must conform to the WGS84 standard. Values
|
|
9095
|
-
# within normalized ranges.
|
|
9094
|
+
# specified otherwise, this object must conform to the WGS84 standard. Values
|
|
9095
|
+
# must be within normalized ranges.
|
|
9096
9096
|
# Corresponds to the JSON property `latLng`
|
|
9097
9097
|
# @return [Google::Apis::VisionV1::LatLng]
|
|
9098
9098
|
attr_accessor :lat_lng
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module VisionV1
|
|
18
18
|
# Version of the google-apis-vision_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.5.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210423"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-vision_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-vision_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1/v0.5.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-vision_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
rubygems_version: 3.2.
|
|
72
|
+
rubygems_version: 3.2.17
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: Simple REST client for Cloud Vision API V1
|