google-apis-vision_v1p2beta1 0.28.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: af839ea1d66e9fdaf9803be4834410c77c47c638059a7d6912358130519476d7
4
- data.tar.gz: df31251fdf547183dce3b254e92814d1450f663d5b0c3744314fe614790cf087
3
+ metadata.gz: 43ce888b23260e08f874b85aa1829e1a5a874231778905a77f5b613334341dbd
4
+ data.tar.gz: e25c2430a29345d11f8006cc043f4125d321baa716b16824e7e59a72f86ef227
5
5
  SHA512:
6
- metadata.gz: 6c686befa0b2ca7239ae7261e19b9f386e56e50f23eabaeda58a2bcd450aaaf1a1b35fa9c689c459599fa6db367be5e4521fd30952125af227b118736027287c
7
- data.tar.gz: 0e0602766cd68cb232a3216e7db34f20cce8338abeff416cfe110b022195f8fb2fdfb2633a5e9d82dfc4d539d7d5d9e5e479b145ce7c7cc39d5031317902f477
6
+ metadata.gz: ffa30aed3802800eb2d405d7fc967fb17a9384fa6d7cf157263a316f24f63688202d50f7b18b020bb3de88f3d9de707fe6dc21959c19f5580b29d74927a85606
7
+ data.tar.gz: 921f271a28fc46c289e2500a9b001117a7f0cfd32fc131a20f41674a30c997759c157599fa72655dfddd592e398886d8c0801b6f639e982300e4ba4ee192a8b9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.29.0 (2024-05-19)
9
+
10
+ * Regenerated using generator version 0.15.0
11
+
3
12
  ### v0.28.0 (2024-02-24)
4
13
 
5
14
  * Regenerated using generator version 0.14.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.28.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.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_v1p2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.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-02-25 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
@@ -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_v1p2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1p2beta1/v0.28.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