google-apis-videointelligence_v1p2beta1 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: de9f9c30ca1a0d3c4a3456c6a89a89f9b85ea718e31cb3dbfd47bc12942296d7
4
- data.tar.gz: 56a6555367b2acebfe5fc824286ac6a3fd0e99b9bf3bae6d39519cb5077e95bd
3
+ metadata.gz: 6bae78e6e984df15922f71fae889dc13f0ad5439b1077d7c8d96b04c76388da6
4
+ data.tar.gz: b3661e16f7b4867ab99e5fa67b3c1e036f26a459963c3484d7f80ea58d406fd9
5
5
  SHA512:
6
- metadata.gz: 0127d08cf5bb3e9742b1cc2c51006524bed97c35ce8cb3c9c555b3588a94cb09fe4369bbb2183c542178a0c299da1f313a84b54d50e994115be74a8c80c1ef83
7
- data.tar.gz: 36de8ff8c474aade89b25b6e1eea56a8ebb9632701db58da953d289d69d6e5bd30b6c3d8dac6cb51ab413b9fe862f5e73586bf45e9401ce8b0c55335bf3e72ab
6
+ metadata.gz: 2620b0ecff953be985e698b5f28b46df2a6db2dcdca0a388d86979d40f3e4a2e9825afdf658da1c6a568e0cd910d5304176302f0dcfa3d48c57f46173c00a344
7
+ data.tar.gz: 2baf77bf99afaff9fc291887ea3434ed6dd0a316e53183e14941c73d5a7a5cade2f19c3e7fd1c8e401457f8c14dc0f19e1cff9836ae151ab6448583aca2ae517
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-videointelligence_v1p2beta1
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-01)
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::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly]
1980
1980
  attr_accessor :rotated_bounding_box
@@ -2888,7 +2888,7 @@ module Google
2888
2888
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
2889
2889
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
2890
2890
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
2891
- # or greater than 1 due to trignometric calculations for location of the box.
2891
+ # or greater than 1 due to trigonometric calculations for location of the box.
2892
2892
  class GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly
2893
2893
  include Google::Apis::Core::Hashable
2894
2894
 
@@ -3154,7 +3154,7 @@ module Google
3154
3154
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
3155
3155
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
3156
3156
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
3157
- # or greater than 1 due to trignometric calculations for location of the box.
3157
+ # or greater than 1 due to trigonometric calculations for location of the box.
3158
3158
  # Corresponds to the JSON property `rotatedBoundingBox`
3159
3159
  # @return [Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly]
3160
3160
  attr_accessor :rotated_bounding_box
@@ -4246,7 +4246,7 @@ module Google
4246
4246
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
4247
4247
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
4248
4248
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
4249
- # or greater than 1 due to trignometric calculations for location of the box.
4249
+ # or greater than 1 due to trigonometric calculations for location of the box.
4250
4250
  class GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly
4251
4251
  include Google::Apis::Core::Hashable
4252
4252
 
@@ -4738,7 +4738,7 @@ module Google
4738
4738
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
4739
4739
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
4740
4740
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
4741
- # or greater than 1 due to trignometric calculations for location of the box.
4741
+ # or greater than 1 due to trigonometric calculations for location of the box.
4742
4742
  # Corresponds to the JSON property `rotatedBoundingBox`
4743
4743
  # @return [Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly]
4744
4744
  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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly]
6193
6193
  attr_accessor :rotated_bounding_box
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VideointelligenceV1p2beta1
18
18
  # Version of the google-apis-videointelligence_v1p2beta1 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_v1p2beta1
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_v1p2beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1p2beta1/v0.22.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1p2beta1/v0.24.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-videointelligence_v1p2beta1
62
62
  rdoc_options: []
63
63
  require_paths: