google-apis-videointelligence_v1p1beta1 0.22.0 → 0.24.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: efe0a20e089b31f441e3ac0bac4c0f9639d9f16ba5f9a54a6c8498493b39ec3f
4
- data.tar.gz: 9306ea7f3713a68d12cd4e1d0ab6f84712321bbc062e5cdb5147ce968218bf14
3
+ metadata.gz: 207b81e961dd320f38af863f102aab0d399f98005a8ece64eeef09c32d676909
4
+ data.tar.gz: 7a10f9783435f91c5c1505678047191a9273846f41a5e47d3dbcebe12f4ce630
5
5
  SHA512:
6
- metadata.gz: fc92ef4d1b1f0804c3240a6d75cac96dc749362da3958b3271d6480de64adf3d5a95f22587c9c786d0ded46d2e86e02b7508a6a4bbe69d0e3915fb0c1ad23e5e
7
- data.tar.gz: 5969070e01708f4cd7b6ee52d1da3c4b73ae7de51935ea4420ec67d537bcfe8038bb29cb49e62695eb0b50dbd404df40cef134c8b442331264e9a02378e9e67a
6
+ metadata.gz: 6fce3aaacc1a609771a5cf086689f8943e597f515ae8648eb795ce3fb5c082b40584bb2651537284d9d514d13b662593762eca7bc10f0bdf08ab79f66b3be615
7
+ data.tar.gz: 2b3a8278ca2fc890d287c5ddd347607a99f83e47e0945cae149fda314a1c86a71886e8f293fdcebd9d703257f97f5d109894b992341b0c5d8e03ef2c2e2f341a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-videointelligence_v1p1beta1
2
2
 
3
+ ### v0.24.0 (2025-07-27)
4
+
5
+ * Regenerated from discovery document revision 20250724
6
+
7
+ ### v0.23.0 (2025-07-20)
8
+
9
+ * Regenerated from discovery document revision 20250710
10
+
3
11
  ### v0.22.0 (2025-06-08)
4
12
 
5
13
  * Regenerated from discovery document revision 20250521
@@ -528,7 +528,7 @@ module Google
528
528
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
529
529
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
530
530
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
531
- # or greater than 1 due to trignometric calculations for location of the box.
531
+ # or greater than 1 due to trigonometric calculations for location of the box.
532
532
  class GoogleCloudVideointelligenceV1NormalizedBoundingPoly
533
533
  include Google::Apis::Core::Hashable
534
534
 
@@ -794,7 +794,7 @@ module Google
794
794
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
795
795
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
796
796
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
797
- # or greater than 1 due to trignometric calculations for location of the box.
797
+ # or greater than 1 due to trigonometric calculations for location of the box.
798
798
  # Corresponds to the JSON property `rotatedBoundingBox`
799
799
  # @return [Google::Apis::VideointelligenceV1p1beta1::GoogleCloudVideointelligenceV1NormalizedBoundingPoly]
800
800
  attr_accessor :rotated_bounding_box
@@ -1708,7 +1708,7 @@ module Google
1708
1708
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
1709
1709
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
1710
1710
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
1711
- # or greater than 1 due to trignometric calculations for location of the box.
1711
+ # or greater than 1 due to trigonometric calculations for location of the box.
1712
1712
  class GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly
1713
1713
  include Google::Apis::Core::Hashable
1714
1714
 
@@ -1974,7 +1974,7 @@ module Google
1974
1974
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
1975
1975
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
1976
1976
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
1977
- # or greater than 1 due to trignometric calculations for location of the box.
1977
+ # or greater than 1 due to trigonometric calculations for location of the box.
1978
1978
  # Corresponds to the JSON property `rotatedBoundingBox`
1979
1979
  # @return [Google::Apis::VideointelligenceV1p1beta1::GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly]
1980
1980
  attr_accessor :rotated_bounding_box
@@ -3066,7 +3066,7 @@ module Google
3066
3066
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
3067
3067
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
3068
3068
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
3069
- # or greater than 1 due to trignometric calculations for location of the box.
3069
+ # or greater than 1 due to trigonometric calculations for location of the box.
3070
3070
  class GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly
3071
3071
  include Google::Apis::Core::Hashable
3072
3072
 
@@ -3558,7 +3558,7 @@ module Google
3558
3558
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
3559
3559
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
3560
3560
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
3561
- # or greater than 1 due to trignometric calculations for location of the box.
3561
+ # or greater than 1 due to trigonometric calculations for location of the box.
3562
3562
  # Corresponds to the JSON property `rotatedBoundingBox`
3563
3563
  # @return [Google::Apis::VideointelligenceV1p1beta1::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly]
3564
3564
  attr_accessor :rotated_bounding_box
@@ -4541,7 +4541,7 @@ module Google
4541
4541
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
4542
4542
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
4543
4543
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
4544
- # or greater than 1 due to trignometric calculations for location of the box.
4544
+ # or greater than 1 due to trigonometric calculations for location of the box.
4545
4545
  class GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly
4546
4546
  include Google::Apis::Core::Hashable
4547
4547
 
@@ -4807,7 +4807,7 @@ module Google
4807
4807
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
4808
4808
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
4809
4809
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
4810
- # or greater than 1 due to trignometric calculations for location of the box.
4810
+ # or greater than 1 due to trigonometric calculations for location of the box.
4811
4811
  # Corresponds to the JSON property `rotatedBoundingBox`
4812
4812
  # @return [Google::Apis::VideointelligenceV1p1beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly]
4813
4813
  attr_accessor :rotated_bounding_box
@@ -5807,7 +5807,7 @@ module Google
5807
5807
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
5808
5808
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
5809
5809
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
5810
- # or greater than 1 due to trignometric calculations for location of the box.
5810
+ # or greater than 1 due to trigonometric calculations for location of the box.
5811
5811
  class GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly
5812
5812
  include Google::Apis::Core::Hashable
5813
5813
 
@@ -6187,7 +6187,7 @@ module Google
6187
6187
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
6188
6188
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
6189
6189
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
6190
- # or greater than 1 due to trignometric calculations for location of the box.
6190
+ # or greater than 1 due to trigonometric calculations for location of the box.
6191
6191
  # Corresponds to the JSON property `rotatedBoundingBox`
6192
6192
  # @return [Google::Apis::VideointelligenceV1p1beta1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly]
6193
6193
  attr_accessor :rotated_bounding_box
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VideointelligenceV1p1beta1
18
18
  # Version of the google-apis-videointelligence_v1p1beta1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250521"
25
+ REVISION = "20250724"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-videointelligence_v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-videointelligence_v1p1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1p1beta1/v0.22.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1p1beta1/v0.24.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-videointelligence_v1p1beta1
62
62
  rdoc_options: []
63
63
  require_paths: