google-apis-vision_v1 0.31.0 → 0.32.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/vision_v1/classes.rb +20 -5
- data/lib/google/apis/vision_v1/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d89c46ccc57f8f925e23e116964210629da92399f11fe42afa94d75273f08bf8
|
4
|
+
data.tar.gz: 10a4d810ac5c2cfa8cf67edddd9746f54e5013d617da035841c51016eb5beba7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52d2e390cb8304221c8578c568444fb50e6f0dd5c02085a0bf056f500921ba10a125b790d1049294593d1ba9d7398db205c3c8d035db42155095c8d9d9ede868
|
7
|
+
data.tar.gz: 35f0d756e90b50f5cded99307c89e873943b201e9f3e569e7a64e05c5c4589a4b652b042c57b4235c768be3b9245171a8d2d912ef1ce7d988f2f26c4ff93efa7
|
data/CHANGELOG.md
CHANGED
@@ -1881,7 +1881,10 @@ module Google
|
|
1881
1881
|
end
|
1882
1882
|
end
|
1883
1883
|
|
1884
|
-
# A face-specific landmark (for example, a face feature).
|
1884
|
+
# A face-specific landmark (for example, a face feature). Landmark positions may
|
1885
|
+
# fall outside the bounds of the image if the face is near one or more edges of
|
1886
|
+
# the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y <
|
1887
|
+
# height`.
|
1885
1888
|
class GoogleCloudVisionV1p1beta1FaceAnnotationLandmark
|
1886
1889
|
include Google::Apis::Core::Hashable
|
1887
1890
|
|
@@ -3602,7 +3605,10 @@ module Google
|
|
3602
3605
|
end
|
3603
3606
|
end
|
3604
3607
|
|
3605
|
-
# A face-specific landmark (for example, a face feature).
|
3608
|
+
# A face-specific landmark (for example, a face feature). Landmark positions may
|
3609
|
+
# fall outside the bounds of the image if the face is near one or more edges of
|
3610
|
+
# the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y <
|
3611
|
+
# height`.
|
3606
3612
|
class GoogleCloudVisionV1p2beta1FaceAnnotationLandmark
|
3607
3613
|
include Google::Apis::Core::Hashable
|
3608
3614
|
|
@@ -5357,7 +5363,10 @@ module Google
|
|
5357
5363
|
end
|
5358
5364
|
end
|
5359
5365
|
|
5360
|
-
# A face-specific landmark (for example, a face feature).
|
5366
|
+
# A face-specific landmark (for example, a face feature). Landmark positions may
|
5367
|
+
# fall outside the bounds of the image if the face is near one or more edges of
|
5368
|
+
# the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y <
|
5369
|
+
# height`.
|
5361
5370
|
class GoogleCloudVisionV1p3beta1FaceAnnotationLandmark
|
5362
5371
|
include Google::Apis::Core::Hashable
|
5363
5372
|
|
@@ -7261,7 +7270,10 @@ module Google
|
|
7261
7270
|
end
|
7262
7271
|
end
|
7263
7272
|
|
7264
|
-
# A face-specific landmark (for example, a face feature).
|
7273
|
+
# A face-specific landmark (for example, a face feature). Landmark positions may
|
7274
|
+
# fall outside the bounds of the image if the face is near one or more edges of
|
7275
|
+
# the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y <
|
7276
|
+
# height`.
|
7265
7277
|
class GoogleCloudVisionV1p4beta1FaceAnnotationLandmark
|
7266
7278
|
include Google::Apis::Core::Hashable
|
7267
7279
|
|
@@ -8865,7 +8877,10 @@ module Google
|
|
8865
8877
|
end
|
8866
8878
|
end
|
8867
8879
|
|
8868
|
-
# A face-specific landmark (for example, a face feature).
|
8880
|
+
# A face-specific landmark (for example, a face feature). Landmark positions may
|
8881
|
+
# fall outside the bounds of the image if the face is near one or more edges of
|
8882
|
+
# the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y <
|
8883
|
+
# height`.
|
8869
8884
|
class Landmark
|
8870
8885
|
include Google::Apis::Core::Hashable
|
8871
8886
|
|
@@ -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.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240823"
|
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.32.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: 2024-
|
11
|
+
date: 2024-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vision_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1/v0.32.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vision_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|