google-apis-vision_v1p1beta1 0.28.0 → 0.29.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: 628b5d23ef1ce6dd1392928e95a17548e506ce1f61745f81d59d300e93b74ec3
4
- data.tar.gz: ad913196328638859663e020d8a5d89026498e4ce747fb3545ea4ccb000efd2f
3
+ metadata.gz: 9d670a0dee4e2f1e8253ed1c5eaf5fc53c1f4ff13629c65c14cd32fb67f1ea80
4
+ data.tar.gz: 3fe62421c653e940f5ccad736b8ac591795607569364659a1229d5663563217f
5
5
  SHA512:
6
- metadata.gz: 75dab974af6eb0c953cdfa30455817a84951669ebdb93a32784267755cbf8a67f5231ea10a0f63898da471211ca408bec92f12d9fb250e2172d5ff24519ec51b
7
- data.tar.gz: 80f57ca5ea4f6d9c00747fdc858df4fcb696c31c54526c1118a0c647367b4df9181020c2e419caec9dc90f49c6f2d910f350758d1ba28be4f01c43d9b913bb18
6
+ metadata.gz: '01030016448b195768b9c5a1cdc1a609574ab2561833e83c830a6d07e5ae57ddfd68ba5d5da6df4c3c8893c9448f8265c468c1fc7cf2ab4c5d3229bcb41e1a18'
7
+ data.tar.gz: f0c1cfb2eceffdb163a01bc41867ab112c4b2d5e8de6320c1e799d7504b6dd812922c7d794bb926c81bdb6deadcc2bb17694e3b14a8acf89325037c346b05914
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-vision_v1p1beta1
2
2
 
3
+ ### v0.29.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20240823
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.28.0 (2024-05-19)
4
9
 
5
10
  * Regenerated using generator version 0.15.0
@@ -1816,7 +1816,10 @@ module Google
1816
1816
  end
1817
1817
  end
1818
1818
 
1819
- # A face-specific landmark (for example, a face feature).
1819
+ # A face-specific landmark (for example, a face feature). Landmark positions may
1820
+ # fall outside the bounds of the image if the face is near one or more edges of
1821
+ # the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y <
1822
+ # height`.
1820
1823
  class GoogleCloudVisionV1p1beta1FaceAnnotationLandmark
1821
1824
  include Google::Apis::Core::Hashable
1822
1825
 
@@ -3831,7 +3834,10 @@ module Google
3831
3834
  end
3832
3835
  end
3833
3836
 
3834
- # A face-specific landmark (for example, a face feature).
3837
+ # A face-specific landmark (for example, a face feature). Landmark positions may
3838
+ # fall outside the bounds of the image if the face is near one or more edges of
3839
+ # the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y <
3840
+ # height`.
3835
3841
  class GoogleCloudVisionV1p2beta1FaceAnnotationLandmark
3836
3842
  include Google::Apis::Core::Hashable
3837
3843
 
@@ -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 VisionV1p1beta1
18
18
  # Version of the google-apis-vision_v1p1beta1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.29.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_v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.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-26 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_v1p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1p1beta1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1p1beta1/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vision_v1p1beta1
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 V1p1beta1