google-apis-videointelligence_v1p3beta1 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: 000a2236808537b9d28ffc8b19be4c2eda427f3cb0baa7a9104b07f018288abf
|
4
|
+
data.tar.gz: 869cb7714ba41fd0fa018c440c16923ba98484924ad52c5cd7a60290ba6a615f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9512dd703d0f71bd9107417a23275c8b1b2918c3678b59f024f0a1756284d59d8d27cf2bb875244e44a19cdd5e61509daebc66e3ebcfee7888368a7ab0a5eeb2
|
7
|
+
data.tar.gz: b2e25d8cb5ea4f8e648428cfefe77a97798e3ee0e0d109c1ab5fbff49a1d6c2546065252bff63f202e05150b36dcda879ff863c5daa0be9e948511c69b5abd01
|
data/CHANGELOG.md
CHANGED
@@ -215,36 +215,6 @@ 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::VideointelligenceV1p3beta1::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
|
-
|
248
218
|
# Deprecated. No effect.
|
249
219
|
class GoogleCloudVideointelligenceV1FaceAnnotation
|
250
220
|
include Google::Apis::Core::Hashable
|
@@ -928,11 +898,6 @@ module Google
|
|
928
898
|
class GoogleCloudVideointelligenceV1VideoAnnotationProgress
|
929
899
|
include Google::Apis::Core::Hashable
|
930
900
|
|
931
|
-
# Status of exporting annotation response to user specified `output_uri`.
|
932
|
-
# Corresponds to the JSON property `exportStatus`
|
933
|
-
# @return [Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1ExportToOutputUriStatus]
|
934
|
-
attr_accessor :export_status
|
935
|
-
|
936
901
|
# Specifies which feature is being tracked if the request contains more than one
|
937
902
|
# feature.
|
938
903
|
# Corresponds to the JSON property `feature`
|
@@ -971,7 +936,6 @@ module Google
|
|
971
936
|
|
972
937
|
# Update properties of this object
|
973
938
|
def update!(**args)
|
974
|
-
@export_status = args[:export_status] if args.key?(:export_status)
|
975
939
|
@feature = args[:feature] if args.key?(:feature)
|
976
940
|
@input_uri = args[:input_uri] if args.key?(:input_uri)
|
977
941
|
@progress_percent = args[:progress_percent] if args.key?(:progress_percent)
|
@@ -1395,36 +1359,6 @@ module Google
|
|
1395
1359
|
end
|
1396
1360
|
end
|
1397
1361
|
|
1398
|
-
# Status of exporting annotation response to user specified `output_uri`.
|
1399
|
-
class GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus
|
1400
|
-
include Google::Apis::Core::Hashable
|
1401
|
-
|
1402
|
-
# Output only. State of the `output_uri` export.
|
1403
|
-
# Corresponds to the JSON property `state`
|
1404
|
-
# @return [String]
|
1405
|
-
attr_accessor :state
|
1406
|
-
|
1407
|
-
# The `Status` type defines a logical error model that is suitable for different
|
1408
|
-
# programming environments, including REST APIs and RPC APIs. It is used by [
|
1409
|
-
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
1410
|
-
# data: error code, error message, and error details. You can find out more
|
1411
|
-
# about this error model and how to work with it in the [API Design Guide](https:
|
1412
|
-
# //cloud.google.com/apis/design/errors).
|
1413
|
-
# Corresponds to the JSON property `status`
|
1414
|
-
# @return [Google::Apis::VideointelligenceV1p3beta1::GoogleRpcStatus]
|
1415
|
-
attr_accessor :status
|
1416
|
-
|
1417
|
-
def initialize(**args)
|
1418
|
-
update!(**args)
|
1419
|
-
end
|
1420
|
-
|
1421
|
-
# Update properties of this object
|
1422
|
-
def update!(**args)
|
1423
|
-
@state = args[:state] if args.key?(:state)
|
1424
|
-
@status = args[:status] if args.key?(:status)
|
1425
|
-
end
|
1426
|
-
end
|
1427
|
-
|
1428
1362
|
# Deprecated. No effect.
|
1429
1363
|
class GoogleCloudVideointelligenceV1beta2FaceAnnotation
|
1430
1364
|
include Google::Apis::Core::Hashable
|
@@ -2108,11 +2042,6 @@ module Google
|
|
2108
2042
|
class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
|
2109
2043
|
include Google::Apis::Core::Hashable
|
2110
2044
|
|
2111
|
-
# Status of exporting annotation response to user specified `output_uri`.
|
2112
|
-
# Corresponds to the JSON property `exportStatus`
|
2113
|
-
# @return [Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus]
|
2114
|
-
attr_accessor :export_status
|
2115
|
-
|
2116
2045
|
# Specifies which feature is being tracked if the request contains more than one
|
2117
2046
|
# feature.
|
2118
2047
|
# Corresponds to the JSON property `feature`
|
@@ -2151,7 +2080,6 @@ module Google
|
|
2151
2080
|
|
2152
2081
|
# Update properties of this object
|
2153
2082
|
def update!(**args)
|
2154
|
-
@export_status = args[:export_status] if args.key?(:export_status)
|
2155
2083
|
@feature = args[:feature] if args.key?(:feature)
|
2156
2084
|
@input_uri = args[:input_uri] if args.key?(:input_uri)
|
2157
2085
|
@progress_percent = args[:progress_percent] if args.key?(:progress_percent)
|
@@ -2575,36 +2503,6 @@ module Google
|
|
2575
2503
|
end
|
2576
2504
|
end
|
2577
2505
|
|
2578
|
-
# Status of exporting annotation response to user specified `output_uri`.
|
2579
|
-
class GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus
|
2580
|
-
include Google::Apis::Core::Hashable
|
2581
|
-
|
2582
|
-
# Output only. State of the `output_uri` export.
|
2583
|
-
# Corresponds to the JSON property `state`
|
2584
|
-
# @return [String]
|
2585
|
-
attr_accessor :state
|
2586
|
-
|
2587
|
-
# The `Status` type defines a logical error model that is suitable for different
|
2588
|
-
# programming environments, including REST APIs and RPC APIs. It is used by [
|
2589
|
-
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
2590
|
-
# data: error code, error message, and error details. You can find out more
|
2591
|
-
# about this error model and how to work with it in the [API Design Guide](https:
|
2592
|
-
# //cloud.google.com/apis/design/errors).
|
2593
|
-
# Corresponds to the JSON property `status`
|
2594
|
-
# @return [Google::Apis::VideointelligenceV1p3beta1::GoogleRpcStatus]
|
2595
|
-
attr_accessor :status
|
2596
|
-
|
2597
|
-
def initialize(**args)
|
2598
|
-
update!(**args)
|
2599
|
-
end
|
2600
|
-
|
2601
|
-
# Update properties of this object
|
2602
|
-
def update!(**args)
|
2603
|
-
@state = args[:state] if args.key?(:state)
|
2604
|
-
@status = args[:status] if args.key?(:status)
|
2605
|
-
end
|
2606
|
-
end
|
2607
|
-
|
2608
2506
|
# Deprecated. No effect.
|
2609
2507
|
class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
|
2610
2508
|
include Google::Apis::Core::Hashable
|
@@ -3288,11 +3186,6 @@ module Google
|
|
3288
3186
|
class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
|
3289
3187
|
include Google::Apis::Core::Hashable
|
3290
3188
|
|
3291
|
-
# Status of exporting annotation response to user specified `output_uri`.
|
3292
|
-
# Corresponds to the JSON property `exportStatus`
|
3293
|
-
# @return [Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus]
|
3294
|
-
attr_accessor :export_status
|
3295
|
-
|
3296
3189
|
# Specifies which feature is being tracked if the request contains more than one
|
3297
3190
|
# feature.
|
3298
3191
|
# Corresponds to the JSON property `feature`
|
@@ -3331,7 +3224,6 @@ module Google
|
|
3331
3224
|
|
3332
3225
|
# Update properties of this object
|
3333
3226
|
def update!(**args)
|
3334
|
-
@export_status = args[:export_status] if args.key?(:export_status)
|
3335
3227
|
@feature = args[:feature] if args.key?(:feature)
|
3336
3228
|
@input_uri = args[:input_uri] if args.key?(:input_uri)
|
3337
3229
|
@progress_percent = args[:progress_percent] if args.key?(:progress_percent)
|
@@ -3755,36 +3647,6 @@ module Google
|
|
3755
3647
|
end
|
3756
3648
|
end
|
3757
3649
|
|
3758
|
-
# Status of exporting annotation response to user specified `output_uri`.
|
3759
|
-
class GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus
|
3760
|
-
include Google::Apis::Core::Hashable
|
3761
|
-
|
3762
|
-
# Output only. State of the `output_uri` export.
|
3763
|
-
# Corresponds to the JSON property `state`
|
3764
|
-
# @return [String]
|
3765
|
-
attr_accessor :state
|
3766
|
-
|
3767
|
-
# The `Status` type defines a logical error model that is suitable for different
|
3768
|
-
# programming environments, including REST APIs and RPC APIs. It is used by [
|
3769
|
-
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
3770
|
-
# data: error code, error message, and error details. You can find out more
|
3771
|
-
# about this error model and how to work with it in the [API Design Guide](https:
|
3772
|
-
# //cloud.google.com/apis/design/errors).
|
3773
|
-
# Corresponds to the JSON property `status`
|
3774
|
-
# @return [Google::Apis::VideointelligenceV1p3beta1::GoogleRpcStatus]
|
3775
|
-
attr_accessor :status
|
3776
|
-
|
3777
|
-
def initialize(**args)
|
3778
|
-
update!(**args)
|
3779
|
-
end
|
3780
|
-
|
3781
|
-
# Update properties of this object
|
3782
|
-
def update!(**args)
|
3783
|
-
@state = args[:state] if args.key?(:state)
|
3784
|
-
@status = args[:status] if args.key?(:status)
|
3785
|
-
end
|
3786
|
-
end
|
3787
|
-
|
3788
3650
|
# Deprecated. No effect.
|
3789
3651
|
class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
|
3790
3652
|
include Google::Apis::Core::Hashable
|
@@ -4468,11 +4330,6 @@ module Google
|
|
4468
4330
|
class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
|
4469
4331
|
include Google::Apis::Core::Hashable
|
4470
4332
|
|
4471
|
-
# Status of exporting annotation response to user specified `output_uri`.
|
4472
|
-
# Corresponds to the JSON property `exportStatus`
|
4473
|
-
# @return [Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus]
|
4474
|
-
attr_accessor :export_status
|
4475
|
-
|
4476
4333
|
# Specifies which feature is being tracked if the request contains more than one
|
4477
4334
|
# feature.
|
4478
4335
|
# Corresponds to the JSON property `feature`
|
@@ -4511,7 +4368,6 @@ module Google
|
|
4511
4368
|
|
4512
4369
|
# Update properties of this object
|
4513
4370
|
def update!(**args)
|
4514
|
-
@export_status = args[:export_status] if args.key?(:export_status)
|
4515
4371
|
@feature = args[:feature] if args.key?(:feature)
|
4516
4372
|
@input_uri = args[:input_uri] if args.key?(:input_uri)
|
4517
4373
|
@progress_percent = args[:progress_percent] if args.key?(:progress_percent)
|
@@ -5108,36 +4964,6 @@ module Google
|
|
5108
4964
|
end
|
5109
4965
|
end
|
5110
4966
|
|
5111
|
-
# Status of exporting annotation response to user specified `output_uri`.
|
5112
|
-
class GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus
|
5113
|
-
include Google::Apis::Core::Hashable
|
5114
|
-
|
5115
|
-
# Output only. State of the `output_uri` export.
|
5116
|
-
# Corresponds to the JSON property `state`
|
5117
|
-
# @return [String]
|
5118
|
-
attr_accessor :state
|
5119
|
-
|
5120
|
-
# The `Status` type defines a logical error model that is suitable for different
|
5121
|
-
# programming environments, including REST APIs and RPC APIs. It is used by [
|
5122
|
-
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
5123
|
-
# data: error code, error message, and error details. You can find out more
|
5124
|
-
# about this error model and how to work with it in the [API Design Guide](https:
|
5125
|
-
# //cloud.google.com/apis/design/errors).
|
5126
|
-
# Corresponds to the JSON property `status`
|
5127
|
-
# @return [Google::Apis::VideointelligenceV1p3beta1::GoogleRpcStatus]
|
5128
|
-
attr_accessor :status
|
5129
|
-
|
5130
|
-
def initialize(**args)
|
5131
|
-
update!(**args)
|
5132
|
-
end
|
5133
|
-
|
5134
|
-
# Update properties of this object
|
5135
|
-
def update!(**args)
|
5136
|
-
@state = args[:state] if args.key?(:state)
|
5137
|
-
@status = args[:status] if args.key?(:status)
|
5138
|
-
end
|
5139
|
-
end
|
5140
|
-
|
5141
4967
|
# Deprecated. No effect.
|
5142
4968
|
class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
|
5143
4969
|
include Google::Apis::Core::Hashable
|
@@ -6252,11 +6078,6 @@ module Google
|
|
6252
6078
|
class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress
|
6253
6079
|
include Google::Apis::Core::Hashable
|
6254
6080
|
|
6255
|
-
# Status of exporting annotation response to user specified `output_uri`.
|
6256
|
-
# Corresponds to the JSON property `exportStatus`
|
6257
|
-
# @return [Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus]
|
6258
|
-
attr_accessor :export_status
|
6259
|
-
|
6260
6081
|
# Specifies which feature is being tracked if the request contains more than one
|
6261
6082
|
# feature.
|
6262
6083
|
# Corresponds to the JSON property `feature`
|
@@ -6295,7 +6116,6 @@ module Google
|
|
6295
6116
|
|
6296
6117
|
# Update properties of this object
|
6297
6118
|
def update!(**args)
|
6298
|
-
@export_status = args[:export_status] if args.key?(:export_status)
|
6299
6119
|
@feature = args[:feature] if args.key?(:feature)
|
6300
6120
|
@input_uri = args[:input_uri] if args.key?(:input_uri)
|
6301
6121
|
@progress_percent = args[:progress_percent] if args.key?(:progress_percent)
|
@@ -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.
|
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 = "20250710"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -64,12 +64,6 @@ 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
|
-
|
73
67
|
class GoogleCloudVideointelligenceV1FaceAnnotation
|
74
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
69
|
|
@@ -262,12 +256,6 @@ module Google
|
|
262
256
|
include Google::Apis::Core::JsonObjectSupport
|
263
257
|
end
|
264
258
|
|
265
|
-
class GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus
|
266
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
-
|
268
|
-
include Google::Apis::Core::JsonObjectSupport
|
269
|
-
end
|
270
|
-
|
271
259
|
class GoogleCloudVideointelligenceV1beta2FaceAnnotation
|
272
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
261
|
|
@@ -460,12 +448,6 @@ module Google
|
|
460
448
|
include Google::Apis::Core::JsonObjectSupport
|
461
449
|
end
|
462
450
|
|
463
|
-
class GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus
|
464
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
-
|
466
|
-
include Google::Apis::Core::JsonObjectSupport
|
467
|
-
end
|
468
|
-
|
469
451
|
class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
|
470
452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
453
|
|
@@ -658,12 +640,6 @@ module Google
|
|
658
640
|
include Google::Apis::Core::JsonObjectSupport
|
659
641
|
end
|
660
642
|
|
661
|
-
class GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus
|
662
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
|
-
|
664
|
-
include Google::Apis::Core::JsonObjectSupport
|
665
|
-
end
|
666
|
-
|
667
643
|
class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
|
668
644
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
645
|
|
@@ -886,12 +862,6 @@ module Google
|
|
886
862
|
include Google::Apis::Core::JsonObjectSupport
|
887
863
|
end
|
888
864
|
|
889
|
-
class GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus
|
890
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
891
|
-
|
892
|
-
include Google::Apis::Core::JsonObjectSupport
|
893
|
-
end
|
894
|
-
|
895
865
|
class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
|
896
866
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
897
867
|
|
@@ -1187,15 +1157,6 @@ module Google
|
|
1187
1157
|
end
|
1188
1158
|
end
|
1189
1159
|
|
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::VideointelligenceV1p3beta1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleRpcStatus::Representation
|
1195
|
-
|
1196
|
-
end
|
1197
|
-
end
|
1198
|
-
|
1199
1160
|
class GoogleCloudVideointelligenceV1FaceAnnotation
|
1200
1161
|
# @private
|
1201
1162
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1415,8 +1376,6 @@ module Google
|
|
1415
1376
|
class GoogleCloudVideointelligenceV1VideoAnnotationProgress
|
1416
1377
|
# @private
|
1417
1378
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1418
|
-
property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1ExportToOutputUriStatus::Representation
|
1419
|
-
|
1420
1379
|
property :feature, as: 'feature'
|
1421
1380
|
property :input_uri, as: 'inputUri'
|
1422
1381
|
property :progress_percent, as: 'progressPercent'
|
@@ -1546,15 +1505,6 @@ module Google
|
|
1546
1505
|
end
|
1547
1506
|
end
|
1548
1507
|
|
1549
|
-
class GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus
|
1550
|
-
# @private
|
1551
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1552
|
-
property :state, as: 'state'
|
1553
|
-
property :status, as: 'status', class: Google::Apis::VideointelligenceV1p3beta1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleRpcStatus::Representation
|
1554
|
-
|
1555
|
-
end
|
1556
|
-
end
|
1557
|
-
|
1558
1508
|
class GoogleCloudVideointelligenceV1beta2FaceAnnotation
|
1559
1509
|
# @private
|
1560
1510
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1774,8 +1724,6 @@ module Google
|
|
1774
1724
|
class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
|
1775
1725
|
# @private
|
1776
1726
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1777
|
-
property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus::Representation
|
1778
|
-
|
1779
1727
|
property :feature, as: 'feature'
|
1780
1728
|
property :input_uri, as: 'inputUri'
|
1781
1729
|
property :progress_percent, as: 'progressPercent'
|
@@ -1905,15 +1853,6 @@ module Google
|
|
1905
1853
|
end
|
1906
1854
|
end
|
1907
1855
|
|
1908
|
-
class GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus
|
1909
|
-
# @private
|
1910
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1911
|
-
property :state, as: 'state'
|
1912
|
-
property :status, as: 'status', class: Google::Apis::VideointelligenceV1p3beta1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleRpcStatus::Representation
|
1913
|
-
|
1914
|
-
end
|
1915
|
-
end
|
1916
|
-
|
1917
1856
|
class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
|
1918
1857
|
# @private
|
1919
1858
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2133,8 +2072,6 @@ module Google
|
|
2133
2072
|
class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
|
2134
2073
|
# @private
|
2135
2074
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2136
|
-
property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus::Representation
|
2137
|
-
|
2138
2075
|
property :feature, as: 'feature'
|
2139
2076
|
property :input_uri, as: 'inputUri'
|
2140
2077
|
property :progress_percent, as: 'progressPercent'
|
@@ -2264,15 +2201,6 @@ module Google
|
|
2264
2201
|
end
|
2265
2202
|
end
|
2266
2203
|
|
2267
|
-
class GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus
|
2268
|
-
# @private
|
2269
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2270
|
-
property :state, as: 'state'
|
2271
|
-
property :status, as: 'status', class: Google::Apis::VideointelligenceV1p3beta1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleRpcStatus::Representation
|
2272
|
-
|
2273
|
-
end
|
2274
|
-
end
|
2275
|
-
|
2276
2204
|
class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
|
2277
2205
|
# @private
|
2278
2206
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2492,8 +2420,6 @@ module Google
|
|
2492
2420
|
class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
|
2493
2421
|
# @private
|
2494
2422
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2495
|
-
property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus::Representation
|
2496
|
-
|
2497
2423
|
property :feature, as: 'feature'
|
2498
2424
|
property :input_uri, as: 'inputUri'
|
2499
2425
|
property :progress_percent, as: 'progressPercent'
|
@@ -2671,15 +2597,6 @@ module Google
|
|
2671
2597
|
end
|
2672
2598
|
end
|
2673
2599
|
|
2674
|
-
class GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus
|
2675
|
-
# @private
|
2676
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2677
|
-
property :state, as: 'state'
|
2678
|
-
property :status, as: 'status', class: Google::Apis::VideointelligenceV1p3beta1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleRpcStatus::Representation
|
2679
|
-
|
2680
|
-
end
|
2681
|
-
end
|
2682
|
-
|
2683
2600
|
class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
|
2684
2601
|
# @private
|
2685
2602
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3008,8 +2925,6 @@ module Google
|
|
3008
2925
|
class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress
|
3009
2926
|
# @private
|
3010
2927
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3011
|
-
property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus::Representation
|
3012
|
-
|
3013
2928
|
property :feature, as: 'feature'
|
3014
2929
|
property :input_uri, as: 'inputUri'
|
3015
2930
|
property :progress_percent, as: 'progressPercent'
|
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.
|
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_v1p3beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1p3beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1p3beta1/v0.24.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:
|