google-apis-vision_v1 0.30.0 → 0.32.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98f9561ebc8d00560f575715e2f3ac6ef2b18d5a036d1fc9ae49241e34f0a962
4
- data.tar.gz: '093dd8619709c14800746ef2c2bb6bf73f958d2a7e5745ca2133b0b6b6a7fd27'
3
+ metadata.gz: d89c46ccc57f8f925e23e116964210629da92399f11fe42afa94d75273f08bf8
4
+ data.tar.gz: 10a4d810ac5c2cfa8cf67edddd9746f54e5013d617da035841c51016eb5beba7
5
5
  SHA512:
6
- metadata.gz: 2f87a1992c432b680dbef8322168833c186ebd4739add74f0dc21a04c6e9af933626620d1e762f777d90210c0aa28454cc79f3be082ff80561cc8a482547894a
7
- data.tar.gz: bc7ca0e397b5d163a36046867d5a623e6bbf040e8ad7d3acdff58102b5c840641bb791658b48758111cb485d8560122ee9424b468f906cc0bfc24722456a1daa
6
+ metadata.gz: 52d2e390cb8304221c8578c568444fb50e6f0dd5c02085a0bf056f500921ba10a125b790d1049294593d1ba9d7398db205c3c8d035db42155095c8d9d9ede868
7
+ data.tar.gz: 35f0d756e90b50f5cded99307c89e873943b201e9f3e569e7a64e05c5c4589a4b652b042c57b4235c768be3b9245171a8d2d912ef1ce7d988f2f26c4ff93efa7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.31.0 (2024-05-19)
9
+
10
+ * Regenerated using generator version 0.15.0
11
+
3
12
  ### v0.30.0 (2024-02-23)
4
13
 
5
14
  * Regenerated using generator version 0.14.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.30.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.14.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.30.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-02-25 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.30.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: []