google-apis-vision_v1 0.31.0 → 0.32.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ae6dc229e75bf122c972ecc2264ea64b7aa23b4c5c54ad92bbe4a9bbf87d989
4
- data.tar.gz: dd8e4955df9824bf0c4ddec3bc64143bd483c6c4e56d9884a6e6a5c6dbccdb2a
3
+ metadata.gz: d89c46ccc57f8f925e23e116964210629da92399f11fe42afa94d75273f08bf8
4
+ data.tar.gz: 10a4d810ac5c2cfa8cf67edddd9746f54e5013d617da035841c51016eb5beba7
5
5
  SHA512:
6
- metadata.gz: 34df7cd92c61517a4a7294424f63dc1f8507ac16d53aa293198e14d79f3875b870b5454f771fb3f4bb3eed3c7568d80586ddbb5edb7d6bece73d0e360597fef5
7
- data.tar.gz: 2196255f2b086f7b37f3da5c9e2f0b425e3ce942b38656dba64c07d1d5f300cc649f79f5cf198afe537ba898d7e1ae5299ddbb59ce65c6c0f0f302d9d0300dd0
6
+ metadata.gz: 52d2e390cb8304221c8578c568444fb50e6f0dd5c02085a0bf056f500921ba10a125b790d1049294593d1ba9d7398db205c3c8d035db42155095c8d9d9ede868
7
+ data.tar.gz: 35f0d756e90b50f5cded99307c89e873943b201e9f3e569e7a64e05c5c4589a4b652b042c57b4235c768be3b9245171a8d2d912ef1ce7d988f2f26c4ff93efa7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-vision_v1
2
2
 
3
+ ### v0.32.0 (2024-09-08)
4
+
5
+ * Regenerated from discovery document revision 20240823
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.31.0 (2024-05-19)
4
9
 
5
10
  * Regenerated using generator version 0.15.0
@@ -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.31.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.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231219"
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.31.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-05-19 00:00:00.000000000 Z
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.31.0
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: []