google-apis-videointelligence_v1beta2 0.23.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
@@ -215,6 +215,36 @@ module Google
|
|
215
215
|
end
|
216
216
|
end
|
217
217
|
|
218
|
+
# Status of exporting annotation response to user specified `output_uri`.
|
219
|
+
class GoogleCloudVideointelligenceV1ExportToOutputUriStatus
|
220
|
+
include Google::Apis::Core::Hashable
|
221
|
+
|
222
|
+
# Output only. State of the `output_uri` export.
|
223
|
+
# Corresponds to the JSON property `state`
|
224
|
+
# @return [String]
|
225
|
+
attr_accessor :state
|
226
|
+
|
227
|
+
# The `Status` type defines a logical error model that is suitable for different
|
228
|
+
# programming environments, including REST APIs and RPC APIs. It is used by [
|
229
|
+
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
230
|
+
# data: error code, error message, and error details. You can find out more
|
231
|
+
# about this error model and how to work with it in the [API Design Guide](https:
|
232
|
+
# //cloud.google.com/apis/design/errors).
|
233
|
+
# Corresponds to the JSON property `status`
|
234
|
+
# @return [Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus]
|
235
|
+
attr_accessor :status
|
236
|
+
|
237
|
+
def initialize(**args)
|
238
|
+
update!(**args)
|
239
|
+
end
|
240
|
+
|
241
|
+
# Update properties of this object
|
242
|
+
def update!(**args)
|
243
|
+
@state = args[:state] if args.key?(:state)
|
244
|
+
@status = args[:status] if args.key?(:status)
|
245
|
+
end
|
246
|
+
end
|
247
|
+
|
218
248
|
# Deprecated. No effect.
|
219
249
|
class GoogleCloudVideointelligenceV1FaceAnnotation
|
220
250
|
include Google::Apis::Core::Hashable
|
@@ -498,7 +528,7 @@ module Google
|
|
498
528
|
# horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
|
499
529
|
# 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
|
500
530
|
# vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
|
501
|
-
# or greater than 1 due to
|
531
|
+
# or greater than 1 due to trigonometric calculations for location of the box.
|
502
532
|
class GoogleCloudVideointelligenceV1NormalizedBoundingPoly
|
503
533
|
include Google::Apis::Core::Hashable
|
504
534
|
|
@@ -764,7 +794,7 @@ module Google
|
|
764
794
|
# horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
|
765
795
|
# 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
|
766
796
|
# vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
|
767
|
-
# or greater than 1 due to
|
797
|
+
# or greater than 1 due to trigonometric calculations for location of the box.
|
768
798
|
# Corresponds to the JSON property `rotatedBoundingBox`
|
769
799
|
# @return [Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1NormalizedBoundingPoly]
|
770
800
|
attr_accessor :rotated_bounding_box
|
@@ -898,6 +928,11 @@ module Google
|
|
898
928
|
class GoogleCloudVideointelligenceV1VideoAnnotationProgress
|
899
929
|
include Google::Apis::Core::Hashable
|
900
930
|
|
931
|
+
# Status of exporting annotation response to user specified `output_uri`.
|
932
|
+
# Corresponds to the JSON property `exportStatus`
|
933
|
+
# @return [Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1ExportToOutputUriStatus]
|
934
|
+
attr_accessor :export_status
|
935
|
+
|
901
936
|
# Specifies which feature is being tracked if the request contains more than one
|
902
937
|
# feature.
|
903
938
|
# Corresponds to the JSON property `feature`
|
@@ -936,6 +971,7 @@ module Google
|
|
936
971
|
|
937
972
|
# Update properties of this object
|
938
973
|
def update!(**args)
|
974
|
+
@export_status = args[:export_status] if args.key?(:export_status)
|
939
975
|
@feature = args[:feature] if args.key?(:feature)
|
940
976
|
@input_uri = args[:input_uri] if args.key?(:input_uri)
|
941
977
|
@progress_percent = args[:progress_percent] if args.key?(:progress_percent)
|
@@ -1446,6 +1482,36 @@ module Google
|
|
1446
1482
|
end
|
1447
1483
|
end
|
1448
1484
|
|
1485
|
+
# Status of exporting annotation response to user specified `output_uri`.
|
1486
|
+
class GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus
|
1487
|
+
include Google::Apis::Core::Hashable
|
1488
|
+
|
1489
|
+
# Output only. State of the `output_uri` export.
|
1490
|
+
# Corresponds to the JSON property `state`
|
1491
|
+
# @return [String]
|
1492
|
+
attr_accessor :state
|
1493
|
+
|
1494
|
+
# The `Status` type defines a logical error model that is suitable for different
|
1495
|
+
# programming environments, including REST APIs and RPC APIs. It is used by [
|
1496
|
+
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
1497
|
+
# data: error code, error message, and error details. You can find out more
|
1498
|
+
# about this error model and how to work with it in the [API Design Guide](https:
|
1499
|
+
# //cloud.google.com/apis/design/errors).
|
1500
|
+
# Corresponds to the JSON property `status`
|
1501
|
+
# @return [Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus]
|
1502
|
+
attr_accessor :status
|
1503
|
+
|
1504
|
+
def initialize(**args)
|
1505
|
+
update!(**args)
|
1506
|
+
end
|
1507
|
+
|
1508
|
+
# Update properties of this object
|
1509
|
+
def update!(**args)
|
1510
|
+
@state = args[:state] if args.key?(:state)
|
1511
|
+
@status = args[:status] if args.key?(:status)
|
1512
|
+
end
|
1513
|
+
end
|
1514
|
+
|
1449
1515
|
# Deprecated. No effect.
|
1450
1516
|
class GoogleCloudVideointelligenceV1beta2FaceAnnotation
|
1451
1517
|
include Google::Apis::Core::Hashable
|
@@ -1820,7 +1886,7 @@ module Google
|
|
1820
1886
|
# horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
|
1821
1887
|
# 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
|
1822
1888
|
# vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
|
1823
|
-
# or greater than 1 due to
|
1889
|
+
# or greater than 1 due to trigonometric calculations for location of the box.
|
1824
1890
|
class GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly
|
1825
1891
|
include Google::Apis::Core::Hashable
|
1826
1892
|
|
@@ -2312,7 +2378,7 @@ module Google
|
|
2312
2378
|
# horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
|
2313
2379
|
# 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
|
2314
2380
|
# vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
|
2315
|
-
# or greater than 1 due to
|
2381
|
+
# or greater than 1 due to trigonometric calculations for location of the box.
|
2316
2382
|
# Corresponds to the JSON property `rotatedBoundingBox`
|
2317
2383
|
# @return [Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly]
|
2318
2384
|
attr_accessor :rotated_bounding_box
|
@@ -2446,6 +2512,11 @@ module Google
|
|
2446
2512
|
class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
|
2447
2513
|
include Google::Apis::Core::Hashable
|
2448
2514
|
|
2515
|
+
# Status of exporting annotation response to user specified `output_uri`.
|
2516
|
+
# Corresponds to the JSON property `exportStatus`
|
2517
|
+
# @return [Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus]
|
2518
|
+
attr_accessor :export_status
|
2519
|
+
|
2449
2520
|
# Specifies which feature is being tracked if the request contains more than one
|
2450
2521
|
# feature.
|
2451
2522
|
# Corresponds to the JSON property `feature`
|
@@ -2484,6 +2555,7 @@ module Google
|
|
2484
2555
|
|
2485
2556
|
# Update properties of this object
|
2486
2557
|
def update!(**args)
|
2558
|
+
@export_status = args[:export_status] if args.key?(:export_status)
|
2487
2559
|
@feature = args[:feature] if args.key?(:feature)
|
2488
2560
|
@input_uri = args[:input_uri] if args.key?(:input_uri)
|
2489
2561
|
@progress_percent = args[:progress_percent] if args.key?(:progress_percent)
|
@@ -2976,6 +3048,36 @@ module Google
|
|
2976
3048
|
end
|
2977
3049
|
end
|
2978
3050
|
|
3051
|
+
# Status of exporting annotation response to user specified `output_uri`.
|
3052
|
+
class GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus
|
3053
|
+
include Google::Apis::Core::Hashable
|
3054
|
+
|
3055
|
+
# Output only. State of the `output_uri` export.
|
3056
|
+
# Corresponds to the JSON property `state`
|
3057
|
+
# @return [String]
|
3058
|
+
attr_accessor :state
|
3059
|
+
|
3060
|
+
# The `Status` type defines a logical error model that is suitable for different
|
3061
|
+
# programming environments, including REST APIs and RPC APIs. It is used by [
|
3062
|
+
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
3063
|
+
# data: error code, error message, and error details. You can find out more
|
3064
|
+
# about this error model and how to work with it in the [API Design Guide](https:
|
3065
|
+
# //cloud.google.com/apis/design/errors).
|
3066
|
+
# Corresponds to the JSON property `status`
|
3067
|
+
# @return [Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus]
|
3068
|
+
attr_accessor :status
|
3069
|
+
|
3070
|
+
def initialize(**args)
|
3071
|
+
update!(**args)
|
3072
|
+
end
|
3073
|
+
|
3074
|
+
# Update properties of this object
|
3075
|
+
def update!(**args)
|
3076
|
+
@state = args[:state] if args.key?(:state)
|
3077
|
+
@status = args[:status] if args.key?(:status)
|
3078
|
+
end
|
3079
|
+
end
|
3080
|
+
|
2979
3081
|
# Deprecated. No effect.
|
2980
3082
|
class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
|
2981
3083
|
include Google::Apis::Core::Hashable
|
@@ -3259,7 +3361,7 @@ module Google
|
|
3259
3361
|
# horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
|
3260
3362
|
# 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
|
3261
3363
|
# vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
|
3262
|
-
# or greater than 1 due to
|
3364
|
+
# or greater than 1 due to trigonometric calculations for location of the box.
|
3263
3365
|
class GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly
|
3264
3366
|
include Google::Apis::Core::Hashable
|
3265
3367
|
|
@@ -3525,7 +3627,7 @@ module Google
|
|
3525
3627
|
# horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
|
3526
3628
|
# 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
|
3527
3629
|
# vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
|
3528
|
-
# or greater than 1 due to
|
3630
|
+
# or greater than 1 due to trigonometric calculations for location of the box.
|
3529
3631
|
# Corresponds to the JSON property `rotatedBoundingBox`
|
3530
3632
|
# @return [Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly]
|
3531
3633
|
attr_accessor :rotated_bounding_box
|
@@ -3659,6 +3761,11 @@ module Google
|
|
3659
3761
|
class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
|
3660
3762
|
include Google::Apis::Core::Hashable
|
3661
3763
|
|
3764
|
+
# Status of exporting annotation response to user specified `output_uri`.
|
3765
|
+
# Corresponds to the JSON property `exportStatus`
|
3766
|
+
# @return [Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus]
|
3767
|
+
attr_accessor :export_status
|
3768
|
+
|
3662
3769
|
# Specifies which feature is being tracked if the request contains more than one
|
3663
3770
|
# feature.
|
3664
3771
|
# Corresponds to the JSON property `feature`
|
@@ -3697,6 +3804,7 @@ module Google
|
|
3697
3804
|
|
3698
3805
|
# Update properties of this object
|
3699
3806
|
def update!(**args)
|
3807
|
+
@export_status = args[:export_status] if args.key?(:export_status)
|
3700
3808
|
@feature = args[:feature] if args.key?(:feature)
|
3701
3809
|
@input_uri = args[:input_uri] if args.key?(:input_uri)
|
3702
3810
|
@progress_percent = args[:progress_percent] if args.key?(:progress_percent)
|
@@ -4120,6 +4228,36 @@ module Google
|
|
4120
4228
|
end
|
4121
4229
|
end
|
4122
4230
|
|
4231
|
+
# Status of exporting annotation response to user specified `output_uri`.
|
4232
|
+
class GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus
|
4233
|
+
include Google::Apis::Core::Hashable
|
4234
|
+
|
4235
|
+
# Output only. State of the `output_uri` export.
|
4236
|
+
# Corresponds to the JSON property `state`
|
4237
|
+
# @return [String]
|
4238
|
+
attr_accessor :state
|
4239
|
+
|
4240
|
+
# The `Status` type defines a logical error model that is suitable for different
|
4241
|
+
# programming environments, including REST APIs and RPC APIs. It is used by [
|
4242
|
+
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
4243
|
+
# data: error code, error message, and error details. You can find out more
|
4244
|
+
# about this error model and how to work with it in the [API Design Guide](https:
|
4245
|
+
# //cloud.google.com/apis/design/errors).
|
4246
|
+
# Corresponds to the JSON property `status`
|
4247
|
+
# @return [Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus]
|
4248
|
+
attr_accessor :status
|
4249
|
+
|
4250
|
+
def initialize(**args)
|
4251
|
+
update!(**args)
|
4252
|
+
end
|
4253
|
+
|
4254
|
+
# Update properties of this object
|
4255
|
+
def update!(**args)
|
4256
|
+
@state = args[:state] if args.key?(:state)
|
4257
|
+
@status = args[:status] if args.key?(:status)
|
4258
|
+
end
|
4259
|
+
end
|
4260
|
+
|
4123
4261
|
# Deprecated. No effect.
|
4124
4262
|
class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
|
4125
4263
|
include Google::Apis::Core::Hashable
|
@@ -4403,7 +4541,7 @@ module Google
|
|
4403
4541
|
# horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
|
4404
4542
|
# 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
|
4405
4543
|
# vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
|
4406
|
-
# or greater than 1 due to
|
4544
|
+
# or greater than 1 due to trigonometric calculations for location of the box.
|
4407
4545
|
class GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly
|
4408
4546
|
include Google::Apis::Core::Hashable
|
4409
4547
|
|
@@ -4669,7 +4807,7 @@ module Google
|
|
4669
4807
|
# horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
|
4670
4808
|
# 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
|
4671
4809
|
# vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
|
4672
|
-
# or greater than 1 due to
|
4810
|
+
# or greater than 1 due to trigonometric calculations for location of the box.
|
4673
4811
|
# Corresponds to the JSON property `rotatedBoundingBox`
|
4674
4812
|
# @return [Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly]
|
4675
4813
|
attr_accessor :rotated_bounding_box
|
@@ -4803,6 +4941,11 @@ module Google
|
|
4803
4941
|
class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
|
4804
4942
|
include Google::Apis::Core::Hashable
|
4805
4943
|
|
4944
|
+
# Status of exporting annotation response to user specified `output_uri`.
|
4945
|
+
# Corresponds to the JSON property `exportStatus`
|
4946
|
+
# @return [Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus]
|
4947
|
+
attr_accessor :export_status
|
4948
|
+
|
4806
4949
|
# Specifies which feature is being tracked if the request contains more than one
|
4807
4950
|
# feature.
|
4808
4951
|
# Corresponds to the JSON property `feature`
|
@@ -4841,6 +4984,7 @@ module Google
|
|
4841
4984
|
|
4842
4985
|
# Update properties of this object
|
4843
4986
|
def update!(**args)
|
4987
|
+
@export_status = args[:export_status] if args.key?(:export_status)
|
4844
4988
|
@feature = args[:feature] if args.key?(:feature)
|
4845
4989
|
@input_uri = args[:input_uri] if args.key?(:input_uri)
|
4846
4990
|
@progress_percent = args[:progress_percent] if args.key?(:progress_percent)
|
@@ -5350,6 +5494,36 @@ module Google
|
|
5350
5494
|
end
|
5351
5495
|
end
|
5352
5496
|
|
5497
|
+
# Status of exporting annotation response to user specified `output_uri`.
|
5498
|
+
class GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus
|
5499
|
+
include Google::Apis::Core::Hashable
|
5500
|
+
|
5501
|
+
# Output only. State of the `output_uri` export.
|
5502
|
+
# Corresponds to the JSON property `state`
|
5503
|
+
# @return [String]
|
5504
|
+
attr_accessor :state
|
5505
|
+
|
5506
|
+
# The `Status` type defines a logical error model that is suitable for different
|
5507
|
+
# programming environments, including REST APIs and RPC APIs. It is used by [
|
5508
|
+
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
5509
|
+
# data: error code, error message, and error details. You can find out more
|
5510
|
+
# about this error model and how to work with it in the [API Design Guide](https:
|
5511
|
+
# //cloud.google.com/apis/design/errors).
|
5512
|
+
# Corresponds to the JSON property `status`
|
5513
|
+
# @return [Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus]
|
5514
|
+
attr_accessor :status
|
5515
|
+
|
5516
|
+
def initialize(**args)
|
5517
|
+
update!(**args)
|
5518
|
+
end
|
5519
|
+
|
5520
|
+
# Update properties of this object
|
5521
|
+
def update!(**args)
|
5522
|
+
@state = args[:state] if args.key?(:state)
|
5523
|
+
@status = args[:status] if args.key?(:status)
|
5524
|
+
end
|
5525
|
+
end
|
5526
|
+
|
5353
5527
|
# Deprecated. No effect.
|
5354
5528
|
class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
|
5355
5529
|
include Google::Apis::Core::Hashable
|
@@ -5633,7 +5807,7 @@ module Google
|
|
5633
5807
|
# horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
|
5634
5808
|
# 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
|
5635
5809
|
# vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
|
5636
|
-
# or greater than 1 due to
|
5810
|
+
# or greater than 1 due to trigonometric calculations for location of the box.
|
5637
5811
|
class GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly
|
5638
5812
|
include Google::Apis::Core::Hashable
|
5639
5813
|
|
@@ -6013,7 +6187,7 @@ module Google
|
|
6013
6187
|
# horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
|
6014
6188
|
# 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
|
6015
6189
|
# vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
|
6016
|
-
# or greater than 1 due to
|
6190
|
+
# or greater than 1 due to trigonometric calculations for location of the box.
|
6017
6191
|
# Corresponds to the JSON property `rotatedBoundingBox`
|
6018
6192
|
# @return [Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly]
|
6019
6193
|
attr_accessor :rotated_bounding_box
|
@@ -6147,6 +6321,11 @@ module Google
|
|
6147
6321
|
class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress
|
6148
6322
|
include Google::Apis::Core::Hashable
|
6149
6323
|
|
6324
|
+
# Status of exporting annotation response to user specified `output_uri`.
|
6325
|
+
# Corresponds to the JSON property `exportStatus`
|
6326
|
+
# @return [Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus]
|
6327
|
+
attr_accessor :export_status
|
6328
|
+
|
6150
6329
|
# Specifies which feature is being tracked if the request contains more than one
|
6151
6330
|
# feature.
|
6152
6331
|
# Corresponds to the JSON property `feature`
|
@@ -6185,6 +6364,7 @@ module Google
|
|
6185
6364
|
|
6186
6365
|
# Update properties of this object
|
6187
6366
|
def update!(**args)
|
6367
|
+
@export_status = args[:export_status] if args.key?(:export_status)
|
6188
6368
|
@feature = args[:feature] if args.key?(:feature)
|
6189
6369
|
@input_uri = args[:input_uri] if args.key?(:input_uri)
|
6190
6370
|
@progress_percent = args[:progress_percent] if args.key?(:progress_percent)
|
@@ -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
|
@@ -64,6 +64,12 @@ module Google
|
|
64
64
|
include Google::Apis::Core::JsonObjectSupport
|
65
65
|
end
|
66
66
|
|
67
|
+
class GoogleCloudVideointelligenceV1ExportToOutputUriStatus
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
67
73
|
class GoogleCloudVideointelligenceV1FaceAnnotation
|
68
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
75
|
|
@@ -268,6 +274,12 @@ module Google
|
|
268
274
|
include Google::Apis::Core::JsonObjectSupport
|
269
275
|
end
|
270
276
|
|
277
|
+
class GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
271
283
|
class GoogleCloudVideointelligenceV1beta2FaceAnnotation
|
272
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
285
|
|
@@ -514,6 +526,12 @@ module Google
|
|
514
526
|
include Google::Apis::Core::JsonObjectSupport
|
515
527
|
end
|
516
528
|
|
529
|
+
class GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
517
535
|
class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
|
518
536
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
537
|
|
@@ -706,6 +724,12 @@ module Google
|
|
706
724
|
include Google::Apis::Core::JsonObjectSupport
|
707
725
|
end
|
708
726
|
|
727
|
+
class GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
|
+
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
731
|
+
end
|
732
|
+
|
709
733
|
class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
|
710
734
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
735
|
|
@@ -916,6 +940,12 @@ module Google
|
|
916
940
|
include Google::Apis::Core::JsonObjectSupport
|
917
941
|
end
|
918
942
|
|
943
|
+
class GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus
|
944
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
945
|
+
|
946
|
+
include Google::Apis::Core::JsonObjectSupport
|
947
|
+
end
|
948
|
+
|
919
949
|
class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
|
920
950
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
951
|
|
@@ -1157,6 +1187,15 @@ module Google
|
|
1157
1187
|
end
|
1158
1188
|
end
|
1159
1189
|
|
1190
|
+
class GoogleCloudVideointelligenceV1ExportToOutputUriStatus
|
1191
|
+
# @private
|
1192
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1193
|
+
property :state, as: 'state'
|
1194
|
+
property :status, as: 'status', class: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus::Representation
|
1195
|
+
|
1196
|
+
end
|
1197
|
+
end
|
1198
|
+
|
1160
1199
|
class GoogleCloudVideointelligenceV1FaceAnnotation
|
1161
1200
|
# @private
|
1162
1201
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1376,6 +1415,8 @@ module Google
|
|
1376
1415
|
class GoogleCloudVideointelligenceV1VideoAnnotationProgress
|
1377
1416
|
# @private
|
1378
1417
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1418
|
+
property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1ExportToOutputUriStatus::Representation
|
1419
|
+
|
1379
1420
|
property :feature, as: 'feature'
|
1380
1421
|
property :input_uri, as: 'inputUri'
|
1381
1422
|
property :progress_percent, as: 'progressPercent'
|
@@ -1525,6 +1566,15 @@ module Google
|
|
1525
1566
|
end
|
1526
1567
|
end
|
1527
1568
|
|
1569
|
+
class GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus
|
1570
|
+
# @private
|
1571
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1572
|
+
property :state, as: 'state'
|
1573
|
+
property :status, as: 'status', class: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus::Representation
|
1574
|
+
|
1575
|
+
end
|
1576
|
+
end
|
1577
|
+
|
1528
1578
|
class GoogleCloudVideointelligenceV1beta2FaceAnnotation
|
1529
1579
|
# @private
|
1530
1580
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1818,6 +1868,8 @@ module Google
|
|
1818
1868
|
class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
|
1819
1869
|
# @private
|
1820
1870
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1871
|
+
property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus::Representation
|
1872
|
+
|
1821
1873
|
property :feature, as: 'feature'
|
1822
1874
|
property :input_uri, as: 'inputUri'
|
1823
1875
|
property :progress_percent, as: 'progressPercent'
|
@@ -1971,6 +2023,15 @@ module Google
|
|
1971
2023
|
end
|
1972
2024
|
end
|
1973
2025
|
|
2026
|
+
class GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus
|
2027
|
+
# @private
|
2028
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2029
|
+
property :state, as: 'state'
|
2030
|
+
property :status, as: 'status', class: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus::Representation
|
2031
|
+
|
2032
|
+
end
|
2033
|
+
end
|
2034
|
+
|
1974
2035
|
class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
|
1975
2036
|
# @private
|
1976
2037
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2190,6 +2251,8 @@ module Google
|
|
2190
2251
|
class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
|
2191
2252
|
# @private
|
2192
2253
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2254
|
+
property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus::Representation
|
2255
|
+
|
2193
2256
|
property :feature, as: 'feature'
|
2194
2257
|
property :input_uri, as: 'inputUri'
|
2195
2258
|
property :progress_percent, as: 'progressPercent'
|
@@ -2319,6 +2382,15 @@ module Google
|
|
2319
2382
|
end
|
2320
2383
|
end
|
2321
2384
|
|
2385
|
+
class GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus
|
2386
|
+
# @private
|
2387
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2388
|
+
property :state, as: 'state'
|
2389
|
+
property :status, as: 'status', class: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus::Representation
|
2390
|
+
|
2391
|
+
end
|
2392
|
+
end
|
2393
|
+
|
2322
2394
|
class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
|
2323
2395
|
# @private
|
2324
2396
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2538,6 +2610,8 @@ module Google
|
|
2538
2610
|
class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
|
2539
2611
|
# @private
|
2540
2612
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2613
|
+
property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus::Representation
|
2614
|
+
|
2541
2615
|
property :feature, as: 'feature'
|
2542
2616
|
property :input_uri, as: 'inputUri'
|
2543
2617
|
property :progress_percent, as: 'progressPercent'
|
@@ -2695,6 +2769,15 @@ module Google
|
|
2695
2769
|
end
|
2696
2770
|
end
|
2697
2771
|
|
2772
|
+
class GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus
|
2773
|
+
# @private
|
2774
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2775
|
+
property :state, as: 'state'
|
2776
|
+
property :status, as: 'status', class: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus::Representation
|
2777
|
+
|
2778
|
+
end
|
2779
|
+
end
|
2780
|
+
|
2698
2781
|
class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
|
2699
2782
|
# @private
|
2700
2783
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2949,6 +3032,8 @@ module Google
|
|
2949
3032
|
class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress
|
2950
3033
|
# @private
|
2951
3034
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3035
|
+
property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus::Representation
|
3036
|
+
|
2952
3037
|
property :feature, as: 'feature'
|
2953
3038
|
property :input_uri, as: 'inputUri'
|
2954
3039
|
property :progress_percent, as: 'progressPercent'
|
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:
|