google-apis-videointelligence_v1 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,28 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ module Google
16
+ module Apis
17
+ module VideointelligenceV1
18
+ # Version of the google-apis-videointelligence_v1 gem
19
+ GEM_VERSION = "0.1.0"
20
+
21
+ # Version of the code generator used to generate this client
22
+ GENERATOR_VERSION = "0.1.1"
23
+
24
+ # Revision of the discovery document this client was generated from
25
+ REVISION = "20201204"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,3083 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'date'
16
+ require 'google/apis/core/base_service'
17
+ require 'google/apis/core/json_representation'
18
+ require 'google/apis/core/hashable'
19
+ require 'google/apis/errors'
20
+
21
+ module Google
22
+ module Apis
23
+ module VideointelligenceV1
24
+
25
+ class GoogleCloudVideointelligenceV1AnnotateVideoProgress
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class GoogleCloudVideointelligenceV1AnnotateVideoRequest
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class GoogleCloudVideointelligenceV1AnnotateVideoResponse
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class GoogleCloudVideointelligenceV1DetectedAttribute
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class GoogleCloudVideointelligenceV1DetectedLandmark
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class GoogleCloudVideointelligenceV1Entity
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class GoogleCloudVideointelligenceV1ExplicitContentAnnotation
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class GoogleCloudVideointelligenceV1ExplicitContentFrame
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class GoogleCloudVideointelligenceV1FaceAnnotation
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class GoogleCloudVideointelligenceV1FaceDetectionAnnotation
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class GoogleCloudVideointelligenceV1FaceDetectionConfig
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class GoogleCloudVideointelligenceV1FaceFrame
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class GoogleCloudVideointelligenceV1FaceSegment
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class GoogleCloudVideointelligenceV1LabelAnnotation
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class GoogleCloudVideointelligenceV1LabelDetectionConfig
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class GoogleCloudVideointelligenceV1LabelFrame
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class GoogleCloudVideointelligenceV1LabelSegment
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class GoogleCloudVideointelligenceV1LogoRecognitionAnnotation
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class GoogleCloudVideointelligenceV1NormalizedBoundingBox
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class GoogleCloudVideointelligenceV1NormalizedBoundingPoly
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class GoogleCloudVideointelligenceV1NormalizedVertex
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class GoogleCloudVideointelligenceV1ObjectTrackingAnnotation
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class GoogleCloudVideointelligenceV1ObjectTrackingConfig
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class GoogleCloudVideointelligenceV1ObjectTrackingFrame
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class GoogleCloudVideointelligenceV1PersonDetectionAnnotation
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class GoogleCloudVideointelligenceV1PersonDetectionConfig
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class GoogleCloudVideointelligenceV1ShotChangeDetectionConfig
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class GoogleCloudVideointelligenceV1SpeechContext
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class GoogleCloudVideointelligenceV1SpeechRecognitionAlternative
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class GoogleCloudVideointelligenceV1SpeechTranscription
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class GoogleCloudVideointelligenceV1SpeechTranscriptionConfig
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class GoogleCloudVideointelligenceV1TextAnnotation
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class GoogleCloudVideointelligenceV1TextDetectionConfig
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class GoogleCloudVideointelligenceV1TextFrame
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class GoogleCloudVideointelligenceV1TextSegment
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class GoogleCloudVideointelligenceV1TimestampedObject
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class GoogleCloudVideointelligenceV1Track
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class GoogleCloudVideointelligenceV1VideoAnnotationProgress
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class GoogleCloudVideointelligenceV1VideoAnnotationResults
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class GoogleCloudVideointelligenceV1VideoContext
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class GoogleCloudVideointelligenceV1VideoSegment
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class GoogleCloudVideointelligenceV1WordInfo
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class GoogleCloudVideointelligenceV1beta2AnnotateVideoProgress
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class GoogleCloudVideointelligenceV1beta2DetectedAttribute
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class GoogleCloudVideointelligenceV1beta2DetectedLandmark
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class GoogleCloudVideointelligenceV1beta2Entity
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class GoogleCloudVideointelligenceV1beta2ExplicitContentFrame
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class GoogleCloudVideointelligenceV1beta2FaceAnnotation
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class GoogleCloudVideointelligenceV1beta2FaceFrame
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class GoogleCloudVideointelligenceV1beta2FaceSegment
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class GoogleCloudVideointelligenceV1beta2LabelAnnotation
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class GoogleCloudVideointelligenceV1beta2LabelFrame
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class GoogleCloudVideointelligenceV1beta2LabelSegment
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class GoogleCloudVideointelligenceV1beta2NormalizedVertex
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class GoogleCloudVideointelligenceV1beta2PersonDetectionAnnotation
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class GoogleCloudVideointelligenceV1beta2SpeechTranscription
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class GoogleCloudVideointelligenceV1beta2TextAnnotation
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class GoogleCloudVideointelligenceV1beta2TextFrame
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class GoogleCloudVideointelligenceV1beta2TextSegment
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class GoogleCloudVideointelligenceV1beta2TimestampedObject
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class GoogleCloudVideointelligenceV1beta2Track
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class GoogleCloudVideointelligenceV1beta2VideoAnnotationResults
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class GoogleCloudVideointelligenceV1beta2VideoSegment
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class GoogleCloudVideointelligenceV1beta2WordInfo
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class GoogleCloudVideointelligenceV1p1beta1AnnotateVideoProgress
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class GoogleCloudVideointelligenceV1p1beta1AnnotateVideoResponse
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ class GoogleCloudVideointelligenceV1p1beta1DetectedAttribute
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class GoogleCloudVideointelligenceV1p1beta1DetectedLandmark
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
499
+ class GoogleCloudVideointelligenceV1p1beta1Entity
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
505
+ class GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
511
+ class GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
529
+ class GoogleCloudVideointelligenceV1p1beta1FaceFrame
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
535
+ class GoogleCloudVideointelligenceV1p1beta1FaceSegment
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
541
+ class GoogleCloudVideointelligenceV1p1beta1LabelAnnotation
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
547
+ class GoogleCloudVideointelligenceV1p1beta1LabelFrame
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class GoogleCloudVideointelligenceV1p1beta1LabelSegment
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
559
+ class GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
565
+ class GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
571
+ class GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
577
+ class GoogleCloudVideointelligenceV1p1beta1NormalizedVertex
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
583
+ class GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation
584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
585
+
586
+ include Google::Apis::Core::JsonObjectSupport
587
+ end
588
+
589
+ class GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
595
+ class GoogleCloudVideointelligenceV1p1beta1PersonDetectionAnnotation
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
601
+ class GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
607
+ class GoogleCloudVideointelligenceV1p1beta1SpeechTranscription
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class GoogleCloudVideointelligenceV1p1beta1TextAnnotation
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
619
+ class GoogleCloudVideointelligenceV1p1beta1TextFrame
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
625
+ class GoogleCloudVideointelligenceV1p1beta1TextSegment
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class GoogleCloudVideointelligenceV1p1beta1TimestampedObject
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
637
+ class GoogleCloudVideointelligenceV1p1beta1Track
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
643
+ class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
649
+ class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
655
+ class GoogleCloudVideointelligenceV1p1beta1VideoSegment
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
661
+ class GoogleCloudVideointelligenceV1p1beta1WordInfo
662
+ class Representation < Google::Apis::Core::JsonRepresentation; end
663
+
664
+ include Google::Apis::Core::JsonObjectSupport
665
+ end
666
+
667
+ class GoogleCloudVideointelligenceV1p2beta1AnnotateVideoProgress
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
673
+ class GoogleCloudVideointelligenceV1p2beta1AnnotateVideoResponse
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
679
+ class GoogleCloudVideointelligenceV1p2beta1DetectedAttribute
680
+ class Representation < Google::Apis::Core::JsonRepresentation; end
681
+
682
+ include Google::Apis::Core::JsonObjectSupport
683
+ end
684
+
685
+ class GoogleCloudVideointelligenceV1p2beta1DetectedLandmark
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
691
+ class GoogleCloudVideointelligenceV1p2beta1Entity
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
697
+ class GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
703
+ class GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
709
+ class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
710
+ class Representation < Google::Apis::Core::JsonRepresentation; end
711
+
712
+ include Google::Apis::Core::JsonObjectSupport
713
+ end
714
+
715
+ class GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
721
+ class GoogleCloudVideointelligenceV1p2beta1FaceFrame
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
727
+ class GoogleCloudVideointelligenceV1p2beta1FaceSegment
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
733
+ class GoogleCloudVideointelligenceV1p2beta1LabelAnnotation
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+
736
+ include Google::Apis::Core::JsonObjectSupport
737
+ end
738
+
739
+ class GoogleCloudVideointelligenceV1p2beta1LabelFrame
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
745
+ class GoogleCloudVideointelligenceV1p2beta1LabelSegment
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
751
+ class GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation
752
+ class Representation < Google::Apis::Core::JsonRepresentation; end
753
+
754
+ include Google::Apis::Core::JsonObjectSupport
755
+ end
756
+
757
+ class GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
763
+ class GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
769
+ class GoogleCloudVideointelligenceV1p2beta1NormalizedVertex
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
775
+ class GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation
776
+ class Representation < Google::Apis::Core::JsonRepresentation; end
777
+
778
+ include Google::Apis::Core::JsonObjectSupport
779
+ end
780
+
781
+ class GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame
782
+ class Representation < Google::Apis::Core::JsonRepresentation; end
783
+
784
+ include Google::Apis::Core::JsonObjectSupport
785
+ end
786
+
787
+ class GoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
793
+ class GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative
794
+ class Representation < Google::Apis::Core::JsonRepresentation; end
795
+
796
+ include Google::Apis::Core::JsonObjectSupport
797
+ end
798
+
799
+ class GoogleCloudVideointelligenceV1p2beta1SpeechTranscription
800
+ class Representation < Google::Apis::Core::JsonRepresentation; end
801
+
802
+ include Google::Apis::Core::JsonObjectSupport
803
+ end
804
+
805
+ class GoogleCloudVideointelligenceV1p2beta1TextAnnotation
806
+ class Representation < Google::Apis::Core::JsonRepresentation; end
807
+
808
+ include Google::Apis::Core::JsonObjectSupport
809
+ end
810
+
811
+ class GoogleCloudVideointelligenceV1p2beta1TextFrame
812
+ class Representation < Google::Apis::Core::JsonRepresentation; end
813
+
814
+ include Google::Apis::Core::JsonObjectSupport
815
+ end
816
+
817
+ class GoogleCloudVideointelligenceV1p2beta1TextSegment
818
+ class Representation < Google::Apis::Core::JsonRepresentation; end
819
+
820
+ include Google::Apis::Core::JsonObjectSupport
821
+ end
822
+
823
+ class GoogleCloudVideointelligenceV1p2beta1TimestampedObject
824
+ class Representation < Google::Apis::Core::JsonRepresentation; end
825
+
826
+ include Google::Apis::Core::JsonObjectSupport
827
+ end
828
+
829
+ class GoogleCloudVideointelligenceV1p2beta1Track
830
+ class Representation < Google::Apis::Core::JsonRepresentation; end
831
+
832
+ include Google::Apis::Core::JsonObjectSupport
833
+ end
834
+
835
+ class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
841
+ class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults
842
+ class Representation < Google::Apis::Core::JsonRepresentation; end
843
+
844
+ include Google::Apis::Core::JsonObjectSupport
845
+ end
846
+
847
+ class GoogleCloudVideointelligenceV1p2beta1VideoSegment
848
+ class Representation < Google::Apis::Core::JsonRepresentation; end
849
+
850
+ include Google::Apis::Core::JsonObjectSupport
851
+ end
852
+
853
+ class GoogleCloudVideointelligenceV1p2beta1WordInfo
854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
855
+
856
+ include Google::Apis::Core::JsonObjectSupport
857
+ end
858
+
859
+ class GoogleCloudVideointelligenceV1p3beta1AnnotateVideoProgress
860
+ class Representation < Google::Apis::Core::JsonRepresentation; end
861
+
862
+ include Google::Apis::Core::JsonObjectSupport
863
+ end
864
+
865
+ class GoogleCloudVideointelligenceV1p3beta1AnnotateVideoResponse
866
+ class Representation < Google::Apis::Core::JsonRepresentation; end
867
+
868
+ include Google::Apis::Core::JsonObjectSupport
869
+ end
870
+
871
+ class GoogleCloudVideointelligenceV1p3beta1Celebrity
872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
873
+
874
+ include Google::Apis::Core::JsonObjectSupport
875
+ end
876
+
877
+ class GoogleCloudVideointelligenceV1p3beta1CelebrityRecognitionAnnotation
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
883
+ class GoogleCloudVideointelligenceV1p3beta1CelebrityTrack
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
889
+ class GoogleCloudVideointelligenceV1p3beta1DetectedAttribute
890
+ class Representation < Google::Apis::Core::JsonRepresentation; end
891
+
892
+ include Google::Apis::Core::JsonObjectSupport
893
+ end
894
+
895
+ class GoogleCloudVideointelligenceV1p3beta1DetectedLandmark
896
+ class Representation < Google::Apis::Core::JsonRepresentation; end
897
+
898
+ include Google::Apis::Core::JsonObjectSupport
899
+ end
900
+
901
+ class GoogleCloudVideointelligenceV1p3beta1Entity
902
+ class Representation < Google::Apis::Core::JsonRepresentation; end
903
+
904
+ include Google::Apis::Core::JsonObjectSupport
905
+ end
906
+
907
+ class GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation
908
+ class Representation < Google::Apis::Core::JsonRepresentation; end
909
+
910
+ include Google::Apis::Core::JsonObjectSupport
911
+ end
912
+
913
+ class GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame
914
+ class Representation < Google::Apis::Core::JsonRepresentation; end
915
+
916
+ include Google::Apis::Core::JsonObjectSupport
917
+ end
918
+
919
+ class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
920
+ class Representation < Google::Apis::Core::JsonRepresentation; end
921
+
922
+ include Google::Apis::Core::JsonObjectSupport
923
+ end
924
+
925
+ class GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation
926
+ class Representation < Google::Apis::Core::JsonRepresentation; end
927
+
928
+ include Google::Apis::Core::JsonObjectSupport
929
+ end
930
+
931
+ class GoogleCloudVideointelligenceV1p3beta1FaceFrame
932
+ class Representation < Google::Apis::Core::JsonRepresentation; end
933
+
934
+ include Google::Apis::Core::JsonObjectSupport
935
+ end
936
+
937
+ class GoogleCloudVideointelligenceV1p3beta1FaceSegment
938
+ class Representation < Google::Apis::Core::JsonRepresentation; end
939
+
940
+ include Google::Apis::Core::JsonObjectSupport
941
+ end
942
+
943
+ class GoogleCloudVideointelligenceV1p3beta1LabelAnnotation
944
+ class Representation < Google::Apis::Core::JsonRepresentation; end
945
+
946
+ include Google::Apis::Core::JsonObjectSupport
947
+ end
948
+
949
+ class GoogleCloudVideointelligenceV1p3beta1LabelFrame
950
+ class Representation < Google::Apis::Core::JsonRepresentation; end
951
+
952
+ include Google::Apis::Core::JsonObjectSupport
953
+ end
954
+
955
+ class GoogleCloudVideointelligenceV1p3beta1LabelSegment
956
+ class Representation < Google::Apis::Core::JsonRepresentation; end
957
+
958
+ include Google::Apis::Core::JsonObjectSupport
959
+ end
960
+
961
+ class GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation
962
+ class Representation < Google::Apis::Core::JsonRepresentation; end
963
+
964
+ include Google::Apis::Core::JsonObjectSupport
965
+ end
966
+
967
+ class GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox
968
+ class Representation < Google::Apis::Core::JsonRepresentation; end
969
+
970
+ include Google::Apis::Core::JsonObjectSupport
971
+ end
972
+
973
+ class GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly
974
+ class Representation < Google::Apis::Core::JsonRepresentation; end
975
+
976
+ include Google::Apis::Core::JsonObjectSupport
977
+ end
978
+
979
+ class GoogleCloudVideointelligenceV1p3beta1NormalizedVertex
980
+ class Representation < Google::Apis::Core::JsonRepresentation; end
981
+
982
+ include Google::Apis::Core::JsonObjectSupport
983
+ end
984
+
985
+ class GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation
986
+ class Representation < Google::Apis::Core::JsonRepresentation; end
987
+
988
+ include Google::Apis::Core::JsonObjectSupport
989
+ end
990
+
991
+ class GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame
992
+ class Representation < Google::Apis::Core::JsonRepresentation; end
993
+
994
+ include Google::Apis::Core::JsonObjectSupport
995
+ end
996
+
997
+ class GoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation
998
+ class Representation < Google::Apis::Core::JsonRepresentation; end
999
+
1000
+ include Google::Apis::Core::JsonObjectSupport
1001
+ end
1002
+
1003
+ class GoogleCloudVideointelligenceV1p3beta1RecognizedCelebrity
1004
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1005
+
1006
+ include Google::Apis::Core::JsonObjectSupport
1007
+ end
1008
+
1009
+ class GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative
1010
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1011
+
1012
+ include Google::Apis::Core::JsonObjectSupport
1013
+ end
1014
+
1015
+ class GoogleCloudVideointelligenceV1p3beta1SpeechTranscription
1016
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1017
+
1018
+ include Google::Apis::Core::JsonObjectSupport
1019
+ end
1020
+
1021
+ class GoogleCloudVideointelligenceV1p3beta1StreamingAnnotateVideoResponse
1022
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1023
+
1024
+ include Google::Apis::Core::JsonObjectSupport
1025
+ end
1026
+
1027
+ class GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults
1028
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1029
+
1030
+ include Google::Apis::Core::JsonObjectSupport
1031
+ end
1032
+
1033
+ class GoogleCloudVideointelligenceV1p3beta1TextAnnotation
1034
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1035
+
1036
+ include Google::Apis::Core::JsonObjectSupport
1037
+ end
1038
+
1039
+ class GoogleCloudVideointelligenceV1p3beta1TextFrame
1040
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1041
+
1042
+ include Google::Apis::Core::JsonObjectSupport
1043
+ end
1044
+
1045
+ class GoogleCloudVideointelligenceV1p3beta1TextSegment
1046
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1047
+
1048
+ include Google::Apis::Core::JsonObjectSupport
1049
+ end
1050
+
1051
+ class GoogleCloudVideointelligenceV1p3beta1TimestampedObject
1052
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1053
+
1054
+ include Google::Apis::Core::JsonObjectSupport
1055
+ end
1056
+
1057
+ class GoogleCloudVideointelligenceV1p3beta1Track
1058
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1059
+
1060
+ include Google::Apis::Core::JsonObjectSupport
1061
+ end
1062
+
1063
+ class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress
1064
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1065
+
1066
+ include Google::Apis::Core::JsonObjectSupport
1067
+ end
1068
+
1069
+ class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults
1070
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1071
+
1072
+ include Google::Apis::Core::JsonObjectSupport
1073
+ end
1074
+
1075
+ class GoogleCloudVideointelligenceV1p3beta1VideoSegment
1076
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1077
+
1078
+ include Google::Apis::Core::JsonObjectSupport
1079
+ end
1080
+
1081
+ class GoogleCloudVideointelligenceV1p3beta1WordInfo
1082
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1083
+
1084
+ include Google::Apis::Core::JsonObjectSupport
1085
+ end
1086
+
1087
+ class GoogleLongrunningCancelOperationRequest
1088
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1089
+
1090
+ include Google::Apis::Core::JsonObjectSupport
1091
+ end
1092
+
1093
+ class GoogleLongrunningListOperationsResponse
1094
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1095
+
1096
+ include Google::Apis::Core::JsonObjectSupport
1097
+ end
1098
+
1099
+ class GoogleLongrunningOperation
1100
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1101
+
1102
+ include Google::Apis::Core::JsonObjectSupport
1103
+ end
1104
+
1105
+ class GoogleProtobufEmpty
1106
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1107
+
1108
+ include Google::Apis::Core::JsonObjectSupport
1109
+ end
1110
+
1111
+ class GoogleRpcStatus
1112
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1113
+
1114
+ include Google::Apis::Core::JsonObjectSupport
1115
+ end
1116
+
1117
+ class GoogleCloudVideointelligenceV1AnnotateVideoProgress
1118
+ # @private
1119
+ class Representation < Google::Apis::Core::JsonRepresentation
1120
+ collection :annotation_progress, as: 'annotationProgress', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoAnnotationProgress, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoAnnotationProgress::Representation
1121
+
1122
+ end
1123
+ end
1124
+
1125
+ class GoogleCloudVideointelligenceV1AnnotateVideoRequest
1126
+ # @private
1127
+ class Representation < Google::Apis::Core::JsonRepresentation
1128
+ collection :features, as: 'features'
1129
+ property :input_content, :base64 => true, as: 'inputContent'
1130
+ property :input_uri, as: 'inputUri'
1131
+ property :location_id, as: 'locationId'
1132
+ property :output_uri, as: 'outputUri'
1133
+ property :video_context, as: 'videoContext', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoContext, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoContext::Representation
1134
+
1135
+ end
1136
+ end
1137
+
1138
+ class GoogleCloudVideointelligenceV1AnnotateVideoResponse
1139
+ # @private
1140
+ class Representation < Google::Apis::Core::JsonRepresentation
1141
+ collection :annotation_results, as: 'annotationResults', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoAnnotationResults::Representation
1142
+
1143
+ end
1144
+ end
1145
+
1146
+ class GoogleCloudVideointelligenceV1DetectedAttribute
1147
+ # @private
1148
+ class Representation < Google::Apis::Core::JsonRepresentation
1149
+ property :confidence, as: 'confidence'
1150
+ property :name, as: 'name'
1151
+ property :value, as: 'value'
1152
+ end
1153
+ end
1154
+
1155
+ class GoogleCloudVideointelligenceV1DetectedLandmark
1156
+ # @private
1157
+ class Representation < Google::Apis::Core::JsonRepresentation
1158
+ property :confidence, as: 'confidence'
1159
+ property :name, as: 'name'
1160
+ property :point, as: 'point', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1NormalizedVertex::Representation
1161
+
1162
+ end
1163
+ end
1164
+
1165
+ class GoogleCloudVideointelligenceV1Entity
1166
+ # @private
1167
+ class Representation < Google::Apis::Core::JsonRepresentation
1168
+ property :description, as: 'description'
1169
+ property :entity_id, as: 'entityId'
1170
+ property :language_code, as: 'languageCode'
1171
+ end
1172
+ end
1173
+
1174
+ class GoogleCloudVideointelligenceV1ExplicitContentAnnotation
1175
+ # @private
1176
+ class Representation < Google::Apis::Core::JsonRepresentation
1177
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ExplicitContentFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ExplicitContentFrame::Representation
1178
+
1179
+ property :version, as: 'version'
1180
+ end
1181
+ end
1182
+
1183
+ class GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig
1184
+ # @private
1185
+ class Representation < Google::Apis::Core::JsonRepresentation
1186
+ property :model, as: 'model'
1187
+ end
1188
+ end
1189
+
1190
+ class GoogleCloudVideointelligenceV1ExplicitContentFrame
1191
+ # @private
1192
+ class Representation < Google::Apis::Core::JsonRepresentation
1193
+ property :pornography_likelihood, as: 'pornographyLikelihood'
1194
+ property :time_offset, as: 'timeOffset'
1195
+ end
1196
+ end
1197
+
1198
+ class GoogleCloudVideointelligenceV1FaceAnnotation
1199
+ # @private
1200
+ class Representation < Google::Apis::Core::JsonRepresentation
1201
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1FaceFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1FaceFrame::Representation
1202
+
1203
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1FaceSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1FaceSegment::Representation
1204
+
1205
+ property :thumbnail, :base64 => true, as: 'thumbnail'
1206
+ end
1207
+ end
1208
+
1209
+ class GoogleCloudVideointelligenceV1FaceDetectionAnnotation
1210
+ # @private
1211
+ class Representation < Google::Apis::Core::JsonRepresentation
1212
+ property :thumbnail, :base64 => true, as: 'thumbnail'
1213
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1Track, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1Track::Representation
1214
+
1215
+ property :version, as: 'version'
1216
+ end
1217
+ end
1218
+
1219
+ class GoogleCloudVideointelligenceV1FaceDetectionConfig
1220
+ # @private
1221
+ class Representation < Google::Apis::Core::JsonRepresentation
1222
+ property :include_attributes, as: 'includeAttributes'
1223
+ property :include_bounding_boxes, as: 'includeBoundingBoxes'
1224
+ property :model, as: 'model'
1225
+ end
1226
+ end
1227
+
1228
+ class GoogleCloudVideointelligenceV1FaceFrame
1229
+ # @private
1230
+ class Representation < Google::Apis::Core::JsonRepresentation
1231
+ collection :normalized_bounding_boxes, as: 'normalizedBoundingBoxes', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1NormalizedBoundingBox::Representation
1232
+
1233
+ property :time_offset, as: 'timeOffset'
1234
+ end
1235
+ end
1236
+
1237
+ class GoogleCloudVideointelligenceV1FaceSegment
1238
+ # @private
1239
+ class Representation < Google::Apis::Core::JsonRepresentation
1240
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment::Representation
1241
+
1242
+ end
1243
+ end
1244
+
1245
+ class GoogleCloudVideointelligenceV1LabelAnnotation
1246
+ # @private
1247
+ class Representation < Google::Apis::Core::JsonRepresentation
1248
+ collection :category_entities, as: 'categoryEntities', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1Entity::Representation
1249
+
1250
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1Entity::Representation
1251
+
1252
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelFrame::Representation
1253
+
1254
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelSegment::Representation
1255
+
1256
+ property :version, as: 'version'
1257
+ end
1258
+ end
1259
+
1260
+ class GoogleCloudVideointelligenceV1LabelDetectionConfig
1261
+ # @private
1262
+ class Representation < Google::Apis::Core::JsonRepresentation
1263
+ property :frame_confidence_threshold, as: 'frameConfidenceThreshold'
1264
+ property :label_detection_mode, as: 'labelDetectionMode'
1265
+ property :model, as: 'model'
1266
+ property :stationary_camera, as: 'stationaryCamera'
1267
+ property :video_confidence_threshold, as: 'videoConfidenceThreshold'
1268
+ end
1269
+ end
1270
+
1271
+ class GoogleCloudVideointelligenceV1LabelFrame
1272
+ # @private
1273
+ class Representation < Google::Apis::Core::JsonRepresentation
1274
+ property :confidence, as: 'confidence'
1275
+ property :time_offset, as: 'timeOffset'
1276
+ end
1277
+ end
1278
+
1279
+ class GoogleCloudVideointelligenceV1LabelSegment
1280
+ # @private
1281
+ class Representation < Google::Apis::Core::JsonRepresentation
1282
+ property :confidence, as: 'confidence'
1283
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment::Representation
1284
+
1285
+ end
1286
+ end
1287
+
1288
+ class GoogleCloudVideointelligenceV1LogoRecognitionAnnotation
1289
+ # @private
1290
+ class Representation < Google::Apis::Core::JsonRepresentation
1291
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1Entity::Representation
1292
+
1293
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment::Representation
1294
+
1295
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1Track, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1Track::Representation
1296
+
1297
+ end
1298
+ end
1299
+
1300
+ class GoogleCloudVideointelligenceV1NormalizedBoundingBox
1301
+ # @private
1302
+ class Representation < Google::Apis::Core::JsonRepresentation
1303
+ property :bottom, as: 'bottom'
1304
+ property :left, as: 'left'
1305
+ property :right, as: 'right'
1306
+ property :top, as: 'top'
1307
+ end
1308
+ end
1309
+
1310
+ class GoogleCloudVideointelligenceV1NormalizedBoundingPoly
1311
+ # @private
1312
+ class Representation < Google::Apis::Core::JsonRepresentation
1313
+ collection :vertices, as: 'vertices', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1NormalizedVertex::Representation
1314
+
1315
+ end
1316
+ end
1317
+
1318
+ class GoogleCloudVideointelligenceV1NormalizedVertex
1319
+ # @private
1320
+ class Representation < Google::Apis::Core::JsonRepresentation
1321
+ property :x, as: 'x'
1322
+ property :y, as: 'y'
1323
+ end
1324
+ end
1325
+
1326
+ class GoogleCloudVideointelligenceV1ObjectTrackingAnnotation
1327
+ # @private
1328
+ class Representation < Google::Apis::Core::JsonRepresentation
1329
+ property :confidence, as: 'confidence'
1330
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1Entity::Representation
1331
+
1332
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ObjectTrackingFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ObjectTrackingFrame::Representation
1333
+
1334
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment::Representation
1335
+
1336
+ property :track_id, :numeric_string => true, as: 'trackId'
1337
+ property :version, as: 'version'
1338
+ end
1339
+ end
1340
+
1341
+ class GoogleCloudVideointelligenceV1ObjectTrackingConfig
1342
+ # @private
1343
+ class Representation < Google::Apis::Core::JsonRepresentation
1344
+ property :model, as: 'model'
1345
+ end
1346
+ end
1347
+
1348
+ class GoogleCloudVideointelligenceV1ObjectTrackingFrame
1349
+ # @private
1350
+ class Representation < Google::Apis::Core::JsonRepresentation
1351
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1NormalizedBoundingBox::Representation
1352
+
1353
+ property :time_offset, as: 'timeOffset'
1354
+ end
1355
+ end
1356
+
1357
+ class GoogleCloudVideointelligenceV1PersonDetectionAnnotation
1358
+ # @private
1359
+ class Representation < Google::Apis::Core::JsonRepresentation
1360
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1Track, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1Track::Representation
1361
+
1362
+ property :version, as: 'version'
1363
+ end
1364
+ end
1365
+
1366
+ class GoogleCloudVideointelligenceV1PersonDetectionConfig
1367
+ # @private
1368
+ class Representation < Google::Apis::Core::JsonRepresentation
1369
+ property :include_attributes, as: 'includeAttributes'
1370
+ property :include_bounding_boxes, as: 'includeBoundingBoxes'
1371
+ property :include_pose_landmarks, as: 'includePoseLandmarks'
1372
+ end
1373
+ end
1374
+
1375
+ class GoogleCloudVideointelligenceV1ShotChangeDetectionConfig
1376
+ # @private
1377
+ class Representation < Google::Apis::Core::JsonRepresentation
1378
+ property :model, as: 'model'
1379
+ end
1380
+ end
1381
+
1382
+ class GoogleCloudVideointelligenceV1SpeechContext
1383
+ # @private
1384
+ class Representation < Google::Apis::Core::JsonRepresentation
1385
+ collection :phrases, as: 'phrases'
1386
+ end
1387
+ end
1388
+
1389
+ class GoogleCloudVideointelligenceV1SpeechRecognitionAlternative
1390
+ # @private
1391
+ class Representation < Google::Apis::Core::JsonRepresentation
1392
+ property :confidence, as: 'confidence'
1393
+ property :transcript, as: 'transcript'
1394
+ collection :words, as: 'words', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1WordInfo, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1WordInfo::Representation
1395
+
1396
+ end
1397
+ end
1398
+
1399
+ class GoogleCloudVideointelligenceV1SpeechTranscription
1400
+ # @private
1401
+ class Representation < Google::Apis::Core::JsonRepresentation
1402
+ collection :alternatives, as: 'alternatives', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1SpeechRecognitionAlternative, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1SpeechRecognitionAlternative::Representation
1403
+
1404
+ property :language_code, as: 'languageCode'
1405
+ end
1406
+ end
1407
+
1408
+ class GoogleCloudVideointelligenceV1SpeechTranscriptionConfig
1409
+ # @private
1410
+ class Representation < Google::Apis::Core::JsonRepresentation
1411
+ collection :audio_tracks, as: 'audioTracks'
1412
+ property :diarization_speaker_count, as: 'diarizationSpeakerCount'
1413
+ property :enable_automatic_punctuation, as: 'enableAutomaticPunctuation'
1414
+ property :enable_speaker_diarization, as: 'enableSpeakerDiarization'
1415
+ property :enable_word_confidence, as: 'enableWordConfidence'
1416
+ property :filter_profanity, as: 'filterProfanity'
1417
+ property :language_code, as: 'languageCode'
1418
+ property :max_alternatives, as: 'maxAlternatives'
1419
+ collection :speech_contexts, as: 'speechContexts', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1SpeechContext, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1SpeechContext::Representation
1420
+
1421
+ end
1422
+ end
1423
+
1424
+ class GoogleCloudVideointelligenceV1TextAnnotation
1425
+ # @private
1426
+ class Representation < Google::Apis::Core::JsonRepresentation
1427
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1TextSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1TextSegment::Representation
1428
+
1429
+ property :text, as: 'text'
1430
+ property :version, as: 'version'
1431
+ end
1432
+ end
1433
+
1434
+ class GoogleCloudVideointelligenceV1TextDetectionConfig
1435
+ # @private
1436
+ class Representation < Google::Apis::Core::JsonRepresentation
1437
+ collection :language_hints, as: 'languageHints'
1438
+ property :model, as: 'model'
1439
+ end
1440
+ end
1441
+
1442
+ class GoogleCloudVideointelligenceV1TextFrame
1443
+ # @private
1444
+ class Representation < Google::Apis::Core::JsonRepresentation
1445
+ property :rotated_bounding_box, as: 'rotatedBoundingBox', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1NormalizedBoundingPoly, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1NormalizedBoundingPoly::Representation
1446
+
1447
+ property :time_offset, as: 'timeOffset'
1448
+ end
1449
+ end
1450
+
1451
+ class GoogleCloudVideointelligenceV1TextSegment
1452
+ # @private
1453
+ class Representation < Google::Apis::Core::JsonRepresentation
1454
+ property :confidence, as: 'confidence'
1455
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1TextFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1TextFrame::Representation
1456
+
1457
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment::Representation
1458
+
1459
+ end
1460
+ end
1461
+
1462
+ class GoogleCloudVideointelligenceV1TimestampedObject
1463
+ # @private
1464
+ class Representation < Google::Apis::Core::JsonRepresentation
1465
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1DetectedAttribute::Representation
1466
+
1467
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1DetectedLandmark, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1DetectedLandmark::Representation
1468
+
1469
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1NormalizedBoundingBox::Representation
1470
+
1471
+ property :time_offset, as: 'timeOffset'
1472
+ end
1473
+ end
1474
+
1475
+ class GoogleCloudVideointelligenceV1Track
1476
+ # @private
1477
+ class Representation < Google::Apis::Core::JsonRepresentation
1478
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1DetectedAttribute::Representation
1479
+
1480
+ property :confidence, as: 'confidence'
1481
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment::Representation
1482
+
1483
+ collection :timestamped_objects, as: 'timestampedObjects', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1TimestampedObject, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1TimestampedObject::Representation
1484
+
1485
+ end
1486
+ end
1487
+
1488
+ class GoogleCloudVideointelligenceV1VideoAnnotationProgress
1489
+ # @private
1490
+ class Representation < Google::Apis::Core::JsonRepresentation
1491
+ property :feature, as: 'feature'
1492
+ property :input_uri, as: 'inputUri'
1493
+ property :progress_percent, as: 'progressPercent'
1494
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment::Representation
1495
+
1496
+ property :start_time, as: 'startTime'
1497
+ property :update_time, as: 'updateTime'
1498
+ end
1499
+ end
1500
+
1501
+ class GoogleCloudVideointelligenceV1VideoAnnotationResults
1502
+ # @private
1503
+ class Representation < Google::Apis::Core::JsonRepresentation
1504
+ property :error, as: 'error', class: Google::Apis::VideointelligenceV1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1::GoogleRpcStatus::Representation
1505
+
1506
+ property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ExplicitContentAnnotation::Representation
1507
+
1508
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1FaceAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1FaceAnnotation::Representation
1509
+
1510
+ collection :face_detection_annotations, as: 'faceDetectionAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1FaceDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1FaceDetectionAnnotation::Representation
1511
+
1512
+ collection :frame_label_annotations, as: 'frameLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
1513
+
1514
+ property :input_uri, as: 'inputUri'
1515
+ collection :logo_recognition_annotations, as: 'logoRecognitionAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LogoRecognitionAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LogoRecognitionAnnotation::Representation
1516
+
1517
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ObjectTrackingAnnotation::Representation
1518
+
1519
+ collection :person_detection_annotations, as: 'personDetectionAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1PersonDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1PersonDetectionAnnotation::Representation
1520
+
1521
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment::Representation
1522
+
1523
+ collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
1524
+
1525
+ collection :segment_presence_label_annotations, as: 'segmentPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
1526
+
1527
+ collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment::Representation
1528
+
1529
+ collection :shot_label_annotations, as: 'shotLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
1530
+
1531
+ collection :shot_presence_label_annotations, as: 'shotPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
1532
+
1533
+ collection :speech_transcriptions, as: 'speechTranscriptions', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1SpeechTranscription, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1SpeechTranscription::Representation
1534
+
1535
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1TextAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1TextAnnotation::Representation
1536
+
1537
+ end
1538
+ end
1539
+
1540
+ class GoogleCloudVideointelligenceV1VideoContext
1541
+ # @private
1542
+ class Representation < Google::Apis::Core::JsonRepresentation
1543
+ property :explicit_content_detection_config, as: 'explicitContentDetectionConfig', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig::Representation
1544
+
1545
+ property :face_detection_config, as: 'faceDetectionConfig', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1FaceDetectionConfig, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1FaceDetectionConfig::Representation
1546
+
1547
+ property :label_detection_config, as: 'labelDetectionConfig', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelDetectionConfig, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelDetectionConfig::Representation
1548
+
1549
+ property :object_tracking_config, as: 'objectTrackingConfig', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ObjectTrackingConfig, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ObjectTrackingConfig::Representation
1550
+
1551
+ property :person_detection_config, as: 'personDetectionConfig', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1PersonDetectionConfig, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1PersonDetectionConfig::Representation
1552
+
1553
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment::Representation
1554
+
1555
+ property :shot_change_detection_config, as: 'shotChangeDetectionConfig', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ShotChangeDetectionConfig, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ShotChangeDetectionConfig::Representation
1556
+
1557
+ property :speech_transcription_config, as: 'speechTranscriptionConfig', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1SpeechTranscriptionConfig, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1SpeechTranscriptionConfig::Representation
1558
+
1559
+ property :text_detection_config, as: 'textDetectionConfig', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1TextDetectionConfig, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1TextDetectionConfig::Representation
1560
+
1561
+ end
1562
+ end
1563
+
1564
+ class GoogleCloudVideointelligenceV1VideoSegment
1565
+ # @private
1566
+ class Representation < Google::Apis::Core::JsonRepresentation
1567
+ property :end_time_offset, as: 'endTimeOffset'
1568
+ property :start_time_offset, as: 'startTimeOffset'
1569
+ end
1570
+ end
1571
+
1572
+ class GoogleCloudVideointelligenceV1WordInfo
1573
+ # @private
1574
+ class Representation < Google::Apis::Core::JsonRepresentation
1575
+ property :confidence, as: 'confidence'
1576
+ property :end_time, as: 'endTime'
1577
+ property :speaker_tag, as: 'speakerTag'
1578
+ property :start_time, as: 'startTime'
1579
+ property :word, as: 'word'
1580
+ end
1581
+ end
1582
+
1583
+ class GoogleCloudVideointelligenceV1beta2AnnotateVideoProgress
1584
+ # @private
1585
+ class Representation < Google::Apis::Core::JsonRepresentation
1586
+ collection :annotation_progress, as: 'annotationProgress', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress::Representation
1587
+
1588
+ end
1589
+ end
1590
+
1591
+ class GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse
1592
+ # @private
1593
+ class Representation < Google::Apis::Core::JsonRepresentation
1594
+ collection :annotation_results, as: 'annotationResults', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoAnnotationResults::Representation
1595
+
1596
+ end
1597
+ end
1598
+
1599
+ class GoogleCloudVideointelligenceV1beta2DetectedAttribute
1600
+ # @private
1601
+ class Representation < Google::Apis::Core::JsonRepresentation
1602
+ property :confidence, as: 'confidence'
1603
+ property :name, as: 'name'
1604
+ property :value, as: 'value'
1605
+ end
1606
+ end
1607
+
1608
+ class GoogleCloudVideointelligenceV1beta2DetectedLandmark
1609
+ # @private
1610
+ class Representation < Google::Apis::Core::JsonRepresentation
1611
+ property :confidence, as: 'confidence'
1612
+ property :name, as: 'name'
1613
+ property :point, as: 'point', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2NormalizedVertex, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2NormalizedVertex::Representation
1614
+
1615
+ end
1616
+ end
1617
+
1618
+ class GoogleCloudVideointelligenceV1beta2Entity
1619
+ # @private
1620
+ class Representation < Google::Apis::Core::JsonRepresentation
1621
+ property :description, as: 'description'
1622
+ property :entity_id, as: 'entityId'
1623
+ property :language_code, as: 'languageCode'
1624
+ end
1625
+ end
1626
+
1627
+ class GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation
1628
+ # @private
1629
+ class Representation < Google::Apis::Core::JsonRepresentation
1630
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2ExplicitContentFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2ExplicitContentFrame::Representation
1631
+
1632
+ property :version, as: 'version'
1633
+ end
1634
+ end
1635
+
1636
+ class GoogleCloudVideointelligenceV1beta2ExplicitContentFrame
1637
+ # @private
1638
+ class Representation < Google::Apis::Core::JsonRepresentation
1639
+ property :pornography_likelihood, as: 'pornographyLikelihood'
1640
+ property :time_offset, as: 'timeOffset'
1641
+ end
1642
+ end
1643
+
1644
+ class GoogleCloudVideointelligenceV1beta2FaceAnnotation
1645
+ # @private
1646
+ class Representation < Google::Apis::Core::JsonRepresentation
1647
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2FaceFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2FaceFrame::Representation
1648
+
1649
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2FaceSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2FaceSegment::Representation
1650
+
1651
+ property :thumbnail, :base64 => true, as: 'thumbnail'
1652
+ end
1653
+ end
1654
+
1655
+ class GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation
1656
+ # @private
1657
+ class Representation < Google::Apis::Core::JsonRepresentation
1658
+ property :thumbnail, :base64 => true, as: 'thumbnail'
1659
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2Track, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2Track::Representation
1660
+
1661
+ property :version, as: 'version'
1662
+ end
1663
+ end
1664
+
1665
+ class GoogleCloudVideointelligenceV1beta2FaceFrame
1666
+ # @private
1667
+ class Representation < Google::Apis::Core::JsonRepresentation
1668
+ collection :normalized_bounding_boxes, as: 'normalizedBoundingBoxes', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox::Representation
1669
+
1670
+ property :time_offset, as: 'timeOffset'
1671
+ end
1672
+ end
1673
+
1674
+ class GoogleCloudVideointelligenceV1beta2FaceSegment
1675
+ # @private
1676
+ class Representation < Google::Apis::Core::JsonRepresentation
1677
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1678
+
1679
+ end
1680
+ end
1681
+
1682
+ class GoogleCloudVideointelligenceV1beta2LabelAnnotation
1683
+ # @private
1684
+ class Representation < Google::Apis::Core::JsonRepresentation
1685
+ collection :category_entities, as: 'categoryEntities', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2Entity::Representation
1686
+
1687
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2Entity::Representation
1688
+
1689
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2LabelFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2LabelFrame::Representation
1690
+
1691
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2LabelSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2LabelSegment::Representation
1692
+
1693
+ property :version, as: 'version'
1694
+ end
1695
+ end
1696
+
1697
+ class GoogleCloudVideointelligenceV1beta2LabelFrame
1698
+ # @private
1699
+ class Representation < Google::Apis::Core::JsonRepresentation
1700
+ property :confidence, as: 'confidence'
1701
+ property :time_offset, as: 'timeOffset'
1702
+ end
1703
+ end
1704
+
1705
+ class GoogleCloudVideointelligenceV1beta2LabelSegment
1706
+ # @private
1707
+ class Representation < Google::Apis::Core::JsonRepresentation
1708
+ property :confidence, as: 'confidence'
1709
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1710
+
1711
+ end
1712
+ end
1713
+
1714
+ class GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation
1715
+ # @private
1716
+ class Representation < Google::Apis::Core::JsonRepresentation
1717
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2Entity::Representation
1718
+
1719
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1720
+
1721
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2Track, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2Track::Representation
1722
+
1723
+ end
1724
+ end
1725
+
1726
+ class GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox
1727
+ # @private
1728
+ class Representation < Google::Apis::Core::JsonRepresentation
1729
+ property :bottom, as: 'bottom'
1730
+ property :left, as: 'left'
1731
+ property :right, as: 'right'
1732
+ property :top, as: 'top'
1733
+ end
1734
+ end
1735
+
1736
+ class GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly
1737
+ # @private
1738
+ class Representation < Google::Apis::Core::JsonRepresentation
1739
+ collection :vertices, as: 'vertices', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2NormalizedVertex, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2NormalizedVertex::Representation
1740
+
1741
+ end
1742
+ end
1743
+
1744
+ class GoogleCloudVideointelligenceV1beta2NormalizedVertex
1745
+ # @private
1746
+ class Representation < Google::Apis::Core::JsonRepresentation
1747
+ property :x, as: 'x'
1748
+ property :y, as: 'y'
1749
+ end
1750
+ end
1751
+
1752
+ class GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation
1753
+ # @private
1754
+ class Representation < Google::Apis::Core::JsonRepresentation
1755
+ property :confidence, as: 'confidence'
1756
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2Entity::Representation
1757
+
1758
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame::Representation
1759
+
1760
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1761
+
1762
+ property :track_id, :numeric_string => true, as: 'trackId'
1763
+ property :version, as: 'version'
1764
+ end
1765
+ end
1766
+
1767
+ class GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame
1768
+ # @private
1769
+ class Representation < Google::Apis::Core::JsonRepresentation
1770
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox::Representation
1771
+
1772
+ property :time_offset, as: 'timeOffset'
1773
+ end
1774
+ end
1775
+
1776
+ class GoogleCloudVideointelligenceV1beta2PersonDetectionAnnotation
1777
+ # @private
1778
+ class Representation < Google::Apis::Core::JsonRepresentation
1779
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2Track, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2Track::Representation
1780
+
1781
+ property :version, as: 'version'
1782
+ end
1783
+ end
1784
+
1785
+ class GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative
1786
+ # @private
1787
+ class Representation < Google::Apis::Core::JsonRepresentation
1788
+ property :confidence, as: 'confidence'
1789
+ property :transcript, as: 'transcript'
1790
+ collection :words, as: 'words', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2WordInfo, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2WordInfo::Representation
1791
+
1792
+ end
1793
+ end
1794
+
1795
+ class GoogleCloudVideointelligenceV1beta2SpeechTranscription
1796
+ # @private
1797
+ class Representation < Google::Apis::Core::JsonRepresentation
1798
+ collection :alternatives, as: 'alternatives', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative::Representation
1799
+
1800
+ property :language_code, as: 'languageCode'
1801
+ end
1802
+ end
1803
+
1804
+ class GoogleCloudVideointelligenceV1beta2TextAnnotation
1805
+ # @private
1806
+ class Representation < Google::Apis::Core::JsonRepresentation
1807
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2TextSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2TextSegment::Representation
1808
+
1809
+ property :text, as: 'text'
1810
+ property :version, as: 'version'
1811
+ end
1812
+ end
1813
+
1814
+ class GoogleCloudVideointelligenceV1beta2TextFrame
1815
+ # @private
1816
+ class Representation < Google::Apis::Core::JsonRepresentation
1817
+ property :rotated_bounding_box, as: 'rotatedBoundingBox', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly::Representation
1818
+
1819
+ property :time_offset, as: 'timeOffset'
1820
+ end
1821
+ end
1822
+
1823
+ class GoogleCloudVideointelligenceV1beta2TextSegment
1824
+ # @private
1825
+ class Representation < Google::Apis::Core::JsonRepresentation
1826
+ property :confidence, as: 'confidence'
1827
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2TextFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2TextFrame::Representation
1828
+
1829
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1830
+
1831
+ end
1832
+ end
1833
+
1834
+ class GoogleCloudVideointelligenceV1beta2TimestampedObject
1835
+ # @private
1836
+ class Representation < Google::Apis::Core::JsonRepresentation
1837
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2DetectedAttribute, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2DetectedAttribute::Representation
1838
+
1839
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2DetectedLandmark, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2DetectedLandmark::Representation
1840
+
1841
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox::Representation
1842
+
1843
+ property :time_offset, as: 'timeOffset'
1844
+ end
1845
+ end
1846
+
1847
+ class GoogleCloudVideointelligenceV1beta2Track
1848
+ # @private
1849
+ class Representation < Google::Apis::Core::JsonRepresentation
1850
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2DetectedAttribute, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2DetectedAttribute::Representation
1851
+
1852
+ property :confidence, as: 'confidence'
1853
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1854
+
1855
+ collection :timestamped_objects, as: 'timestampedObjects', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2TimestampedObject, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2TimestampedObject::Representation
1856
+
1857
+ end
1858
+ end
1859
+
1860
+ class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
1861
+ # @private
1862
+ class Representation < Google::Apis::Core::JsonRepresentation
1863
+ property :feature, as: 'feature'
1864
+ property :input_uri, as: 'inputUri'
1865
+ property :progress_percent, as: 'progressPercent'
1866
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1867
+
1868
+ property :start_time, as: 'startTime'
1869
+ property :update_time, as: 'updateTime'
1870
+ end
1871
+ end
1872
+
1873
+ class GoogleCloudVideointelligenceV1beta2VideoAnnotationResults
1874
+ # @private
1875
+ class Representation < Google::Apis::Core::JsonRepresentation
1876
+ property :error, as: 'error', class: Google::Apis::VideointelligenceV1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1::GoogleRpcStatus::Representation
1877
+
1878
+ property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation::Representation
1879
+
1880
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2FaceAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2FaceAnnotation::Representation
1881
+
1882
+ collection :face_detection_annotations, as: 'faceDetectionAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation::Representation
1883
+
1884
+ collection :frame_label_annotations, as: 'frameLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
1885
+
1886
+ property :input_uri, as: 'inputUri'
1887
+ collection :logo_recognition_annotations, as: 'logoRecognitionAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation::Representation
1888
+
1889
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation::Representation
1890
+
1891
+ collection :person_detection_annotations, as: 'personDetectionAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2PersonDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2PersonDetectionAnnotation::Representation
1892
+
1893
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1894
+
1895
+ collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
1896
+
1897
+ collection :segment_presence_label_annotations, as: 'segmentPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
1898
+
1899
+ collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1900
+
1901
+ collection :shot_label_annotations, as: 'shotLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
1902
+
1903
+ collection :shot_presence_label_annotations, as: 'shotPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
1904
+
1905
+ collection :speech_transcriptions, as: 'speechTranscriptions', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2SpeechTranscription, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2SpeechTranscription::Representation
1906
+
1907
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2TextAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2TextAnnotation::Representation
1908
+
1909
+ end
1910
+ end
1911
+
1912
+ class GoogleCloudVideointelligenceV1beta2VideoSegment
1913
+ # @private
1914
+ class Representation < Google::Apis::Core::JsonRepresentation
1915
+ property :end_time_offset, as: 'endTimeOffset'
1916
+ property :start_time_offset, as: 'startTimeOffset'
1917
+ end
1918
+ end
1919
+
1920
+ class GoogleCloudVideointelligenceV1beta2WordInfo
1921
+ # @private
1922
+ class Representation < Google::Apis::Core::JsonRepresentation
1923
+ property :confidence, as: 'confidence'
1924
+ property :end_time, as: 'endTime'
1925
+ property :speaker_tag, as: 'speakerTag'
1926
+ property :start_time, as: 'startTime'
1927
+ property :word, as: 'word'
1928
+ end
1929
+ end
1930
+
1931
+ class GoogleCloudVideointelligenceV1p1beta1AnnotateVideoProgress
1932
+ # @private
1933
+ class Representation < Google::Apis::Core::JsonRepresentation
1934
+ collection :annotation_progress, as: 'annotationProgress', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress::Representation
1935
+
1936
+ end
1937
+ end
1938
+
1939
+ class GoogleCloudVideointelligenceV1p1beta1AnnotateVideoResponse
1940
+ # @private
1941
+ class Representation < Google::Apis::Core::JsonRepresentation
1942
+ collection :annotation_results, as: 'annotationResults', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults::Representation
1943
+
1944
+ end
1945
+ end
1946
+
1947
+ class GoogleCloudVideointelligenceV1p1beta1DetectedAttribute
1948
+ # @private
1949
+ class Representation < Google::Apis::Core::JsonRepresentation
1950
+ property :confidence, as: 'confidence'
1951
+ property :name, as: 'name'
1952
+ property :value, as: 'value'
1953
+ end
1954
+ end
1955
+
1956
+ class GoogleCloudVideointelligenceV1p1beta1DetectedLandmark
1957
+ # @private
1958
+ class Representation < Google::Apis::Core::JsonRepresentation
1959
+ property :confidence, as: 'confidence'
1960
+ property :name, as: 'name'
1961
+ property :point, as: 'point', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1NormalizedVertex::Representation
1962
+
1963
+ end
1964
+ end
1965
+
1966
+ class GoogleCloudVideointelligenceV1p1beta1Entity
1967
+ # @private
1968
+ class Representation < Google::Apis::Core::JsonRepresentation
1969
+ property :description, as: 'description'
1970
+ property :entity_id, as: 'entityId'
1971
+ property :language_code, as: 'languageCode'
1972
+ end
1973
+ end
1974
+
1975
+ class GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation
1976
+ # @private
1977
+ class Representation < Google::Apis::Core::JsonRepresentation
1978
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame::Representation
1979
+
1980
+ property :version, as: 'version'
1981
+ end
1982
+ end
1983
+
1984
+ class GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame
1985
+ # @private
1986
+ class Representation < Google::Apis::Core::JsonRepresentation
1987
+ property :pornography_likelihood, as: 'pornographyLikelihood'
1988
+ property :time_offset, as: 'timeOffset'
1989
+ end
1990
+ end
1991
+
1992
+ class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
1993
+ # @private
1994
+ class Representation < Google::Apis::Core::JsonRepresentation
1995
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1FaceFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1FaceFrame::Representation
1996
+
1997
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1FaceSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1FaceSegment::Representation
1998
+
1999
+ property :thumbnail, :base64 => true, as: 'thumbnail'
2000
+ end
2001
+ end
2002
+
2003
+ class GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation
2004
+ # @private
2005
+ class Representation < Google::Apis::Core::JsonRepresentation
2006
+ property :thumbnail, :base64 => true, as: 'thumbnail'
2007
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1Track, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1Track::Representation
2008
+
2009
+ property :version, as: 'version'
2010
+ end
2011
+ end
2012
+
2013
+ class GoogleCloudVideointelligenceV1p1beta1FaceFrame
2014
+ # @private
2015
+ class Representation < Google::Apis::Core::JsonRepresentation
2016
+ collection :normalized_bounding_boxes, as: 'normalizedBoundingBoxes', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox::Representation
2017
+
2018
+ property :time_offset, as: 'timeOffset'
2019
+ end
2020
+ end
2021
+
2022
+ class GoogleCloudVideointelligenceV1p1beta1FaceSegment
2023
+ # @private
2024
+ class Representation < Google::Apis::Core::JsonRepresentation
2025
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2026
+
2027
+ end
2028
+ end
2029
+
2030
+ class GoogleCloudVideointelligenceV1p1beta1LabelAnnotation
2031
+ # @private
2032
+ class Representation < Google::Apis::Core::JsonRepresentation
2033
+ collection :category_entities, as: 'categoryEntities', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1Entity::Representation
2034
+
2035
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1Entity::Representation
2036
+
2037
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1LabelFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1LabelFrame::Representation
2038
+
2039
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1LabelSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1LabelSegment::Representation
2040
+
2041
+ property :version, as: 'version'
2042
+ end
2043
+ end
2044
+
2045
+ class GoogleCloudVideointelligenceV1p1beta1LabelFrame
2046
+ # @private
2047
+ class Representation < Google::Apis::Core::JsonRepresentation
2048
+ property :confidence, as: 'confidence'
2049
+ property :time_offset, as: 'timeOffset'
2050
+ end
2051
+ end
2052
+
2053
+ class GoogleCloudVideointelligenceV1p1beta1LabelSegment
2054
+ # @private
2055
+ class Representation < Google::Apis::Core::JsonRepresentation
2056
+ property :confidence, as: 'confidence'
2057
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2058
+
2059
+ end
2060
+ end
2061
+
2062
+ class GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation
2063
+ # @private
2064
+ class Representation < Google::Apis::Core::JsonRepresentation
2065
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1Entity::Representation
2066
+
2067
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2068
+
2069
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1Track, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1Track::Representation
2070
+
2071
+ end
2072
+ end
2073
+
2074
+ class GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox
2075
+ # @private
2076
+ class Representation < Google::Apis::Core::JsonRepresentation
2077
+ property :bottom, as: 'bottom'
2078
+ property :left, as: 'left'
2079
+ property :right, as: 'right'
2080
+ property :top, as: 'top'
2081
+ end
2082
+ end
2083
+
2084
+ class GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly
2085
+ # @private
2086
+ class Representation < Google::Apis::Core::JsonRepresentation
2087
+ collection :vertices, as: 'vertices', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1NormalizedVertex::Representation
2088
+
2089
+ end
2090
+ end
2091
+
2092
+ class GoogleCloudVideointelligenceV1p1beta1NormalizedVertex
2093
+ # @private
2094
+ class Representation < Google::Apis::Core::JsonRepresentation
2095
+ property :x, as: 'x'
2096
+ property :y, as: 'y'
2097
+ end
2098
+ end
2099
+
2100
+ class GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation
2101
+ # @private
2102
+ class Representation < Google::Apis::Core::JsonRepresentation
2103
+ property :confidence, as: 'confidence'
2104
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1Entity::Representation
2105
+
2106
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame::Representation
2107
+
2108
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2109
+
2110
+ property :track_id, :numeric_string => true, as: 'trackId'
2111
+ property :version, as: 'version'
2112
+ end
2113
+ end
2114
+
2115
+ class GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame
2116
+ # @private
2117
+ class Representation < Google::Apis::Core::JsonRepresentation
2118
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox::Representation
2119
+
2120
+ property :time_offset, as: 'timeOffset'
2121
+ end
2122
+ end
2123
+
2124
+ class GoogleCloudVideointelligenceV1p1beta1PersonDetectionAnnotation
2125
+ # @private
2126
+ class Representation < Google::Apis::Core::JsonRepresentation
2127
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1Track, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1Track::Representation
2128
+
2129
+ property :version, as: 'version'
2130
+ end
2131
+ end
2132
+
2133
+ class GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative
2134
+ # @private
2135
+ class Representation < Google::Apis::Core::JsonRepresentation
2136
+ property :confidence, as: 'confidence'
2137
+ property :transcript, as: 'transcript'
2138
+ collection :words, as: 'words', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1WordInfo, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1WordInfo::Representation
2139
+
2140
+ end
2141
+ end
2142
+
2143
+ class GoogleCloudVideointelligenceV1p1beta1SpeechTranscription
2144
+ # @private
2145
+ class Representation < Google::Apis::Core::JsonRepresentation
2146
+ collection :alternatives, as: 'alternatives', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative::Representation
2147
+
2148
+ property :language_code, as: 'languageCode'
2149
+ end
2150
+ end
2151
+
2152
+ class GoogleCloudVideointelligenceV1p1beta1TextAnnotation
2153
+ # @private
2154
+ class Representation < Google::Apis::Core::JsonRepresentation
2155
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1TextSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1TextSegment::Representation
2156
+
2157
+ property :text, as: 'text'
2158
+ property :version, as: 'version'
2159
+ end
2160
+ end
2161
+
2162
+ class GoogleCloudVideointelligenceV1p1beta1TextFrame
2163
+ # @private
2164
+ class Representation < Google::Apis::Core::JsonRepresentation
2165
+ property :rotated_bounding_box, as: 'rotatedBoundingBox', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly::Representation
2166
+
2167
+ property :time_offset, as: 'timeOffset'
2168
+ end
2169
+ end
2170
+
2171
+ class GoogleCloudVideointelligenceV1p1beta1TextSegment
2172
+ # @private
2173
+ class Representation < Google::Apis::Core::JsonRepresentation
2174
+ property :confidence, as: 'confidence'
2175
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1TextFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1TextFrame::Representation
2176
+
2177
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2178
+
2179
+ end
2180
+ end
2181
+
2182
+ class GoogleCloudVideointelligenceV1p1beta1TimestampedObject
2183
+ # @private
2184
+ class Representation < Google::Apis::Core::JsonRepresentation
2185
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1DetectedAttribute::Representation
2186
+
2187
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1DetectedLandmark, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1DetectedLandmark::Representation
2188
+
2189
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox::Representation
2190
+
2191
+ property :time_offset, as: 'timeOffset'
2192
+ end
2193
+ end
2194
+
2195
+ class GoogleCloudVideointelligenceV1p1beta1Track
2196
+ # @private
2197
+ class Representation < Google::Apis::Core::JsonRepresentation
2198
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1DetectedAttribute::Representation
2199
+
2200
+ property :confidence, as: 'confidence'
2201
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2202
+
2203
+ collection :timestamped_objects, as: 'timestampedObjects', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1TimestampedObject, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1TimestampedObject::Representation
2204
+
2205
+ end
2206
+ end
2207
+
2208
+ class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
2209
+ # @private
2210
+ class Representation < Google::Apis::Core::JsonRepresentation
2211
+ property :feature, as: 'feature'
2212
+ property :input_uri, as: 'inputUri'
2213
+ property :progress_percent, as: 'progressPercent'
2214
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2215
+
2216
+ property :start_time, as: 'startTime'
2217
+ property :update_time, as: 'updateTime'
2218
+ end
2219
+ end
2220
+
2221
+ class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults
2222
+ # @private
2223
+ class Representation < Google::Apis::Core::JsonRepresentation
2224
+ property :error, as: 'error', class: Google::Apis::VideointelligenceV1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1::GoogleRpcStatus::Representation
2225
+
2226
+ property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation::Representation
2227
+
2228
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1FaceAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1FaceAnnotation::Representation
2229
+
2230
+ collection :face_detection_annotations, as: 'faceDetectionAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation::Representation
2231
+
2232
+ collection :frame_label_annotations, as: 'frameLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
2233
+
2234
+ property :input_uri, as: 'inputUri'
2235
+ collection :logo_recognition_annotations, as: 'logoRecognitionAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation::Representation
2236
+
2237
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation::Representation
2238
+
2239
+ collection :person_detection_annotations, as: 'personDetectionAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1PersonDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1PersonDetectionAnnotation::Representation
2240
+
2241
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2242
+
2243
+ collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
2244
+
2245
+ collection :segment_presence_label_annotations, as: 'segmentPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
2246
+
2247
+ collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2248
+
2249
+ collection :shot_label_annotations, as: 'shotLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
2250
+
2251
+ collection :shot_presence_label_annotations, as: 'shotPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
2252
+
2253
+ collection :speech_transcriptions, as: 'speechTranscriptions', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1SpeechTranscription, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1SpeechTranscription::Representation
2254
+
2255
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1TextAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1TextAnnotation::Representation
2256
+
2257
+ end
2258
+ end
2259
+
2260
+ class GoogleCloudVideointelligenceV1p1beta1VideoSegment
2261
+ # @private
2262
+ class Representation < Google::Apis::Core::JsonRepresentation
2263
+ property :end_time_offset, as: 'endTimeOffset'
2264
+ property :start_time_offset, as: 'startTimeOffset'
2265
+ end
2266
+ end
2267
+
2268
+ class GoogleCloudVideointelligenceV1p1beta1WordInfo
2269
+ # @private
2270
+ class Representation < Google::Apis::Core::JsonRepresentation
2271
+ property :confidence, as: 'confidence'
2272
+ property :end_time, as: 'endTime'
2273
+ property :speaker_tag, as: 'speakerTag'
2274
+ property :start_time, as: 'startTime'
2275
+ property :word, as: 'word'
2276
+ end
2277
+ end
2278
+
2279
+ class GoogleCloudVideointelligenceV1p2beta1AnnotateVideoProgress
2280
+ # @private
2281
+ class Representation < Google::Apis::Core::JsonRepresentation
2282
+ collection :annotation_progress, as: 'annotationProgress', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress::Representation
2283
+
2284
+ end
2285
+ end
2286
+
2287
+ class GoogleCloudVideointelligenceV1p2beta1AnnotateVideoResponse
2288
+ # @private
2289
+ class Representation < Google::Apis::Core::JsonRepresentation
2290
+ collection :annotation_results, as: 'annotationResults', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults::Representation
2291
+
2292
+ end
2293
+ end
2294
+
2295
+ class GoogleCloudVideointelligenceV1p2beta1DetectedAttribute
2296
+ # @private
2297
+ class Representation < Google::Apis::Core::JsonRepresentation
2298
+ property :confidence, as: 'confidence'
2299
+ property :name, as: 'name'
2300
+ property :value, as: 'value'
2301
+ end
2302
+ end
2303
+
2304
+ class GoogleCloudVideointelligenceV1p2beta1DetectedLandmark
2305
+ # @private
2306
+ class Representation < Google::Apis::Core::JsonRepresentation
2307
+ property :confidence, as: 'confidence'
2308
+ property :name, as: 'name'
2309
+ property :point, as: 'point', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1NormalizedVertex::Representation
2310
+
2311
+ end
2312
+ end
2313
+
2314
+ class GoogleCloudVideointelligenceV1p2beta1Entity
2315
+ # @private
2316
+ class Representation < Google::Apis::Core::JsonRepresentation
2317
+ property :description, as: 'description'
2318
+ property :entity_id, as: 'entityId'
2319
+ property :language_code, as: 'languageCode'
2320
+ end
2321
+ end
2322
+
2323
+ class GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation
2324
+ # @private
2325
+ class Representation < Google::Apis::Core::JsonRepresentation
2326
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame::Representation
2327
+
2328
+ property :version, as: 'version'
2329
+ end
2330
+ end
2331
+
2332
+ class GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame
2333
+ # @private
2334
+ class Representation < Google::Apis::Core::JsonRepresentation
2335
+ property :pornography_likelihood, as: 'pornographyLikelihood'
2336
+ property :time_offset, as: 'timeOffset'
2337
+ end
2338
+ end
2339
+
2340
+ class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
2341
+ # @private
2342
+ class Representation < Google::Apis::Core::JsonRepresentation
2343
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1FaceFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1FaceFrame::Representation
2344
+
2345
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1FaceSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1FaceSegment::Representation
2346
+
2347
+ property :thumbnail, :base64 => true, as: 'thumbnail'
2348
+ end
2349
+ end
2350
+
2351
+ class GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation
2352
+ # @private
2353
+ class Representation < Google::Apis::Core::JsonRepresentation
2354
+ property :thumbnail, :base64 => true, as: 'thumbnail'
2355
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1Track, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1Track::Representation
2356
+
2357
+ property :version, as: 'version'
2358
+ end
2359
+ end
2360
+
2361
+ class GoogleCloudVideointelligenceV1p2beta1FaceFrame
2362
+ # @private
2363
+ class Representation < Google::Apis::Core::JsonRepresentation
2364
+ collection :normalized_bounding_boxes, as: 'normalizedBoundingBoxes', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox::Representation
2365
+
2366
+ property :time_offset, as: 'timeOffset'
2367
+ end
2368
+ end
2369
+
2370
+ class GoogleCloudVideointelligenceV1p2beta1FaceSegment
2371
+ # @private
2372
+ class Representation < Google::Apis::Core::JsonRepresentation
2373
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2374
+
2375
+ end
2376
+ end
2377
+
2378
+ class GoogleCloudVideointelligenceV1p2beta1LabelAnnotation
2379
+ # @private
2380
+ class Representation < Google::Apis::Core::JsonRepresentation
2381
+ collection :category_entities, as: 'categoryEntities', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1Entity::Representation
2382
+
2383
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1Entity::Representation
2384
+
2385
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1LabelFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1LabelFrame::Representation
2386
+
2387
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1LabelSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1LabelSegment::Representation
2388
+
2389
+ property :version, as: 'version'
2390
+ end
2391
+ end
2392
+
2393
+ class GoogleCloudVideointelligenceV1p2beta1LabelFrame
2394
+ # @private
2395
+ class Representation < Google::Apis::Core::JsonRepresentation
2396
+ property :confidence, as: 'confidence'
2397
+ property :time_offset, as: 'timeOffset'
2398
+ end
2399
+ end
2400
+
2401
+ class GoogleCloudVideointelligenceV1p2beta1LabelSegment
2402
+ # @private
2403
+ class Representation < Google::Apis::Core::JsonRepresentation
2404
+ property :confidence, as: 'confidence'
2405
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2406
+
2407
+ end
2408
+ end
2409
+
2410
+ class GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation
2411
+ # @private
2412
+ class Representation < Google::Apis::Core::JsonRepresentation
2413
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1Entity::Representation
2414
+
2415
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2416
+
2417
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1Track, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1Track::Representation
2418
+
2419
+ end
2420
+ end
2421
+
2422
+ class GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox
2423
+ # @private
2424
+ class Representation < Google::Apis::Core::JsonRepresentation
2425
+ property :bottom, as: 'bottom'
2426
+ property :left, as: 'left'
2427
+ property :right, as: 'right'
2428
+ property :top, as: 'top'
2429
+ end
2430
+ end
2431
+
2432
+ class GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly
2433
+ # @private
2434
+ class Representation < Google::Apis::Core::JsonRepresentation
2435
+ collection :vertices, as: 'vertices', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1NormalizedVertex::Representation
2436
+
2437
+ end
2438
+ end
2439
+
2440
+ class GoogleCloudVideointelligenceV1p2beta1NormalizedVertex
2441
+ # @private
2442
+ class Representation < Google::Apis::Core::JsonRepresentation
2443
+ property :x, as: 'x'
2444
+ property :y, as: 'y'
2445
+ end
2446
+ end
2447
+
2448
+ class GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation
2449
+ # @private
2450
+ class Representation < Google::Apis::Core::JsonRepresentation
2451
+ property :confidence, as: 'confidence'
2452
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1Entity::Representation
2453
+
2454
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame::Representation
2455
+
2456
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2457
+
2458
+ property :track_id, :numeric_string => true, as: 'trackId'
2459
+ property :version, as: 'version'
2460
+ end
2461
+ end
2462
+
2463
+ class GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame
2464
+ # @private
2465
+ class Representation < Google::Apis::Core::JsonRepresentation
2466
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox::Representation
2467
+
2468
+ property :time_offset, as: 'timeOffset'
2469
+ end
2470
+ end
2471
+
2472
+ class GoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation
2473
+ # @private
2474
+ class Representation < Google::Apis::Core::JsonRepresentation
2475
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1Track, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1Track::Representation
2476
+
2477
+ property :version, as: 'version'
2478
+ end
2479
+ end
2480
+
2481
+ class GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative
2482
+ # @private
2483
+ class Representation < Google::Apis::Core::JsonRepresentation
2484
+ property :confidence, as: 'confidence'
2485
+ property :transcript, as: 'transcript'
2486
+ collection :words, as: 'words', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1WordInfo, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1WordInfo::Representation
2487
+
2488
+ end
2489
+ end
2490
+
2491
+ class GoogleCloudVideointelligenceV1p2beta1SpeechTranscription
2492
+ # @private
2493
+ class Representation < Google::Apis::Core::JsonRepresentation
2494
+ collection :alternatives, as: 'alternatives', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative::Representation
2495
+
2496
+ property :language_code, as: 'languageCode'
2497
+ end
2498
+ end
2499
+
2500
+ class GoogleCloudVideointelligenceV1p2beta1TextAnnotation
2501
+ # @private
2502
+ class Representation < Google::Apis::Core::JsonRepresentation
2503
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1TextSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1TextSegment::Representation
2504
+
2505
+ property :text, as: 'text'
2506
+ property :version, as: 'version'
2507
+ end
2508
+ end
2509
+
2510
+ class GoogleCloudVideointelligenceV1p2beta1TextFrame
2511
+ # @private
2512
+ class Representation < Google::Apis::Core::JsonRepresentation
2513
+ property :rotated_bounding_box, as: 'rotatedBoundingBox', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly::Representation
2514
+
2515
+ property :time_offset, as: 'timeOffset'
2516
+ end
2517
+ end
2518
+
2519
+ class GoogleCloudVideointelligenceV1p2beta1TextSegment
2520
+ # @private
2521
+ class Representation < Google::Apis::Core::JsonRepresentation
2522
+ property :confidence, as: 'confidence'
2523
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1TextFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1TextFrame::Representation
2524
+
2525
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2526
+
2527
+ end
2528
+ end
2529
+
2530
+ class GoogleCloudVideointelligenceV1p2beta1TimestampedObject
2531
+ # @private
2532
+ class Representation < Google::Apis::Core::JsonRepresentation
2533
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1DetectedAttribute::Representation
2534
+
2535
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1DetectedLandmark, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1DetectedLandmark::Representation
2536
+
2537
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox::Representation
2538
+
2539
+ property :time_offset, as: 'timeOffset'
2540
+ end
2541
+ end
2542
+
2543
+ class GoogleCloudVideointelligenceV1p2beta1Track
2544
+ # @private
2545
+ class Representation < Google::Apis::Core::JsonRepresentation
2546
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1DetectedAttribute::Representation
2547
+
2548
+ property :confidence, as: 'confidence'
2549
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2550
+
2551
+ collection :timestamped_objects, as: 'timestampedObjects', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1TimestampedObject, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1TimestampedObject::Representation
2552
+
2553
+ end
2554
+ end
2555
+
2556
+ class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
2557
+ # @private
2558
+ class Representation < Google::Apis::Core::JsonRepresentation
2559
+ property :feature, as: 'feature'
2560
+ property :input_uri, as: 'inputUri'
2561
+ property :progress_percent, as: 'progressPercent'
2562
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2563
+
2564
+ property :start_time, as: 'startTime'
2565
+ property :update_time, as: 'updateTime'
2566
+ end
2567
+ end
2568
+
2569
+ class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults
2570
+ # @private
2571
+ class Representation < Google::Apis::Core::JsonRepresentation
2572
+ property :error, as: 'error', class: Google::Apis::VideointelligenceV1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1::GoogleRpcStatus::Representation
2573
+
2574
+ property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation::Representation
2575
+
2576
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1FaceAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1FaceAnnotation::Representation
2577
+
2578
+ collection :face_detection_annotations, as: 'faceDetectionAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation::Representation
2579
+
2580
+ collection :frame_label_annotations, as: 'frameLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
2581
+
2582
+ property :input_uri, as: 'inputUri'
2583
+ collection :logo_recognition_annotations, as: 'logoRecognitionAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation::Representation
2584
+
2585
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation::Representation
2586
+
2587
+ collection :person_detection_annotations, as: 'personDetectionAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation::Representation
2588
+
2589
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2590
+
2591
+ collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
2592
+
2593
+ collection :segment_presence_label_annotations, as: 'segmentPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
2594
+
2595
+ collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2596
+
2597
+ collection :shot_label_annotations, as: 'shotLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
2598
+
2599
+ collection :shot_presence_label_annotations, as: 'shotPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
2600
+
2601
+ collection :speech_transcriptions, as: 'speechTranscriptions', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1SpeechTranscription, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1SpeechTranscription::Representation
2602
+
2603
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1TextAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1TextAnnotation::Representation
2604
+
2605
+ end
2606
+ end
2607
+
2608
+ class GoogleCloudVideointelligenceV1p2beta1VideoSegment
2609
+ # @private
2610
+ class Representation < Google::Apis::Core::JsonRepresentation
2611
+ property :end_time_offset, as: 'endTimeOffset'
2612
+ property :start_time_offset, as: 'startTimeOffset'
2613
+ end
2614
+ end
2615
+
2616
+ class GoogleCloudVideointelligenceV1p2beta1WordInfo
2617
+ # @private
2618
+ class Representation < Google::Apis::Core::JsonRepresentation
2619
+ property :confidence, as: 'confidence'
2620
+ property :end_time, as: 'endTime'
2621
+ property :speaker_tag, as: 'speakerTag'
2622
+ property :start_time, as: 'startTime'
2623
+ property :word, as: 'word'
2624
+ end
2625
+ end
2626
+
2627
+ class GoogleCloudVideointelligenceV1p3beta1AnnotateVideoProgress
2628
+ # @private
2629
+ class Representation < Google::Apis::Core::JsonRepresentation
2630
+ collection :annotation_progress, as: 'annotationProgress', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress::Representation
2631
+
2632
+ end
2633
+ end
2634
+
2635
+ class GoogleCloudVideointelligenceV1p3beta1AnnotateVideoResponse
2636
+ # @private
2637
+ class Representation < Google::Apis::Core::JsonRepresentation
2638
+ collection :annotation_results, as: 'annotationResults', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults::Representation
2639
+
2640
+ end
2641
+ end
2642
+
2643
+ class GoogleCloudVideointelligenceV1p3beta1Celebrity
2644
+ # @private
2645
+ class Representation < Google::Apis::Core::JsonRepresentation
2646
+ property :description, as: 'description'
2647
+ property :display_name, as: 'displayName'
2648
+ property :name, as: 'name'
2649
+ end
2650
+ end
2651
+
2652
+ class GoogleCloudVideointelligenceV1p3beta1CelebrityRecognitionAnnotation
2653
+ # @private
2654
+ class Representation < Google::Apis::Core::JsonRepresentation
2655
+ collection :celebrity_tracks, as: 'celebrityTracks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1CelebrityTrack, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1CelebrityTrack::Representation
2656
+
2657
+ property :version, as: 'version'
2658
+ end
2659
+ end
2660
+
2661
+ class GoogleCloudVideointelligenceV1p3beta1CelebrityTrack
2662
+ # @private
2663
+ class Representation < Google::Apis::Core::JsonRepresentation
2664
+ collection :celebrities, as: 'celebrities', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1RecognizedCelebrity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1RecognizedCelebrity::Representation
2665
+
2666
+ property :face_track, as: 'faceTrack', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1Track, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1Track::Representation
2667
+
2668
+ end
2669
+ end
2670
+
2671
+ class GoogleCloudVideointelligenceV1p3beta1DetectedAttribute
2672
+ # @private
2673
+ class Representation < Google::Apis::Core::JsonRepresentation
2674
+ property :confidence, as: 'confidence'
2675
+ property :name, as: 'name'
2676
+ property :value, as: 'value'
2677
+ end
2678
+ end
2679
+
2680
+ class GoogleCloudVideointelligenceV1p3beta1DetectedLandmark
2681
+ # @private
2682
+ class Representation < Google::Apis::Core::JsonRepresentation
2683
+ property :confidence, as: 'confidence'
2684
+ property :name, as: 'name'
2685
+ property :point, as: 'point', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1NormalizedVertex::Representation
2686
+
2687
+ end
2688
+ end
2689
+
2690
+ class GoogleCloudVideointelligenceV1p3beta1Entity
2691
+ # @private
2692
+ class Representation < Google::Apis::Core::JsonRepresentation
2693
+ property :description, as: 'description'
2694
+ property :entity_id, as: 'entityId'
2695
+ property :language_code, as: 'languageCode'
2696
+ end
2697
+ end
2698
+
2699
+ class GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation
2700
+ # @private
2701
+ class Representation < Google::Apis::Core::JsonRepresentation
2702
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame::Representation
2703
+
2704
+ property :version, as: 'version'
2705
+ end
2706
+ end
2707
+
2708
+ class GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame
2709
+ # @private
2710
+ class Representation < Google::Apis::Core::JsonRepresentation
2711
+ property :pornography_likelihood, as: 'pornographyLikelihood'
2712
+ property :time_offset, as: 'timeOffset'
2713
+ end
2714
+ end
2715
+
2716
+ class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
2717
+ # @private
2718
+ class Representation < Google::Apis::Core::JsonRepresentation
2719
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1FaceFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1FaceFrame::Representation
2720
+
2721
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1FaceSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1FaceSegment::Representation
2722
+
2723
+ property :thumbnail, :base64 => true, as: 'thumbnail'
2724
+ end
2725
+ end
2726
+
2727
+ class GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation
2728
+ # @private
2729
+ class Representation < Google::Apis::Core::JsonRepresentation
2730
+ property :thumbnail, :base64 => true, as: 'thumbnail'
2731
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1Track, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1Track::Representation
2732
+
2733
+ property :version, as: 'version'
2734
+ end
2735
+ end
2736
+
2737
+ class GoogleCloudVideointelligenceV1p3beta1FaceFrame
2738
+ # @private
2739
+ class Representation < Google::Apis::Core::JsonRepresentation
2740
+ collection :normalized_bounding_boxes, as: 'normalizedBoundingBoxes', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox::Representation
2741
+
2742
+ property :time_offset, as: 'timeOffset'
2743
+ end
2744
+ end
2745
+
2746
+ class GoogleCloudVideointelligenceV1p3beta1FaceSegment
2747
+ # @private
2748
+ class Representation < Google::Apis::Core::JsonRepresentation
2749
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2750
+
2751
+ end
2752
+ end
2753
+
2754
+ class GoogleCloudVideointelligenceV1p3beta1LabelAnnotation
2755
+ # @private
2756
+ class Representation < Google::Apis::Core::JsonRepresentation
2757
+ collection :category_entities, as: 'categoryEntities', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1Entity::Representation
2758
+
2759
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1Entity::Representation
2760
+
2761
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1LabelFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1LabelFrame::Representation
2762
+
2763
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1LabelSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1LabelSegment::Representation
2764
+
2765
+ property :version, as: 'version'
2766
+ end
2767
+ end
2768
+
2769
+ class GoogleCloudVideointelligenceV1p3beta1LabelFrame
2770
+ # @private
2771
+ class Representation < Google::Apis::Core::JsonRepresentation
2772
+ property :confidence, as: 'confidence'
2773
+ property :time_offset, as: 'timeOffset'
2774
+ end
2775
+ end
2776
+
2777
+ class GoogleCloudVideointelligenceV1p3beta1LabelSegment
2778
+ # @private
2779
+ class Representation < Google::Apis::Core::JsonRepresentation
2780
+ property :confidence, as: 'confidence'
2781
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2782
+
2783
+ end
2784
+ end
2785
+
2786
+ class GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation
2787
+ # @private
2788
+ class Representation < Google::Apis::Core::JsonRepresentation
2789
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1Entity::Representation
2790
+
2791
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2792
+
2793
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1Track, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1Track::Representation
2794
+
2795
+ end
2796
+ end
2797
+
2798
+ class GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox
2799
+ # @private
2800
+ class Representation < Google::Apis::Core::JsonRepresentation
2801
+ property :bottom, as: 'bottom'
2802
+ property :left, as: 'left'
2803
+ property :right, as: 'right'
2804
+ property :top, as: 'top'
2805
+ end
2806
+ end
2807
+
2808
+ class GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly
2809
+ # @private
2810
+ class Representation < Google::Apis::Core::JsonRepresentation
2811
+ collection :vertices, as: 'vertices', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1NormalizedVertex::Representation
2812
+
2813
+ end
2814
+ end
2815
+
2816
+ class GoogleCloudVideointelligenceV1p3beta1NormalizedVertex
2817
+ # @private
2818
+ class Representation < Google::Apis::Core::JsonRepresentation
2819
+ property :x, as: 'x'
2820
+ property :y, as: 'y'
2821
+ end
2822
+ end
2823
+
2824
+ class GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation
2825
+ # @private
2826
+ class Representation < Google::Apis::Core::JsonRepresentation
2827
+ property :confidence, as: 'confidence'
2828
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1Entity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1Entity::Representation
2829
+
2830
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame::Representation
2831
+
2832
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2833
+
2834
+ property :track_id, :numeric_string => true, as: 'trackId'
2835
+ property :version, as: 'version'
2836
+ end
2837
+ end
2838
+
2839
+ class GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame
2840
+ # @private
2841
+ class Representation < Google::Apis::Core::JsonRepresentation
2842
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox::Representation
2843
+
2844
+ property :time_offset, as: 'timeOffset'
2845
+ end
2846
+ end
2847
+
2848
+ class GoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation
2849
+ # @private
2850
+ class Representation < Google::Apis::Core::JsonRepresentation
2851
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1Track, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1Track::Representation
2852
+
2853
+ property :version, as: 'version'
2854
+ end
2855
+ end
2856
+
2857
+ class GoogleCloudVideointelligenceV1p3beta1RecognizedCelebrity
2858
+ # @private
2859
+ class Representation < Google::Apis::Core::JsonRepresentation
2860
+ property :celebrity, as: 'celebrity', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1Celebrity, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1Celebrity::Representation
2861
+
2862
+ property :confidence, as: 'confidence'
2863
+ end
2864
+ end
2865
+
2866
+ class GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative
2867
+ # @private
2868
+ class Representation < Google::Apis::Core::JsonRepresentation
2869
+ property :confidence, as: 'confidence'
2870
+ property :transcript, as: 'transcript'
2871
+ collection :words, as: 'words', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1WordInfo, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1WordInfo::Representation
2872
+
2873
+ end
2874
+ end
2875
+
2876
+ class GoogleCloudVideointelligenceV1p3beta1SpeechTranscription
2877
+ # @private
2878
+ class Representation < Google::Apis::Core::JsonRepresentation
2879
+ collection :alternatives, as: 'alternatives', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative::Representation
2880
+
2881
+ property :language_code, as: 'languageCode'
2882
+ end
2883
+ end
2884
+
2885
+ class GoogleCloudVideointelligenceV1p3beta1StreamingAnnotateVideoResponse
2886
+ # @private
2887
+ class Representation < Google::Apis::Core::JsonRepresentation
2888
+ property :annotation_results, as: 'annotationResults', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults::Representation
2889
+
2890
+ property :annotation_results_uri, as: 'annotationResultsUri'
2891
+ property :error, as: 'error', class: Google::Apis::VideointelligenceV1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1::GoogleRpcStatus::Representation
2892
+
2893
+ end
2894
+ end
2895
+
2896
+ class GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults
2897
+ # @private
2898
+ class Representation < Google::Apis::Core::JsonRepresentation
2899
+ property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation::Representation
2900
+
2901
+ property :frame_timestamp, as: 'frameTimestamp'
2902
+ collection :label_annotations, as: 'labelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
2903
+
2904
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation::Representation
2905
+
2906
+ collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2907
+
2908
+ end
2909
+ end
2910
+
2911
+ class GoogleCloudVideointelligenceV1p3beta1TextAnnotation
2912
+ # @private
2913
+ class Representation < Google::Apis::Core::JsonRepresentation
2914
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1TextSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1TextSegment::Representation
2915
+
2916
+ property :text, as: 'text'
2917
+ property :version, as: 'version'
2918
+ end
2919
+ end
2920
+
2921
+ class GoogleCloudVideointelligenceV1p3beta1TextFrame
2922
+ # @private
2923
+ class Representation < Google::Apis::Core::JsonRepresentation
2924
+ property :rotated_bounding_box, as: 'rotatedBoundingBox', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly::Representation
2925
+
2926
+ property :time_offset, as: 'timeOffset'
2927
+ end
2928
+ end
2929
+
2930
+ class GoogleCloudVideointelligenceV1p3beta1TextSegment
2931
+ # @private
2932
+ class Representation < Google::Apis::Core::JsonRepresentation
2933
+ property :confidence, as: 'confidence'
2934
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1TextFrame, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1TextFrame::Representation
2935
+
2936
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2937
+
2938
+ end
2939
+ end
2940
+
2941
+ class GoogleCloudVideointelligenceV1p3beta1TimestampedObject
2942
+ # @private
2943
+ class Representation < Google::Apis::Core::JsonRepresentation
2944
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1DetectedAttribute::Representation
2945
+
2946
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1DetectedLandmark, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1DetectedLandmark::Representation
2947
+
2948
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox::Representation
2949
+
2950
+ property :time_offset, as: 'timeOffset'
2951
+ end
2952
+ end
2953
+
2954
+ class GoogleCloudVideointelligenceV1p3beta1Track
2955
+ # @private
2956
+ class Representation < Google::Apis::Core::JsonRepresentation
2957
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1DetectedAttribute::Representation
2958
+
2959
+ property :confidence, as: 'confidence'
2960
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2961
+
2962
+ collection :timestamped_objects, as: 'timestampedObjects', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1TimestampedObject, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1TimestampedObject::Representation
2963
+
2964
+ end
2965
+ end
2966
+
2967
+ class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress
2968
+ # @private
2969
+ class Representation < Google::Apis::Core::JsonRepresentation
2970
+ property :feature, as: 'feature'
2971
+ property :input_uri, as: 'inputUri'
2972
+ property :progress_percent, as: 'progressPercent'
2973
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2974
+
2975
+ property :start_time, as: 'startTime'
2976
+ property :update_time, as: 'updateTime'
2977
+ end
2978
+ end
2979
+
2980
+ class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults
2981
+ # @private
2982
+ class Representation < Google::Apis::Core::JsonRepresentation
2983
+ property :celebrity_recognition_annotations, as: 'celebrityRecognitionAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1CelebrityRecognitionAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1CelebrityRecognitionAnnotation::Representation
2984
+
2985
+ property :error, as: 'error', class: Google::Apis::VideointelligenceV1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1::GoogleRpcStatus::Representation
2986
+
2987
+ property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation::Representation
2988
+
2989
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1FaceAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1FaceAnnotation::Representation
2990
+
2991
+ collection :face_detection_annotations, as: 'faceDetectionAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation::Representation
2992
+
2993
+ collection :frame_label_annotations, as: 'frameLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
2994
+
2995
+ property :input_uri, as: 'inputUri'
2996
+ collection :logo_recognition_annotations, as: 'logoRecognitionAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation::Representation
2997
+
2998
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation::Representation
2999
+
3000
+ collection :person_detection_annotations, as: 'personDetectionAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation::Representation
3001
+
3002
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
3003
+
3004
+ collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
3005
+
3006
+ collection :segment_presence_label_annotations, as: 'segmentPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
3007
+
3008
+ collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
3009
+
3010
+ collection :shot_label_annotations, as: 'shotLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
3011
+
3012
+ collection :shot_presence_label_annotations, as: 'shotPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
3013
+
3014
+ collection :speech_transcriptions, as: 'speechTranscriptions', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1SpeechTranscription, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1SpeechTranscription::Representation
3015
+
3016
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1TextAnnotation, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1TextAnnotation::Representation
3017
+
3018
+ end
3019
+ end
3020
+
3021
+ class GoogleCloudVideointelligenceV1p3beta1VideoSegment
3022
+ # @private
3023
+ class Representation < Google::Apis::Core::JsonRepresentation
3024
+ property :end_time_offset, as: 'endTimeOffset'
3025
+ property :start_time_offset, as: 'startTimeOffset'
3026
+ end
3027
+ end
3028
+
3029
+ class GoogleCloudVideointelligenceV1p3beta1WordInfo
3030
+ # @private
3031
+ class Representation < Google::Apis::Core::JsonRepresentation
3032
+ property :confidence, as: 'confidence'
3033
+ property :end_time, as: 'endTime'
3034
+ property :speaker_tag, as: 'speakerTag'
3035
+ property :start_time, as: 'startTime'
3036
+ property :word, as: 'word'
3037
+ end
3038
+ end
3039
+
3040
+ class GoogleLongrunningCancelOperationRequest
3041
+ # @private
3042
+ class Representation < Google::Apis::Core::JsonRepresentation
3043
+ end
3044
+ end
3045
+
3046
+ class GoogleLongrunningListOperationsResponse
3047
+ # @private
3048
+ class Representation < Google::Apis::Core::JsonRepresentation
3049
+ property :next_page_token, as: 'nextPageToken'
3050
+ collection :operations, as: 'operations', class: Google::Apis::VideointelligenceV1::GoogleLongrunningOperation, decorator: Google::Apis::VideointelligenceV1::GoogleLongrunningOperation::Representation
3051
+
3052
+ end
3053
+ end
3054
+
3055
+ class GoogleLongrunningOperation
3056
+ # @private
3057
+ class Representation < Google::Apis::Core::JsonRepresentation
3058
+ property :done, as: 'done'
3059
+ property :error, as: 'error', class: Google::Apis::VideointelligenceV1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1::GoogleRpcStatus::Representation
3060
+
3061
+ hash :metadata, as: 'metadata'
3062
+ property :name, as: 'name'
3063
+ hash :response, as: 'response'
3064
+ end
3065
+ end
3066
+
3067
+ class GoogleProtobufEmpty
3068
+ # @private
3069
+ class Representation < Google::Apis::Core::JsonRepresentation
3070
+ end
3071
+ end
3072
+
3073
+ class GoogleRpcStatus
3074
+ # @private
3075
+ class Representation < Google::Apis::Core::JsonRepresentation
3076
+ property :code, as: 'code'
3077
+ collection :details, as: 'details'
3078
+ property :message, as: 'message'
3079
+ end
3080
+ end
3081
+ end
3082
+ end
3083
+ end