google-apis-videointelligence_v1 0.25.0 → 0.27.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: 44efc581dfb621d9f4d44f9f1bbfa0c612699416f64feaf25f2d7b0b6ca118b2
|
4
|
+
data.tar.gz: 9ec6e79861ce3c5d3c28ef9f766b7921b8b1cc199682ce88d964f5d35bc78e33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ac73611b3327979adc80cade5f6abf230c12f168260d8abef1665740fa142b1a1751679a7a927f7a0bca411f8be89eee8ffcde9da3e62c170187532ba580448
|
7
|
+
data.tar.gz: 8a4bafd1cb4ae2341def11ac39b078ed5ffc63eea5d62a693b63bbbd4dd6ac8cc5e36129ced4983e8b6fca5c2428c3575682cefd194051be5065196e12cc868b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-videointelligence_v1
|
2
2
|
|
3
|
+
### v0.27.0 (2025-07-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250724
|
6
|
+
|
7
|
+
### v0.26.0 (2025-07-20)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250710
|
10
|
+
|
3
11
|
### v0.25.0 (2025-06-08)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250521
|
@@ -706,7 +706,7 @@ module Google
|
|
706
706
|
# horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
|
707
707
|
# 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
|
708
708
|
# vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
|
709
|
-
# or greater than 1 due to
|
709
|
+
# or greater than 1 due to trigonometric calculations for location of the box.
|
710
710
|
class GoogleCloudVideointelligenceV1NormalizedBoundingPoly
|
711
711
|
include Google::Apis::Core::Hashable
|
712
712
|
|
@@ -1198,7 +1198,7 @@ module Google
|
|
1198
1198
|
# horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
|
1199
1199
|
# 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
|
1200
1200
|
# vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
|
1201
|
-
# or greater than 1 due to
|
1201
|
+
# or greater than 1 due to trigonometric calculations for location of the box.
|
1202
1202
|
# Corresponds to the JSON property `rotatedBoundingBox`
|
1203
1203
|
# @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1NormalizedBoundingPoly]
|
1204
1204
|
attr_accessor :rotated_bounding_box
|
@@ -2181,7 +2181,7 @@ module Google
|
|
2181
2181
|
# horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
|
2182
2182
|
# 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
|
2183
2183
|
# vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
|
2184
|
-
# or greater than 1 due to
|
2184
|
+
# or greater than 1 due to trigonometric calculations for location of the box.
|
2185
2185
|
class GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly
|
2186
2186
|
include Google::Apis::Core::Hashable
|
2187
2187
|
|
@@ -2447,7 +2447,7 @@ module Google
|
|
2447
2447
|
# horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
|
2448
2448
|
# 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
|
2449
2449
|
# vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
|
2450
|
-
# or greater than 1 due to
|
2450
|
+
# or greater than 1 due to trigonometric calculations for location of the box.
|
2451
2451
|
# Corresponds to the JSON property `rotatedBoundingBox`
|
2452
2452
|
# @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly]
|
2453
2453
|
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::VideointelligenceV1::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::VideointelligenceV1::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::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly]
|
6193
6193
|
attr_accessor :rotated_bounding_box
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module VideointelligenceV1
|
18
18
|
# Version of the google-apis-videointelligence_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.27.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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.27.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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1/v0.27.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-videointelligence_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|