google-apis-vision_v1p2beta1 0.29.0 → 0.30.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: 527f90dbb733a6bf57b5e3f65b96b6fdc987bc1bb77e7e286d81749f0d2b2b5b
4
- data.tar.gz: ddaed28258a743cd519477e339cb2f6463108d9d6a37def4dbc7380c0c14dcc2
3
+ metadata.gz: 43ce888b23260e08f874b85aa1829e1a5a874231778905a77f5b613334341dbd
4
+ data.tar.gz: e25c2430a29345d11f8006cc043f4125d321baa716b16824e7e59a72f86ef227
5
5
  SHA512:
6
- metadata.gz: 6be2186b7786819237b9b0a7cb6beb8d539f8210aa55466ffb3a30127eafa08acccc5e4ac2acc3a7d75342cf8f23dfb9cd4ae846a7a466bbec57770039a27a95
7
- data.tar.gz: '094c9e79699ee6defe571ee286695b900df8aae0a22bf2a7e8400ab70d68e3a40a647a416caf707f041f85691ae6de9869f44cd942b11d7ff68cfa8a5818c427'
6
+ metadata.gz: ffa30aed3802800eb2d405d7fc967fb17a9384fa6d7cf157263a316f24f63688202d50f7b18b020bb3de88f3d9de707fe6dc21959c19f5580b29d74927a85606
7
+ data.tar.gz: 921f271a28fc46c289e2500a9b001117a7f0cfd32fc131a20f41674a30c997759c157599fa72655dfddd592e398886d8c0801b6f639e982300e4ba4ee192a8b9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-vision_v1p2beta1
2
2
 
3
+ ### v0.30.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20240823
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.29.0 (2024-05-19)
4
9
 
5
10
  * Regenerated using generator version 0.15.0
@@ -1479,7 +1479,10 @@ module Google
1479
1479
  end
1480
1480
  end
1481
1481
 
1482
- # A face-specific landmark (for example, a face feature).
1482
+ # A face-specific landmark (for example, a face feature). Landmark positions may
1483
+ # fall outside the bounds of the image if the face is near one or more edges of
1484
+ # the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y <
1485
+ # height`.
1483
1486
  class GoogleCloudVisionV1p1beta1FaceAnnotationLandmark
1484
1487
  include Google::Apis::Core::Hashable
1485
1488
 
@@ -3537,7 +3540,10 @@ module Google
3537
3540
  end
3538
3541
  end
3539
3542
 
3540
- # A face-specific landmark (for example, a face feature).
3543
+ # A face-specific landmark (for example, a face feature). Landmark positions may
3544
+ # fall outside the bounds of the image if the face is near one or more edges of
3545
+ # the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y <
3546
+ # height`.
3541
3547
  class GoogleCloudVisionV1p2beta1FaceAnnotationLandmark
3542
3548
  include Google::Apis::Core::Hashable
3543
3549
 
@@ -5586,7 +5592,10 @@ module Google
5586
5592
  end
5587
5593
  end
5588
5594
 
5589
- # A face-specific landmark (for example, a face feature).
5595
+ # A face-specific landmark (for example, a face feature). Landmark positions may
5596
+ # fall outside the bounds of the image if the face is near one or more edges of
5597
+ # the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y <
5598
+ # height`.
5590
5599
  class GoogleCloudVisionV1p3beta1FaceAnnotationLandmark
5591
5600
  include Google::Apis::Core::Hashable
5592
5601
 
@@ -7490,7 +7499,10 @@ module Google
7490
7499
  end
7491
7500
  end
7492
7501
 
7493
- # A face-specific landmark (for example, a face feature).
7502
+ # A face-specific landmark (for example, a face feature). Landmark positions may
7503
+ # fall outside the bounds of the image if the face is near one or more edges of
7504
+ # the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y <
7505
+ # height`.
7494
7506
  class GoogleCloudVisionV1p4beta1FaceAnnotationLandmark
7495
7507
  include Google::Apis::Core::Hashable
7496
7508
 
@@ -8881,7 +8893,10 @@ module Google
8881
8893
  end
8882
8894
  end
8883
8895
 
8884
- # A face-specific landmark (for example, a face feature).
8896
+ # A face-specific landmark (for example, a face feature). Landmark positions may
8897
+ # fall outside the bounds of the image if the face is near one or more edges of
8898
+ # the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y <
8899
+ # height`.
8885
8900
  class Landmark
8886
8901
  include Google::Apis::Core::Hashable
8887
8902
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VisionV1p2beta1
18
18
  # Version of the google-apis-vision_v1p2beta1 gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.30.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_v1p2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.30.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-12-04 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_v1p2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1p2beta1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1p2beta1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vision_v1p2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Vision API V1p2beta1