google-apis-videointelligence_v1beta2 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23f610ff444df8d5852e9a8a4c5da8896aebee9adef27d99a22807cec0d621b5
|
4
|
+
data.tar.gz: 1e62626412e00b619638914b6cbe20f6da8a157735b6ba87135a07d47182dab4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24949db7baf391cbf5da450feab40417b1f17785b3a976febbd9e36a26f734fad0647c9b40c63d88e357ac053145e3c69bce3f9402b7c45c175f161b6f6d631b
|
7
|
+
data.tar.gz: d8a0f1b605d3ce15b2f8db7ae4093789628350548d84bcfd3a2d717c659ef12c384ce20e32f852c4a930fd0231019c17a70b5320fcf9216bc1e21d2f0ebd2cae
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-videointelligence_v1beta2
|
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
|
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
|
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::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1NormalizedBoundingPoly]
|
800
800
|
attr_accessor :rotated_bounding_box
|
@@ -1886,7 +1886,7 @@ module Google
|
|
1886
1886
|
# horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
|
1887
1887
|
# 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
|
1888
1888
|
# vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
|
1889
|
-
# or greater than 1 due to
|
1889
|
+
# or greater than 1 due to trigonometric calculations for location of the box.
|
1890
1890
|
class GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly
|
1891
1891
|
include Google::Apis::Core::Hashable
|
1892
1892
|
|
@@ -2378,7 +2378,7 @@ module Google
|
|
2378
2378
|
# horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
|
2379
2379
|
# 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
|
2380
2380
|
# vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
|
2381
|
-
# or greater than 1 due to
|
2381
|
+
# or greater than 1 due to trigonometric calculations for location of the box.
|
2382
2382
|
# Corresponds to the JSON property `rotatedBoundingBox`
|
2383
2383
|
# @return [Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly]
|
2384
2384
|
attr_accessor :rotated_bounding_box
|
@@ -3361,7 +3361,7 @@ module Google
|
|
3361
3361
|
# horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
|
3362
3362
|
# 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
|
3363
3363
|
# vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
|
3364
|
-
# or greater than 1 due to
|
3364
|
+
# or greater than 1 due to trigonometric calculations for location of the box.
|
3365
3365
|
class GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly
|
3366
3366
|
include Google::Apis::Core::Hashable
|
3367
3367
|
|
@@ -3627,7 +3627,7 @@ module Google
|
|
3627
3627
|
# horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
|
3628
3628
|
# 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
|
3629
3629
|
# vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
|
3630
|
-
# or greater than 1 due to
|
3630
|
+
# or greater than 1 due to trigonometric calculations for location of the box.
|
3631
3631
|
# Corresponds to the JSON property `rotatedBoundingBox`
|
3632
3632
|
# @return [Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly]
|
3633
3633
|
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
|
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
|
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::VideointelligenceV1beta2::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
|
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
|
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::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly]
|
6193
6193
|
attr_accessor :rotated_bounding_box
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module VideointelligenceV1beta2
|
18
18
|
# Version of the google-apis-videointelligence_v1beta2 gem
|
19
|
-
GEM_VERSION = "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 = "
|
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_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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_v1beta2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1beta2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1beta2/v0.24.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-videointelligence_v1beta2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|