google-apis-videointelligence_v1p3beta1 0.23.0 → 0.25.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: '094d62e35f7f6480fc858857f25a754e841995720575ab1bdfc4ce7110f86f5d'
4
- data.tar.gz: 61dec64d586517a5ff9af5208f4b1eb051ec32606ec5a5ff196c2d0b6e93459f
3
+ metadata.gz: adb12225d6a07311ebaee146e6c103be7362cca8320b495aeae0d8333e54f2d2
4
+ data.tar.gz: 6147f6980bb4381aab57c27649c24faf11bc1a0fd08899277a3c7dec438383f8
5
5
  SHA512:
6
- metadata.gz: dd99e0662e822be17114f5cd05c97641f42769f7567dc655818e503e8b7447e166b8e290390e2b3d4818d432d6ae3f5e9aad326645fd456859bdf88225596d3b
7
- data.tar.gz: 647065582281a160bd089e9cfc17f231edf87845d1260b93134e72e2e91a18b940acad8d08613fce12f62196db78e015cab66e308926c801c5276a5209cb7953
6
+ metadata.gz: 0bf41a1d2367f54313e8e1c024be78f933c07a60de40f17b6c1db255a50d9b964e67aa26b29f13c019bff359e730eae37d24f812404f2ac808104c41014575a4
7
+ data.tar.gz: 7abd859808cb546e160589f0e57b9453d7d61c6bdad22836316527294e808f1add6d46b899743fa2fb89255a8f1fea70aa6bf62ddbd45ea3fde4946fbdd540ce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-videointelligence_v1p3beta1
2
2
 
3
+ ### v0.25.0 (2025-07-27)
4
+
5
+ * Regenerated from discovery document revision 20250724
6
+
7
+ ### v0.24.0 (2025-07-20)
8
+
9
+ * Regenerated from discovery document revision 20250710
10
+
3
11
  ### v0.23.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::VideointelligenceV1p3beta1::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::VideointelligenceV1p3beta1::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::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly]
3160
3160
  attr_accessor :rotated_bounding_box
@@ -4068,7 +4068,7 @@ module Google
4068
4068
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
4069
4069
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
4070
4070
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
4071
- # or greater than 1 due to trignometric calculations for location of the box.
4071
+ # or greater than 1 due to trigonometric calculations for location of the box.
4072
4072
  class GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly
4073
4073
  include Google::Apis::Core::Hashable
4074
4074
 
@@ -4334,7 +4334,7 @@ module Google
4334
4334
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
4335
4335
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
4336
4336
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
4337
- # or greater than 1 due to trignometric calculations for location of the box.
4337
+ # or greater than 1 due to trigonometric calculations for location of the box.
4338
4338
  # Corresponds to the JSON property `rotatedBoundingBox`
4339
4339
  # @return [Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly]
4340
4340
  attr_accessor :rotated_bounding_box
@@ -5512,7 +5512,7 @@ module Google
5512
5512
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
5513
5513
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
5514
5514
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
5515
- # or greater than 1 due to trignometric calculations for location of the box.
5515
+ # or greater than 1 due to trigonometric calculations for location of the box.
5516
5516
  class GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly
5517
5517
  include Google::Apis::Core::Hashable
5518
5518
 
@@ -6118,7 +6118,7 @@ module Google
6118
6118
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
6119
6119
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
6120
6120
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
6121
- # or greater than 1 due to trignometric calculations for location of the box.
6121
+ # or greater than 1 due to trigonometric calculations for location of the box.
6122
6122
  # Corresponds to the JSON property `rotatedBoundingBox`
6123
6123
  # @return [Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly]
6124
6124
  attr_accessor :rotated_bounding_box
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VideointelligenceV1p3beta1
18
18
  # Version of the google-apis-videointelligence_v1p3beta1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.25.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_v1p3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.25.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_v1p3beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1p3beta1/v0.23.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1p3beta1/v0.25.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-videointelligence_v1p3beta1
62
62
  rdoc_options: []
63
63
  require_paths: