google-apis-videointelligence_v1beta2 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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 VideointelligenceV1beta2
18
+ # Version of the google-apis-videointelligence_v1beta2 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,3044 @@
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 VideointelligenceV1beta2
24
+
25
+ class GoogleCloudVideointelligenceV1AnnotateVideoProgress
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class GoogleCloudVideointelligenceV1AnnotateVideoResponse
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class GoogleCloudVideointelligenceV1DetectedAttribute
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class GoogleCloudVideointelligenceV1DetectedLandmark
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class GoogleCloudVideointelligenceV1Entity
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class GoogleCloudVideointelligenceV1ExplicitContentAnnotation
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class GoogleCloudVideointelligenceV1ExplicitContentFrame
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class GoogleCloudVideointelligenceV1FaceAnnotation
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class GoogleCloudVideointelligenceV1FaceDetectionAnnotation
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class GoogleCloudVideointelligenceV1FaceFrame
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class GoogleCloudVideointelligenceV1FaceSegment
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class GoogleCloudVideointelligenceV1LabelAnnotation
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class GoogleCloudVideointelligenceV1LabelFrame
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class GoogleCloudVideointelligenceV1LabelSegment
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class GoogleCloudVideointelligenceV1LogoRecognitionAnnotation
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class GoogleCloudVideointelligenceV1NormalizedBoundingBox
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class GoogleCloudVideointelligenceV1NormalizedBoundingPoly
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class GoogleCloudVideointelligenceV1NormalizedVertex
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class GoogleCloudVideointelligenceV1ObjectTrackingAnnotation
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class GoogleCloudVideointelligenceV1ObjectTrackingFrame
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class GoogleCloudVideointelligenceV1PersonDetectionAnnotation
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class GoogleCloudVideointelligenceV1SpeechRecognitionAlternative
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class GoogleCloudVideointelligenceV1SpeechTranscription
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class GoogleCloudVideointelligenceV1TextAnnotation
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class GoogleCloudVideointelligenceV1TextFrame
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class GoogleCloudVideointelligenceV1TextSegment
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class GoogleCloudVideointelligenceV1TimestampedObject
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class GoogleCloudVideointelligenceV1Track
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class GoogleCloudVideointelligenceV1VideoAnnotationProgress
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class GoogleCloudVideointelligenceV1VideoAnnotationResults
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class GoogleCloudVideointelligenceV1VideoSegment
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class GoogleCloudVideointelligenceV1WordInfo
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class GoogleCloudVideointelligenceV1beta2AnnotateVideoProgress
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class GoogleCloudVideointelligenceV1beta2AnnotateVideoRequest
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class GoogleCloudVideointelligenceV1beta2DetectedAttribute
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class GoogleCloudVideointelligenceV1beta2DetectedLandmark
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class GoogleCloudVideointelligenceV1beta2Entity
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class GoogleCloudVideointelligenceV1beta2ExplicitContentDetectionConfig
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class GoogleCloudVideointelligenceV1beta2ExplicitContentFrame
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class GoogleCloudVideointelligenceV1beta2FaceAnnotation
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class GoogleCloudVideointelligenceV1beta2FaceDetectionConfig
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class GoogleCloudVideointelligenceV1beta2FaceFrame
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class GoogleCloudVideointelligenceV1beta2FaceSegment
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class GoogleCloudVideointelligenceV1beta2LabelAnnotation
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class GoogleCloudVideointelligenceV1beta2LabelDetectionConfig
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class GoogleCloudVideointelligenceV1beta2LabelFrame
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class GoogleCloudVideointelligenceV1beta2LabelSegment
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class GoogleCloudVideointelligenceV1beta2NormalizedVertex
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class GoogleCloudVideointelligenceV1beta2ObjectTrackingConfig
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class GoogleCloudVideointelligenceV1beta2PersonDetectionAnnotation
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class GoogleCloudVideointelligenceV1beta2PersonDetectionConfig
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class GoogleCloudVideointelligenceV1beta2ShotChangeDetectionConfig
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class GoogleCloudVideointelligenceV1beta2SpeechContext
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class GoogleCloudVideointelligenceV1beta2SpeechTranscription
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class GoogleCloudVideointelligenceV1beta2SpeechTranscriptionConfig
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class GoogleCloudVideointelligenceV1beta2TextAnnotation
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class GoogleCloudVideointelligenceV1beta2TextDetectionConfig
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class GoogleCloudVideointelligenceV1beta2TextFrame
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class GoogleCloudVideointelligenceV1beta2TextSegment
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class GoogleCloudVideointelligenceV1beta2TimestampedObject
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class GoogleCloudVideointelligenceV1beta2Track
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class GoogleCloudVideointelligenceV1beta2VideoAnnotationResults
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class GoogleCloudVideointelligenceV1beta2VideoContext
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 GoogleLongrunningOperation
1088
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1089
+
1090
+ include Google::Apis::Core::JsonObjectSupport
1091
+ end
1092
+
1093
+ class GoogleRpcStatus
1094
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1095
+
1096
+ include Google::Apis::Core::JsonObjectSupport
1097
+ end
1098
+
1099
+ class GoogleCloudVideointelligenceV1AnnotateVideoProgress
1100
+ # @private
1101
+ class Representation < Google::Apis::Core::JsonRepresentation
1102
+ collection :annotation_progress, as: 'annotationProgress', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoAnnotationProgress, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoAnnotationProgress::Representation
1103
+
1104
+ end
1105
+ end
1106
+
1107
+ class GoogleCloudVideointelligenceV1AnnotateVideoResponse
1108
+ # @private
1109
+ class Representation < Google::Apis::Core::JsonRepresentation
1110
+ collection :annotation_results, as: 'annotationResults', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoAnnotationResults::Representation
1111
+
1112
+ end
1113
+ end
1114
+
1115
+ class GoogleCloudVideointelligenceV1DetectedAttribute
1116
+ # @private
1117
+ class Representation < Google::Apis::Core::JsonRepresentation
1118
+ property :confidence, as: 'confidence'
1119
+ property :name, as: 'name'
1120
+ property :value, as: 'value'
1121
+ end
1122
+ end
1123
+
1124
+ class GoogleCloudVideointelligenceV1DetectedLandmark
1125
+ # @private
1126
+ class Representation < Google::Apis::Core::JsonRepresentation
1127
+ property :confidence, as: 'confidence'
1128
+ property :name, as: 'name'
1129
+ property :point, as: 'point', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1NormalizedVertex::Representation
1130
+
1131
+ end
1132
+ end
1133
+
1134
+ class GoogleCloudVideointelligenceV1Entity
1135
+ # @private
1136
+ class Representation < Google::Apis::Core::JsonRepresentation
1137
+ property :description, as: 'description'
1138
+ property :entity_id, as: 'entityId'
1139
+ property :language_code, as: 'languageCode'
1140
+ end
1141
+ end
1142
+
1143
+ class GoogleCloudVideointelligenceV1ExplicitContentAnnotation
1144
+ # @private
1145
+ class Representation < Google::Apis::Core::JsonRepresentation
1146
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1ExplicitContentFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1ExplicitContentFrame::Representation
1147
+
1148
+ property :version, as: 'version'
1149
+ end
1150
+ end
1151
+
1152
+ class GoogleCloudVideointelligenceV1ExplicitContentFrame
1153
+ # @private
1154
+ class Representation < Google::Apis::Core::JsonRepresentation
1155
+ property :pornography_likelihood, as: 'pornographyLikelihood'
1156
+ property :time_offset, as: 'timeOffset'
1157
+ end
1158
+ end
1159
+
1160
+ class GoogleCloudVideointelligenceV1FaceAnnotation
1161
+ # @private
1162
+ class Representation < Google::Apis::Core::JsonRepresentation
1163
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1FaceFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1FaceFrame::Representation
1164
+
1165
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1FaceSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1FaceSegment::Representation
1166
+
1167
+ property :thumbnail, :base64 => true, as: 'thumbnail'
1168
+ end
1169
+ end
1170
+
1171
+ class GoogleCloudVideointelligenceV1FaceDetectionAnnotation
1172
+ # @private
1173
+ class Representation < Google::Apis::Core::JsonRepresentation
1174
+ property :thumbnail, :base64 => true, as: 'thumbnail'
1175
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1Track, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1Track::Representation
1176
+
1177
+ property :version, as: 'version'
1178
+ end
1179
+ end
1180
+
1181
+ class GoogleCloudVideointelligenceV1FaceFrame
1182
+ # @private
1183
+ class Representation < Google::Apis::Core::JsonRepresentation
1184
+ collection :normalized_bounding_boxes, as: 'normalizedBoundingBoxes', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1NormalizedBoundingBox::Representation
1185
+
1186
+ property :time_offset, as: 'timeOffset'
1187
+ end
1188
+ end
1189
+
1190
+ class GoogleCloudVideointelligenceV1FaceSegment
1191
+ # @private
1192
+ class Representation < Google::Apis::Core::JsonRepresentation
1193
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoSegment::Representation
1194
+
1195
+ end
1196
+ end
1197
+
1198
+ class GoogleCloudVideointelligenceV1LabelAnnotation
1199
+ # @private
1200
+ class Representation < Google::Apis::Core::JsonRepresentation
1201
+ collection :category_entities, as: 'categoryEntities', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1Entity::Representation
1202
+
1203
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1Entity::Representation
1204
+
1205
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1LabelFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1LabelFrame::Representation
1206
+
1207
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1LabelSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1LabelSegment::Representation
1208
+
1209
+ property :version, as: 'version'
1210
+ end
1211
+ end
1212
+
1213
+ class GoogleCloudVideointelligenceV1LabelFrame
1214
+ # @private
1215
+ class Representation < Google::Apis::Core::JsonRepresentation
1216
+ property :confidence, as: 'confidence'
1217
+ property :time_offset, as: 'timeOffset'
1218
+ end
1219
+ end
1220
+
1221
+ class GoogleCloudVideointelligenceV1LabelSegment
1222
+ # @private
1223
+ class Representation < Google::Apis::Core::JsonRepresentation
1224
+ property :confidence, as: 'confidence'
1225
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoSegment::Representation
1226
+
1227
+ end
1228
+ end
1229
+
1230
+ class GoogleCloudVideointelligenceV1LogoRecognitionAnnotation
1231
+ # @private
1232
+ class Representation < Google::Apis::Core::JsonRepresentation
1233
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1Entity::Representation
1234
+
1235
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoSegment::Representation
1236
+
1237
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1Track, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1Track::Representation
1238
+
1239
+ end
1240
+ end
1241
+
1242
+ class GoogleCloudVideointelligenceV1NormalizedBoundingBox
1243
+ # @private
1244
+ class Representation < Google::Apis::Core::JsonRepresentation
1245
+ property :bottom, as: 'bottom'
1246
+ property :left, as: 'left'
1247
+ property :right, as: 'right'
1248
+ property :top, as: 'top'
1249
+ end
1250
+ end
1251
+
1252
+ class GoogleCloudVideointelligenceV1NormalizedBoundingPoly
1253
+ # @private
1254
+ class Representation < Google::Apis::Core::JsonRepresentation
1255
+ collection :vertices, as: 'vertices', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1NormalizedVertex::Representation
1256
+
1257
+ end
1258
+ end
1259
+
1260
+ class GoogleCloudVideointelligenceV1NormalizedVertex
1261
+ # @private
1262
+ class Representation < Google::Apis::Core::JsonRepresentation
1263
+ property :x, as: 'x'
1264
+ property :y, as: 'y'
1265
+ end
1266
+ end
1267
+
1268
+ class GoogleCloudVideointelligenceV1ObjectTrackingAnnotation
1269
+ # @private
1270
+ class Representation < Google::Apis::Core::JsonRepresentation
1271
+ property :confidence, as: 'confidence'
1272
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1Entity::Representation
1273
+
1274
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1ObjectTrackingFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1ObjectTrackingFrame::Representation
1275
+
1276
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoSegment::Representation
1277
+
1278
+ property :track_id, :numeric_string => true, as: 'trackId'
1279
+ property :version, as: 'version'
1280
+ end
1281
+ end
1282
+
1283
+ class GoogleCloudVideointelligenceV1ObjectTrackingFrame
1284
+ # @private
1285
+ class Representation < Google::Apis::Core::JsonRepresentation
1286
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1NormalizedBoundingBox::Representation
1287
+
1288
+ property :time_offset, as: 'timeOffset'
1289
+ end
1290
+ end
1291
+
1292
+ class GoogleCloudVideointelligenceV1PersonDetectionAnnotation
1293
+ # @private
1294
+ class Representation < Google::Apis::Core::JsonRepresentation
1295
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1Track, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1Track::Representation
1296
+
1297
+ property :version, as: 'version'
1298
+ end
1299
+ end
1300
+
1301
+ class GoogleCloudVideointelligenceV1SpeechRecognitionAlternative
1302
+ # @private
1303
+ class Representation < Google::Apis::Core::JsonRepresentation
1304
+ property :confidence, as: 'confidence'
1305
+ property :transcript, as: 'transcript'
1306
+ collection :words, as: 'words', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1WordInfo, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1WordInfo::Representation
1307
+
1308
+ end
1309
+ end
1310
+
1311
+ class GoogleCloudVideointelligenceV1SpeechTranscription
1312
+ # @private
1313
+ class Representation < Google::Apis::Core::JsonRepresentation
1314
+ collection :alternatives, as: 'alternatives', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1SpeechRecognitionAlternative, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1SpeechRecognitionAlternative::Representation
1315
+
1316
+ property :language_code, as: 'languageCode'
1317
+ end
1318
+ end
1319
+
1320
+ class GoogleCloudVideointelligenceV1TextAnnotation
1321
+ # @private
1322
+ class Representation < Google::Apis::Core::JsonRepresentation
1323
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1TextSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1TextSegment::Representation
1324
+
1325
+ property :text, as: 'text'
1326
+ property :version, as: 'version'
1327
+ end
1328
+ end
1329
+
1330
+ class GoogleCloudVideointelligenceV1TextFrame
1331
+ # @private
1332
+ class Representation < Google::Apis::Core::JsonRepresentation
1333
+ property :rotated_bounding_box, as: 'rotatedBoundingBox', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1NormalizedBoundingPoly, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1NormalizedBoundingPoly::Representation
1334
+
1335
+ property :time_offset, as: 'timeOffset'
1336
+ end
1337
+ end
1338
+
1339
+ class GoogleCloudVideointelligenceV1TextSegment
1340
+ # @private
1341
+ class Representation < Google::Apis::Core::JsonRepresentation
1342
+ property :confidence, as: 'confidence'
1343
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1TextFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1TextFrame::Representation
1344
+
1345
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoSegment::Representation
1346
+
1347
+ end
1348
+ end
1349
+
1350
+ class GoogleCloudVideointelligenceV1TimestampedObject
1351
+ # @private
1352
+ class Representation < Google::Apis::Core::JsonRepresentation
1353
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1DetectedAttribute::Representation
1354
+
1355
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1DetectedLandmark, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1DetectedLandmark::Representation
1356
+
1357
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1NormalizedBoundingBox::Representation
1358
+
1359
+ property :time_offset, as: 'timeOffset'
1360
+ end
1361
+ end
1362
+
1363
+ class GoogleCloudVideointelligenceV1Track
1364
+ # @private
1365
+ class Representation < Google::Apis::Core::JsonRepresentation
1366
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1DetectedAttribute::Representation
1367
+
1368
+ property :confidence, as: 'confidence'
1369
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoSegment::Representation
1370
+
1371
+ collection :timestamped_objects, as: 'timestampedObjects', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1TimestampedObject, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1TimestampedObject::Representation
1372
+
1373
+ end
1374
+ end
1375
+
1376
+ class GoogleCloudVideointelligenceV1VideoAnnotationProgress
1377
+ # @private
1378
+ class Representation < Google::Apis::Core::JsonRepresentation
1379
+ property :feature, as: 'feature'
1380
+ property :input_uri, as: 'inputUri'
1381
+ property :progress_percent, as: 'progressPercent'
1382
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoSegment::Representation
1383
+
1384
+ property :start_time, as: 'startTime'
1385
+ property :update_time, as: 'updateTime'
1386
+ end
1387
+ end
1388
+
1389
+ class GoogleCloudVideointelligenceV1VideoAnnotationResults
1390
+ # @private
1391
+ class Representation < Google::Apis::Core::JsonRepresentation
1392
+ property :error, as: 'error', class: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus::Representation
1393
+
1394
+ property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1ExplicitContentAnnotation::Representation
1395
+
1396
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1FaceAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1FaceAnnotation::Representation
1397
+
1398
+ collection :face_detection_annotations, as: 'faceDetectionAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1FaceDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1FaceDetectionAnnotation::Representation
1399
+
1400
+ collection :frame_label_annotations, as: 'frameLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
1401
+
1402
+ property :input_uri, as: 'inputUri'
1403
+ collection :logo_recognition_annotations, as: 'logoRecognitionAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1LogoRecognitionAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1LogoRecognitionAnnotation::Representation
1404
+
1405
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1ObjectTrackingAnnotation::Representation
1406
+
1407
+ collection :person_detection_annotations, as: 'personDetectionAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1PersonDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1PersonDetectionAnnotation::Representation
1408
+
1409
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoSegment::Representation
1410
+
1411
+ collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
1412
+
1413
+ collection :segment_presence_label_annotations, as: 'segmentPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
1414
+
1415
+ collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoSegment::Representation
1416
+
1417
+ collection :shot_label_annotations, as: 'shotLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
1418
+
1419
+ collection :shot_presence_label_annotations, as: 'shotPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
1420
+
1421
+ collection :speech_transcriptions, as: 'speechTranscriptions', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1SpeechTranscription, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1SpeechTranscription::Representation
1422
+
1423
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1TextAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1TextAnnotation::Representation
1424
+
1425
+ end
1426
+ end
1427
+
1428
+ class GoogleCloudVideointelligenceV1VideoSegment
1429
+ # @private
1430
+ class Representation < Google::Apis::Core::JsonRepresentation
1431
+ property :end_time_offset, as: 'endTimeOffset'
1432
+ property :start_time_offset, as: 'startTimeOffset'
1433
+ end
1434
+ end
1435
+
1436
+ class GoogleCloudVideointelligenceV1WordInfo
1437
+ # @private
1438
+ class Representation < Google::Apis::Core::JsonRepresentation
1439
+ property :confidence, as: 'confidence'
1440
+ property :end_time, as: 'endTime'
1441
+ property :speaker_tag, as: 'speakerTag'
1442
+ property :start_time, as: 'startTime'
1443
+ property :word, as: 'word'
1444
+ end
1445
+ end
1446
+
1447
+ class GoogleCloudVideointelligenceV1beta2AnnotateVideoProgress
1448
+ # @private
1449
+ class Representation < Google::Apis::Core::JsonRepresentation
1450
+ collection :annotation_progress, as: 'annotationProgress', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress::Representation
1451
+
1452
+ end
1453
+ end
1454
+
1455
+ class GoogleCloudVideointelligenceV1beta2AnnotateVideoRequest
1456
+ # @private
1457
+ class Representation < Google::Apis::Core::JsonRepresentation
1458
+ collection :features, as: 'features'
1459
+ property :input_content, :base64 => true, as: 'inputContent'
1460
+ property :input_uri, as: 'inputUri'
1461
+ property :location_id, as: 'locationId'
1462
+ property :output_uri, as: 'outputUri'
1463
+ property :video_context, as: 'videoContext', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoContext, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoContext::Representation
1464
+
1465
+ end
1466
+ end
1467
+
1468
+ class GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse
1469
+ # @private
1470
+ class Representation < Google::Apis::Core::JsonRepresentation
1471
+ collection :annotation_results, as: 'annotationResults', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoAnnotationResults::Representation
1472
+
1473
+ end
1474
+ end
1475
+
1476
+ class GoogleCloudVideointelligenceV1beta2DetectedAttribute
1477
+ # @private
1478
+ class Representation < Google::Apis::Core::JsonRepresentation
1479
+ property :confidence, as: 'confidence'
1480
+ property :name, as: 'name'
1481
+ property :value, as: 'value'
1482
+ end
1483
+ end
1484
+
1485
+ class GoogleCloudVideointelligenceV1beta2DetectedLandmark
1486
+ # @private
1487
+ class Representation < Google::Apis::Core::JsonRepresentation
1488
+ property :confidence, as: 'confidence'
1489
+ property :name, as: 'name'
1490
+ property :point, as: 'point', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2NormalizedVertex, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2NormalizedVertex::Representation
1491
+
1492
+ end
1493
+ end
1494
+
1495
+ class GoogleCloudVideointelligenceV1beta2Entity
1496
+ # @private
1497
+ class Representation < Google::Apis::Core::JsonRepresentation
1498
+ property :description, as: 'description'
1499
+ property :entity_id, as: 'entityId'
1500
+ property :language_code, as: 'languageCode'
1501
+ end
1502
+ end
1503
+
1504
+ class GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation
1505
+ # @private
1506
+ class Representation < Google::Apis::Core::JsonRepresentation
1507
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ExplicitContentFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ExplicitContentFrame::Representation
1508
+
1509
+ property :version, as: 'version'
1510
+ end
1511
+ end
1512
+
1513
+ class GoogleCloudVideointelligenceV1beta2ExplicitContentDetectionConfig
1514
+ # @private
1515
+ class Representation < Google::Apis::Core::JsonRepresentation
1516
+ property :model, as: 'model'
1517
+ end
1518
+ end
1519
+
1520
+ class GoogleCloudVideointelligenceV1beta2ExplicitContentFrame
1521
+ # @private
1522
+ class Representation < Google::Apis::Core::JsonRepresentation
1523
+ property :pornography_likelihood, as: 'pornographyLikelihood'
1524
+ property :time_offset, as: 'timeOffset'
1525
+ end
1526
+ end
1527
+
1528
+ class GoogleCloudVideointelligenceV1beta2FaceAnnotation
1529
+ # @private
1530
+ class Representation < Google::Apis::Core::JsonRepresentation
1531
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2FaceFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2FaceFrame::Representation
1532
+
1533
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2FaceSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2FaceSegment::Representation
1534
+
1535
+ property :thumbnail, :base64 => true, as: 'thumbnail'
1536
+ end
1537
+ end
1538
+
1539
+ class GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation
1540
+ # @private
1541
+ class Representation < Google::Apis::Core::JsonRepresentation
1542
+ property :thumbnail, :base64 => true, as: 'thumbnail'
1543
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2Track, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2Track::Representation
1544
+
1545
+ property :version, as: 'version'
1546
+ end
1547
+ end
1548
+
1549
+ class GoogleCloudVideointelligenceV1beta2FaceDetectionConfig
1550
+ # @private
1551
+ class Representation < Google::Apis::Core::JsonRepresentation
1552
+ property :include_attributes, as: 'includeAttributes'
1553
+ property :include_bounding_boxes, as: 'includeBoundingBoxes'
1554
+ property :model, as: 'model'
1555
+ end
1556
+ end
1557
+
1558
+ class GoogleCloudVideointelligenceV1beta2FaceFrame
1559
+ # @private
1560
+ class Representation < Google::Apis::Core::JsonRepresentation
1561
+ collection :normalized_bounding_boxes, as: 'normalizedBoundingBoxes', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox::Representation
1562
+
1563
+ property :time_offset, as: 'timeOffset'
1564
+ end
1565
+ end
1566
+
1567
+ class GoogleCloudVideointelligenceV1beta2FaceSegment
1568
+ # @private
1569
+ class Representation < Google::Apis::Core::JsonRepresentation
1570
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1571
+
1572
+ end
1573
+ end
1574
+
1575
+ class GoogleCloudVideointelligenceV1beta2LabelAnnotation
1576
+ # @private
1577
+ class Representation < Google::Apis::Core::JsonRepresentation
1578
+ collection :category_entities, as: 'categoryEntities', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2Entity::Representation
1579
+
1580
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2Entity::Representation
1581
+
1582
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelFrame::Representation
1583
+
1584
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelSegment::Representation
1585
+
1586
+ property :version, as: 'version'
1587
+ end
1588
+ end
1589
+
1590
+ class GoogleCloudVideointelligenceV1beta2LabelDetectionConfig
1591
+ # @private
1592
+ class Representation < Google::Apis::Core::JsonRepresentation
1593
+ property :frame_confidence_threshold, as: 'frameConfidenceThreshold'
1594
+ property :label_detection_mode, as: 'labelDetectionMode'
1595
+ property :model, as: 'model'
1596
+ property :stationary_camera, as: 'stationaryCamera'
1597
+ property :video_confidence_threshold, as: 'videoConfidenceThreshold'
1598
+ end
1599
+ end
1600
+
1601
+ class GoogleCloudVideointelligenceV1beta2LabelFrame
1602
+ # @private
1603
+ class Representation < Google::Apis::Core::JsonRepresentation
1604
+ property :confidence, as: 'confidence'
1605
+ property :time_offset, as: 'timeOffset'
1606
+ end
1607
+ end
1608
+
1609
+ class GoogleCloudVideointelligenceV1beta2LabelSegment
1610
+ # @private
1611
+ class Representation < Google::Apis::Core::JsonRepresentation
1612
+ property :confidence, as: 'confidence'
1613
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1614
+
1615
+ end
1616
+ end
1617
+
1618
+ class GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation
1619
+ # @private
1620
+ class Representation < Google::Apis::Core::JsonRepresentation
1621
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2Entity::Representation
1622
+
1623
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1624
+
1625
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2Track, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2Track::Representation
1626
+
1627
+ end
1628
+ end
1629
+
1630
+ class GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox
1631
+ # @private
1632
+ class Representation < Google::Apis::Core::JsonRepresentation
1633
+ property :bottom, as: 'bottom'
1634
+ property :left, as: 'left'
1635
+ property :right, as: 'right'
1636
+ property :top, as: 'top'
1637
+ end
1638
+ end
1639
+
1640
+ class GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly
1641
+ # @private
1642
+ class Representation < Google::Apis::Core::JsonRepresentation
1643
+ collection :vertices, as: 'vertices', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2NormalizedVertex, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2NormalizedVertex::Representation
1644
+
1645
+ end
1646
+ end
1647
+
1648
+ class GoogleCloudVideointelligenceV1beta2NormalizedVertex
1649
+ # @private
1650
+ class Representation < Google::Apis::Core::JsonRepresentation
1651
+ property :x, as: 'x'
1652
+ property :y, as: 'y'
1653
+ end
1654
+ end
1655
+
1656
+ class GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation
1657
+ # @private
1658
+ class Representation < Google::Apis::Core::JsonRepresentation
1659
+ property :confidence, as: 'confidence'
1660
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2Entity::Representation
1661
+
1662
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame::Representation
1663
+
1664
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1665
+
1666
+ property :track_id, :numeric_string => true, as: 'trackId'
1667
+ property :version, as: 'version'
1668
+ end
1669
+ end
1670
+
1671
+ class GoogleCloudVideointelligenceV1beta2ObjectTrackingConfig
1672
+ # @private
1673
+ class Representation < Google::Apis::Core::JsonRepresentation
1674
+ property :model, as: 'model'
1675
+ end
1676
+ end
1677
+
1678
+ class GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame
1679
+ # @private
1680
+ class Representation < Google::Apis::Core::JsonRepresentation
1681
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox::Representation
1682
+
1683
+ property :time_offset, as: 'timeOffset'
1684
+ end
1685
+ end
1686
+
1687
+ class GoogleCloudVideointelligenceV1beta2PersonDetectionAnnotation
1688
+ # @private
1689
+ class Representation < Google::Apis::Core::JsonRepresentation
1690
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2Track, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2Track::Representation
1691
+
1692
+ property :version, as: 'version'
1693
+ end
1694
+ end
1695
+
1696
+ class GoogleCloudVideointelligenceV1beta2PersonDetectionConfig
1697
+ # @private
1698
+ class Representation < Google::Apis::Core::JsonRepresentation
1699
+ property :include_attributes, as: 'includeAttributes'
1700
+ property :include_bounding_boxes, as: 'includeBoundingBoxes'
1701
+ property :include_pose_landmarks, as: 'includePoseLandmarks'
1702
+ end
1703
+ end
1704
+
1705
+ class GoogleCloudVideointelligenceV1beta2ShotChangeDetectionConfig
1706
+ # @private
1707
+ class Representation < Google::Apis::Core::JsonRepresentation
1708
+ property :model, as: 'model'
1709
+ end
1710
+ end
1711
+
1712
+ class GoogleCloudVideointelligenceV1beta2SpeechContext
1713
+ # @private
1714
+ class Representation < Google::Apis::Core::JsonRepresentation
1715
+ collection :phrases, as: 'phrases'
1716
+ end
1717
+ end
1718
+
1719
+ class GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative
1720
+ # @private
1721
+ class Representation < Google::Apis::Core::JsonRepresentation
1722
+ property :confidence, as: 'confidence'
1723
+ property :transcript, as: 'transcript'
1724
+ collection :words, as: 'words', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2WordInfo, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2WordInfo::Representation
1725
+
1726
+ end
1727
+ end
1728
+
1729
+ class GoogleCloudVideointelligenceV1beta2SpeechTranscription
1730
+ # @private
1731
+ class Representation < Google::Apis::Core::JsonRepresentation
1732
+ collection :alternatives, as: 'alternatives', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative::Representation
1733
+
1734
+ property :language_code, as: 'languageCode'
1735
+ end
1736
+ end
1737
+
1738
+ class GoogleCloudVideointelligenceV1beta2SpeechTranscriptionConfig
1739
+ # @private
1740
+ class Representation < Google::Apis::Core::JsonRepresentation
1741
+ collection :audio_tracks, as: 'audioTracks'
1742
+ property :diarization_speaker_count, as: 'diarizationSpeakerCount'
1743
+ property :enable_automatic_punctuation, as: 'enableAutomaticPunctuation'
1744
+ property :enable_speaker_diarization, as: 'enableSpeakerDiarization'
1745
+ property :enable_word_confidence, as: 'enableWordConfidence'
1746
+ property :filter_profanity, as: 'filterProfanity'
1747
+ property :language_code, as: 'languageCode'
1748
+ property :max_alternatives, as: 'maxAlternatives'
1749
+ collection :speech_contexts, as: 'speechContexts', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2SpeechContext, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2SpeechContext::Representation
1750
+
1751
+ end
1752
+ end
1753
+
1754
+ class GoogleCloudVideointelligenceV1beta2TextAnnotation
1755
+ # @private
1756
+ class Representation < Google::Apis::Core::JsonRepresentation
1757
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2TextSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2TextSegment::Representation
1758
+
1759
+ property :text, as: 'text'
1760
+ property :version, as: 'version'
1761
+ end
1762
+ end
1763
+
1764
+ class GoogleCloudVideointelligenceV1beta2TextDetectionConfig
1765
+ # @private
1766
+ class Representation < Google::Apis::Core::JsonRepresentation
1767
+ collection :language_hints, as: 'languageHints'
1768
+ property :model, as: 'model'
1769
+ end
1770
+ end
1771
+
1772
+ class GoogleCloudVideointelligenceV1beta2TextFrame
1773
+ # @private
1774
+ class Representation < Google::Apis::Core::JsonRepresentation
1775
+ property :rotated_bounding_box, as: 'rotatedBoundingBox', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly::Representation
1776
+
1777
+ property :time_offset, as: 'timeOffset'
1778
+ end
1779
+ end
1780
+
1781
+ class GoogleCloudVideointelligenceV1beta2TextSegment
1782
+ # @private
1783
+ class Representation < Google::Apis::Core::JsonRepresentation
1784
+ property :confidence, as: 'confidence'
1785
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2TextFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2TextFrame::Representation
1786
+
1787
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1788
+
1789
+ end
1790
+ end
1791
+
1792
+ class GoogleCloudVideointelligenceV1beta2TimestampedObject
1793
+ # @private
1794
+ class Representation < Google::Apis::Core::JsonRepresentation
1795
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2DetectedAttribute, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2DetectedAttribute::Representation
1796
+
1797
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2DetectedLandmark, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2DetectedLandmark::Representation
1798
+
1799
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox::Representation
1800
+
1801
+ property :time_offset, as: 'timeOffset'
1802
+ end
1803
+ end
1804
+
1805
+ class GoogleCloudVideointelligenceV1beta2Track
1806
+ # @private
1807
+ class Representation < Google::Apis::Core::JsonRepresentation
1808
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2DetectedAttribute, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2DetectedAttribute::Representation
1809
+
1810
+ property :confidence, as: 'confidence'
1811
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1812
+
1813
+ collection :timestamped_objects, as: 'timestampedObjects', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2TimestampedObject, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2TimestampedObject::Representation
1814
+
1815
+ end
1816
+ end
1817
+
1818
+ class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
1819
+ # @private
1820
+ class Representation < Google::Apis::Core::JsonRepresentation
1821
+ property :feature, as: 'feature'
1822
+ property :input_uri, as: 'inputUri'
1823
+ property :progress_percent, as: 'progressPercent'
1824
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1825
+
1826
+ property :start_time, as: 'startTime'
1827
+ property :update_time, as: 'updateTime'
1828
+ end
1829
+ end
1830
+
1831
+ class GoogleCloudVideointelligenceV1beta2VideoAnnotationResults
1832
+ # @private
1833
+ class Representation < Google::Apis::Core::JsonRepresentation
1834
+ property :error, as: 'error', class: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus::Representation
1835
+
1836
+ property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation::Representation
1837
+
1838
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2FaceAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2FaceAnnotation::Representation
1839
+
1840
+ collection :face_detection_annotations, as: 'faceDetectionAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation::Representation
1841
+
1842
+ collection :frame_label_annotations, as: 'frameLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
1843
+
1844
+ property :input_uri, as: 'inputUri'
1845
+ collection :logo_recognition_annotations, as: 'logoRecognitionAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation::Representation
1846
+
1847
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation::Representation
1848
+
1849
+ collection :person_detection_annotations, as: 'personDetectionAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2PersonDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2PersonDetectionAnnotation::Representation
1850
+
1851
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1852
+
1853
+ collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
1854
+
1855
+ collection :segment_presence_label_annotations, as: 'segmentPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
1856
+
1857
+ collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1858
+
1859
+ collection :shot_label_annotations, as: 'shotLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
1860
+
1861
+ collection :shot_presence_label_annotations, as: 'shotPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
1862
+
1863
+ collection :speech_transcriptions, as: 'speechTranscriptions', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2SpeechTranscription, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2SpeechTranscription::Representation
1864
+
1865
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2TextAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2TextAnnotation::Representation
1866
+
1867
+ end
1868
+ end
1869
+
1870
+ class GoogleCloudVideointelligenceV1beta2VideoContext
1871
+ # @private
1872
+ class Representation < Google::Apis::Core::JsonRepresentation
1873
+ property :explicit_content_detection_config, as: 'explicitContentDetectionConfig', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ExplicitContentDetectionConfig, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ExplicitContentDetectionConfig::Representation
1874
+
1875
+ property :face_detection_config, as: 'faceDetectionConfig', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2FaceDetectionConfig, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2FaceDetectionConfig::Representation
1876
+
1877
+ property :label_detection_config, as: 'labelDetectionConfig', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelDetectionConfig, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelDetectionConfig::Representation
1878
+
1879
+ property :object_tracking_config, as: 'objectTrackingConfig', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ObjectTrackingConfig, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ObjectTrackingConfig::Representation
1880
+
1881
+ property :person_detection_config, as: 'personDetectionConfig', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2PersonDetectionConfig, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2PersonDetectionConfig::Representation
1882
+
1883
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1884
+
1885
+ property :shot_change_detection_config, as: 'shotChangeDetectionConfig', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ShotChangeDetectionConfig, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ShotChangeDetectionConfig::Representation
1886
+
1887
+ property :speech_transcription_config, as: 'speechTranscriptionConfig', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2SpeechTranscriptionConfig, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2SpeechTranscriptionConfig::Representation
1888
+
1889
+ property :text_detection_config, as: 'textDetectionConfig', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2TextDetectionConfig, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2TextDetectionConfig::Representation
1890
+
1891
+ end
1892
+ end
1893
+
1894
+ class GoogleCloudVideointelligenceV1beta2VideoSegment
1895
+ # @private
1896
+ class Representation < Google::Apis::Core::JsonRepresentation
1897
+ property :end_time_offset, as: 'endTimeOffset'
1898
+ property :start_time_offset, as: 'startTimeOffset'
1899
+ end
1900
+ end
1901
+
1902
+ class GoogleCloudVideointelligenceV1beta2WordInfo
1903
+ # @private
1904
+ class Representation < Google::Apis::Core::JsonRepresentation
1905
+ property :confidence, as: 'confidence'
1906
+ property :end_time, as: 'endTime'
1907
+ property :speaker_tag, as: 'speakerTag'
1908
+ property :start_time, as: 'startTime'
1909
+ property :word, as: 'word'
1910
+ end
1911
+ end
1912
+
1913
+ class GoogleCloudVideointelligenceV1p1beta1AnnotateVideoProgress
1914
+ # @private
1915
+ class Representation < Google::Apis::Core::JsonRepresentation
1916
+ collection :annotation_progress, as: 'annotationProgress', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress::Representation
1917
+
1918
+ end
1919
+ end
1920
+
1921
+ class GoogleCloudVideointelligenceV1p1beta1AnnotateVideoResponse
1922
+ # @private
1923
+ class Representation < Google::Apis::Core::JsonRepresentation
1924
+ collection :annotation_results, as: 'annotationResults', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults::Representation
1925
+
1926
+ end
1927
+ end
1928
+
1929
+ class GoogleCloudVideointelligenceV1p1beta1DetectedAttribute
1930
+ # @private
1931
+ class Representation < Google::Apis::Core::JsonRepresentation
1932
+ property :confidence, as: 'confidence'
1933
+ property :name, as: 'name'
1934
+ property :value, as: 'value'
1935
+ end
1936
+ end
1937
+
1938
+ class GoogleCloudVideointelligenceV1p1beta1DetectedLandmark
1939
+ # @private
1940
+ class Representation < Google::Apis::Core::JsonRepresentation
1941
+ property :confidence, as: 'confidence'
1942
+ property :name, as: 'name'
1943
+ property :point, as: 'point', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1NormalizedVertex::Representation
1944
+
1945
+ end
1946
+ end
1947
+
1948
+ class GoogleCloudVideointelligenceV1p1beta1Entity
1949
+ # @private
1950
+ class Representation < Google::Apis::Core::JsonRepresentation
1951
+ property :description, as: 'description'
1952
+ property :entity_id, as: 'entityId'
1953
+ property :language_code, as: 'languageCode'
1954
+ end
1955
+ end
1956
+
1957
+ class GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation
1958
+ # @private
1959
+ class Representation < Google::Apis::Core::JsonRepresentation
1960
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame::Representation
1961
+
1962
+ property :version, as: 'version'
1963
+ end
1964
+ end
1965
+
1966
+ class GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame
1967
+ # @private
1968
+ class Representation < Google::Apis::Core::JsonRepresentation
1969
+ property :pornography_likelihood, as: 'pornographyLikelihood'
1970
+ property :time_offset, as: 'timeOffset'
1971
+ end
1972
+ end
1973
+
1974
+ class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
1975
+ # @private
1976
+ class Representation < Google::Apis::Core::JsonRepresentation
1977
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1FaceFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1FaceFrame::Representation
1978
+
1979
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1FaceSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1FaceSegment::Representation
1980
+
1981
+ property :thumbnail, :base64 => true, as: 'thumbnail'
1982
+ end
1983
+ end
1984
+
1985
+ class GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation
1986
+ # @private
1987
+ class Representation < Google::Apis::Core::JsonRepresentation
1988
+ property :thumbnail, :base64 => true, as: 'thumbnail'
1989
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1Track, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1Track::Representation
1990
+
1991
+ property :version, as: 'version'
1992
+ end
1993
+ end
1994
+
1995
+ class GoogleCloudVideointelligenceV1p1beta1FaceFrame
1996
+ # @private
1997
+ class Representation < Google::Apis::Core::JsonRepresentation
1998
+ collection :normalized_bounding_boxes, as: 'normalizedBoundingBoxes', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox::Representation
1999
+
2000
+ property :time_offset, as: 'timeOffset'
2001
+ end
2002
+ end
2003
+
2004
+ class GoogleCloudVideointelligenceV1p1beta1FaceSegment
2005
+ # @private
2006
+ class Representation < Google::Apis::Core::JsonRepresentation
2007
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2008
+
2009
+ end
2010
+ end
2011
+
2012
+ class GoogleCloudVideointelligenceV1p1beta1LabelAnnotation
2013
+ # @private
2014
+ class Representation < Google::Apis::Core::JsonRepresentation
2015
+ collection :category_entities, as: 'categoryEntities', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1Entity::Representation
2016
+
2017
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1Entity::Representation
2018
+
2019
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1LabelFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1LabelFrame::Representation
2020
+
2021
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1LabelSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1LabelSegment::Representation
2022
+
2023
+ property :version, as: 'version'
2024
+ end
2025
+ end
2026
+
2027
+ class GoogleCloudVideointelligenceV1p1beta1LabelFrame
2028
+ # @private
2029
+ class Representation < Google::Apis::Core::JsonRepresentation
2030
+ property :confidence, as: 'confidence'
2031
+ property :time_offset, as: 'timeOffset'
2032
+ end
2033
+ end
2034
+
2035
+ class GoogleCloudVideointelligenceV1p1beta1LabelSegment
2036
+ # @private
2037
+ class Representation < Google::Apis::Core::JsonRepresentation
2038
+ property :confidence, as: 'confidence'
2039
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2040
+
2041
+ end
2042
+ end
2043
+
2044
+ class GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation
2045
+ # @private
2046
+ class Representation < Google::Apis::Core::JsonRepresentation
2047
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1Entity::Representation
2048
+
2049
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2050
+
2051
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1Track, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1Track::Representation
2052
+
2053
+ end
2054
+ end
2055
+
2056
+ class GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox
2057
+ # @private
2058
+ class Representation < Google::Apis::Core::JsonRepresentation
2059
+ property :bottom, as: 'bottom'
2060
+ property :left, as: 'left'
2061
+ property :right, as: 'right'
2062
+ property :top, as: 'top'
2063
+ end
2064
+ end
2065
+
2066
+ class GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly
2067
+ # @private
2068
+ class Representation < Google::Apis::Core::JsonRepresentation
2069
+ collection :vertices, as: 'vertices', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1NormalizedVertex::Representation
2070
+
2071
+ end
2072
+ end
2073
+
2074
+ class GoogleCloudVideointelligenceV1p1beta1NormalizedVertex
2075
+ # @private
2076
+ class Representation < Google::Apis::Core::JsonRepresentation
2077
+ property :x, as: 'x'
2078
+ property :y, as: 'y'
2079
+ end
2080
+ end
2081
+
2082
+ class GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation
2083
+ # @private
2084
+ class Representation < Google::Apis::Core::JsonRepresentation
2085
+ property :confidence, as: 'confidence'
2086
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1Entity::Representation
2087
+
2088
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame::Representation
2089
+
2090
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2091
+
2092
+ property :track_id, :numeric_string => true, as: 'trackId'
2093
+ property :version, as: 'version'
2094
+ end
2095
+ end
2096
+
2097
+ class GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame
2098
+ # @private
2099
+ class Representation < Google::Apis::Core::JsonRepresentation
2100
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox::Representation
2101
+
2102
+ property :time_offset, as: 'timeOffset'
2103
+ end
2104
+ end
2105
+
2106
+ class GoogleCloudVideointelligenceV1p1beta1PersonDetectionAnnotation
2107
+ # @private
2108
+ class Representation < Google::Apis::Core::JsonRepresentation
2109
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1Track, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1Track::Representation
2110
+
2111
+ property :version, as: 'version'
2112
+ end
2113
+ end
2114
+
2115
+ class GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative
2116
+ # @private
2117
+ class Representation < Google::Apis::Core::JsonRepresentation
2118
+ property :confidence, as: 'confidence'
2119
+ property :transcript, as: 'transcript'
2120
+ collection :words, as: 'words', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1WordInfo, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1WordInfo::Representation
2121
+
2122
+ end
2123
+ end
2124
+
2125
+ class GoogleCloudVideointelligenceV1p1beta1SpeechTranscription
2126
+ # @private
2127
+ class Representation < Google::Apis::Core::JsonRepresentation
2128
+ collection :alternatives, as: 'alternatives', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative::Representation
2129
+
2130
+ property :language_code, as: 'languageCode'
2131
+ end
2132
+ end
2133
+
2134
+ class GoogleCloudVideointelligenceV1p1beta1TextAnnotation
2135
+ # @private
2136
+ class Representation < Google::Apis::Core::JsonRepresentation
2137
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1TextSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1TextSegment::Representation
2138
+
2139
+ property :text, as: 'text'
2140
+ property :version, as: 'version'
2141
+ end
2142
+ end
2143
+
2144
+ class GoogleCloudVideointelligenceV1p1beta1TextFrame
2145
+ # @private
2146
+ class Representation < Google::Apis::Core::JsonRepresentation
2147
+ property :rotated_bounding_box, as: 'rotatedBoundingBox', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly::Representation
2148
+
2149
+ property :time_offset, as: 'timeOffset'
2150
+ end
2151
+ end
2152
+
2153
+ class GoogleCloudVideointelligenceV1p1beta1TextSegment
2154
+ # @private
2155
+ class Representation < Google::Apis::Core::JsonRepresentation
2156
+ property :confidence, as: 'confidence'
2157
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1TextFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1TextFrame::Representation
2158
+
2159
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2160
+
2161
+ end
2162
+ end
2163
+
2164
+ class GoogleCloudVideointelligenceV1p1beta1TimestampedObject
2165
+ # @private
2166
+ class Representation < Google::Apis::Core::JsonRepresentation
2167
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1DetectedAttribute::Representation
2168
+
2169
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1DetectedLandmark, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1DetectedLandmark::Representation
2170
+
2171
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox::Representation
2172
+
2173
+ property :time_offset, as: 'timeOffset'
2174
+ end
2175
+ end
2176
+
2177
+ class GoogleCloudVideointelligenceV1p1beta1Track
2178
+ # @private
2179
+ class Representation < Google::Apis::Core::JsonRepresentation
2180
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1DetectedAttribute::Representation
2181
+
2182
+ property :confidence, as: 'confidence'
2183
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2184
+
2185
+ collection :timestamped_objects, as: 'timestampedObjects', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1TimestampedObject, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1TimestampedObject::Representation
2186
+
2187
+ end
2188
+ end
2189
+
2190
+ class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
2191
+ # @private
2192
+ class Representation < Google::Apis::Core::JsonRepresentation
2193
+ property :feature, as: 'feature'
2194
+ property :input_uri, as: 'inputUri'
2195
+ property :progress_percent, as: 'progressPercent'
2196
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2197
+
2198
+ property :start_time, as: 'startTime'
2199
+ property :update_time, as: 'updateTime'
2200
+ end
2201
+ end
2202
+
2203
+ class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults
2204
+ # @private
2205
+ class Representation < Google::Apis::Core::JsonRepresentation
2206
+ property :error, as: 'error', class: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus::Representation
2207
+
2208
+ property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation::Representation
2209
+
2210
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1FaceAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1FaceAnnotation::Representation
2211
+
2212
+ collection :face_detection_annotations, as: 'faceDetectionAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation::Representation
2213
+
2214
+ collection :frame_label_annotations, as: 'frameLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
2215
+
2216
+ property :input_uri, as: 'inputUri'
2217
+ collection :logo_recognition_annotations, as: 'logoRecognitionAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation::Representation
2218
+
2219
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation::Representation
2220
+
2221
+ collection :person_detection_annotations, as: 'personDetectionAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1PersonDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1PersonDetectionAnnotation::Representation
2222
+
2223
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2224
+
2225
+ collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
2226
+
2227
+ collection :segment_presence_label_annotations, as: 'segmentPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
2228
+
2229
+ collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2230
+
2231
+ collection :shot_label_annotations, as: 'shotLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
2232
+
2233
+ collection :shot_presence_label_annotations, as: 'shotPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
2234
+
2235
+ collection :speech_transcriptions, as: 'speechTranscriptions', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1SpeechTranscription, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1SpeechTranscription::Representation
2236
+
2237
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1TextAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1TextAnnotation::Representation
2238
+
2239
+ end
2240
+ end
2241
+
2242
+ class GoogleCloudVideointelligenceV1p1beta1VideoSegment
2243
+ # @private
2244
+ class Representation < Google::Apis::Core::JsonRepresentation
2245
+ property :end_time_offset, as: 'endTimeOffset'
2246
+ property :start_time_offset, as: 'startTimeOffset'
2247
+ end
2248
+ end
2249
+
2250
+ class GoogleCloudVideointelligenceV1p1beta1WordInfo
2251
+ # @private
2252
+ class Representation < Google::Apis::Core::JsonRepresentation
2253
+ property :confidence, as: 'confidence'
2254
+ property :end_time, as: 'endTime'
2255
+ property :speaker_tag, as: 'speakerTag'
2256
+ property :start_time, as: 'startTime'
2257
+ property :word, as: 'word'
2258
+ end
2259
+ end
2260
+
2261
+ class GoogleCloudVideointelligenceV1p2beta1AnnotateVideoProgress
2262
+ # @private
2263
+ class Representation < Google::Apis::Core::JsonRepresentation
2264
+ collection :annotation_progress, as: 'annotationProgress', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress::Representation
2265
+
2266
+ end
2267
+ end
2268
+
2269
+ class GoogleCloudVideointelligenceV1p2beta1AnnotateVideoResponse
2270
+ # @private
2271
+ class Representation < Google::Apis::Core::JsonRepresentation
2272
+ collection :annotation_results, as: 'annotationResults', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults::Representation
2273
+
2274
+ end
2275
+ end
2276
+
2277
+ class GoogleCloudVideointelligenceV1p2beta1DetectedAttribute
2278
+ # @private
2279
+ class Representation < Google::Apis::Core::JsonRepresentation
2280
+ property :confidence, as: 'confidence'
2281
+ property :name, as: 'name'
2282
+ property :value, as: 'value'
2283
+ end
2284
+ end
2285
+
2286
+ class GoogleCloudVideointelligenceV1p2beta1DetectedLandmark
2287
+ # @private
2288
+ class Representation < Google::Apis::Core::JsonRepresentation
2289
+ property :confidence, as: 'confidence'
2290
+ property :name, as: 'name'
2291
+ property :point, as: 'point', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1NormalizedVertex::Representation
2292
+
2293
+ end
2294
+ end
2295
+
2296
+ class GoogleCloudVideointelligenceV1p2beta1Entity
2297
+ # @private
2298
+ class Representation < Google::Apis::Core::JsonRepresentation
2299
+ property :description, as: 'description'
2300
+ property :entity_id, as: 'entityId'
2301
+ property :language_code, as: 'languageCode'
2302
+ end
2303
+ end
2304
+
2305
+ class GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation
2306
+ # @private
2307
+ class Representation < Google::Apis::Core::JsonRepresentation
2308
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame::Representation
2309
+
2310
+ property :version, as: 'version'
2311
+ end
2312
+ end
2313
+
2314
+ class GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame
2315
+ # @private
2316
+ class Representation < Google::Apis::Core::JsonRepresentation
2317
+ property :pornography_likelihood, as: 'pornographyLikelihood'
2318
+ property :time_offset, as: 'timeOffset'
2319
+ end
2320
+ end
2321
+
2322
+ class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
2323
+ # @private
2324
+ class Representation < Google::Apis::Core::JsonRepresentation
2325
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1FaceFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1FaceFrame::Representation
2326
+
2327
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1FaceSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1FaceSegment::Representation
2328
+
2329
+ property :thumbnail, :base64 => true, as: 'thumbnail'
2330
+ end
2331
+ end
2332
+
2333
+ class GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation
2334
+ # @private
2335
+ class Representation < Google::Apis::Core::JsonRepresentation
2336
+ property :thumbnail, :base64 => true, as: 'thumbnail'
2337
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1Track, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1Track::Representation
2338
+
2339
+ property :version, as: 'version'
2340
+ end
2341
+ end
2342
+
2343
+ class GoogleCloudVideointelligenceV1p2beta1FaceFrame
2344
+ # @private
2345
+ class Representation < Google::Apis::Core::JsonRepresentation
2346
+ collection :normalized_bounding_boxes, as: 'normalizedBoundingBoxes', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox::Representation
2347
+
2348
+ property :time_offset, as: 'timeOffset'
2349
+ end
2350
+ end
2351
+
2352
+ class GoogleCloudVideointelligenceV1p2beta1FaceSegment
2353
+ # @private
2354
+ class Representation < Google::Apis::Core::JsonRepresentation
2355
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2356
+
2357
+ end
2358
+ end
2359
+
2360
+ class GoogleCloudVideointelligenceV1p2beta1LabelAnnotation
2361
+ # @private
2362
+ class Representation < Google::Apis::Core::JsonRepresentation
2363
+ collection :category_entities, as: 'categoryEntities', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1Entity::Representation
2364
+
2365
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1Entity::Representation
2366
+
2367
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1LabelFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1LabelFrame::Representation
2368
+
2369
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1LabelSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1LabelSegment::Representation
2370
+
2371
+ property :version, as: 'version'
2372
+ end
2373
+ end
2374
+
2375
+ class GoogleCloudVideointelligenceV1p2beta1LabelFrame
2376
+ # @private
2377
+ class Representation < Google::Apis::Core::JsonRepresentation
2378
+ property :confidence, as: 'confidence'
2379
+ property :time_offset, as: 'timeOffset'
2380
+ end
2381
+ end
2382
+
2383
+ class GoogleCloudVideointelligenceV1p2beta1LabelSegment
2384
+ # @private
2385
+ class Representation < Google::Apis::Core::JsonRepresentation
2386
+ property :confidence, as: 'confidence'
2387
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2388
+
2389
+ end
2390
+ end
2391
+
2392
+ class GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation
2393
+ # @private
2394
+ class Representation < Google::Apis::Core::JsonRepresentation
2395
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1Entity::Representation
2396
+
2397
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2398
+
2399
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1Track, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1Track::Representation
2400
+
2401
+ end
2402
+ end
2403
+
2404
+ class GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox
2405
+ # @private
2406
+ class Representation < Google::Apis::Core::JsonRepresentation
2407
+ property :bottom, as: 'bottom'
2408
+ property :left, as: 'left'
2409
+ property :right, as: 'right'
2410
+ property :top, as: 'top'
2411
+ end
2412
+ end
2413
+
2414
+ class GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly
2415
+ # @private
2416
+ class Representation < Google::Apis::Core::JsonRepresentation
2417
+ collection :vertices, as: 'vertices', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1NormalizedVertex::Representation
2418
+
2419
+ end
2420
+ end
2421
+
2422
+ class GoogleCloudVideointelligenceV1p2beta1NormalizedVertex
2423
+ # @private
2424
+ class Representation < Google::Apis::Core::JsonRepresentation
2425
+ property :x, as: 'x'
2426
+ property :y, as: 'y'
2427
+ end
2428
+ end
2429
+
2430
+ class GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation
2431
+ # @private
2432
+ class Representation < Google::Apis::Core::JsonRepresentation
2433
+ property :confidence, as: 'confidence'
2434
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1Entity::Representation
2435
+
2436
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame::Representation
2437
+
2438
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2439
+
2440
+ property :track_id, :numeric_string => true, as: 'trackId'
2441
+ property :version, as: 'version'
2442
+ end
2443
+ end
2444
+
2445
+ class GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame
2446
+ # @private
2447
+ class Representation < Google::Apis::Core::JsonRepresentation
2448
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox::Representation
2449
+
2450
+ property :time_offset, as: 'timeOffset'
2451
+ end
2452
+ end
2453
+
2454
+ class GoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation
2455
+ # @private
2456
+ class Representation < Google::Apis::Core::JsonRepresentation
2457
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1Track, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1Track::Representation
2458
+
2459
+ property :version, as: 'version'
2460
+ end
2461
+ end
2462
+
2463
+ class GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative
2464
+ # @private
2465
+ class Representation < Google::Apis::Core::JsonRepresentation
2466
+ property :confidence, as: 'confidence'
2467
+ property :transcript, as: 'transcript'
2468
+ collection :words, as: 'words', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1WordInfo, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1WordInfo::Representation
2469
+
2470
+ end
2471
+ end
2472
+
2473
+ class GoogleCloudVideointelligenceV1p2beta1SpeechTranscription
2474
+ # @private
2475
+ class Representation < Google::Apis::Core::JsonRepresentation
2476
+ collection :alternatives, as: 'alternatives', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative::Representation
2477
+
2478
+ property :language_code, as: 'languageCode'
2479
+ end
2480
+ end
2481
+
2482
+ class GoogleCloudVideointelligenceV1p2beta1TextAnnotation
2483
+ # @private
2484
+ class Representation < Google::Apis::Core::JsonRepresentation
2485
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1TextSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1TextSegment::Representation
2486
+
2487
+ property :text, as: 'text'
2488
+ property :version, as: 'version'
2489
+ end
2490
+ end
2491
+
2492
+ class GoogleCloudVideointelligenceV1p2beta1TextFrame
2493
+ # @private
2494
+ class Representation < Google::Apis::Core::JsonRepresentation
2495
+ property :rotated_bounding_box, as: 'rotatedBoundingBox', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly::Representation
2496
+
2497
+ property :time_offset, as: 'timeOffset'
2498
+ end
2499
+ end
2500
+
2501
+ class GoogleCloudVideointelligenceV1p2beta1TextSegment
2502
+ # @private
2503
+ class Representation < Google::Apis::Core::JsonRepresentation
2504
+ property :confidence, as: 'confidence'
2505
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1TextFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1TextFrame::Representation
2506
+
2507
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2508
+
2509
+ end
2510
+ end
2511
+
2512
+ class GoogleCloudVideointelligenceV1p2beta1TimestampedObject
2513
+ # @private
2514
+ class Representation < Google::Apis::Core::JsonRepresentation
2515
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1DetectedAttribute::Representation
2516
+
2517
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1DetectedLandmark, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1DetectedLandmark::Representation
2518
+
2519
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox::Representation
2520
+
2521
+ property :time_offset, as: 'timeOffset'
2522
+ end
2523
+ end
2524
+
2525
+ class GoogleCloudVideointelligenceV1p2beta1Track
2526
+ # @private
2527
+ class Representation < Google::Apis::Core::JsonRepresentation
2528
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1DetectedAttribute::Representation
2529
+
2530
+ property :confidence, as: 'confidence'
2531
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2532
+
2533
+ collection :timestamped_objects, as: 'timestampedObjects', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1TimestampedObject, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1TimestampedObject::Representation
2534
+
2535
+ end
2536
+ end
2537
+
2538
+ class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
2539
+ # @private
2540
+ class Representation < Google::Apis::Core::JsonRepresentation
2541
+ property :feature, as: 'feature'
2542
+ property :input_uri, as: 'inputUri'
2543
+ property :progress_percent, as: 'progressPercent'
2544
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2545
+
2546
+ property :start_time, as: 'startTime'
2547
+ property :update_time, as: 'updateTime'
2548
+ end
2549
+ end
2550
+
2551
+ class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults
2552
+ # @private
2553
+ class Representation < Google::Apis::Core::JsonRepresentation
2554
+ property :error, as: 'error', class: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus::Representation
2555
+
2556
+ property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation::Representation
2557
+
2558
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1FaceAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1FaceAnnotation::Representation
2559
+
2560
+ collection :face_detection_annotations, as: 'faceDetectionAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation::Representation
2561
+
2562
+ collection :frame_label_annotations, as: 'frameLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
2563
+
2564
+ property :input_uri, as: 'inputUri'
2565
+ collection :logo_recognition_annotations, as: 'logoRecognitionAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation::Representation
2566
+
2567
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation::Representation
2568
+
2569
+ collection :person_detection_annotations, as: 'personDetectionAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation::Representation
2570
+
2571
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2572
+
2573
+ collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
2574
+
2575
+ collection :segment_presence_label_annotations, as: 'segmentPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
2576
+
2577
+ collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2578
+
2579
+ collection :shot_label_annotations, as: 'shotLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
2580
+
2581
+ collection :shot_presence_label_annotations, as: 'shotPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
2582
+
2583
+ collection :speech_transcriptions, as: 'speechTranscriptions', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1SpeechTranscription, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1SpeechTranscription::Representation
2584
+
2585
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1TextAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1TextAnnotation::Representation
2586
+
2587
+ end
2588
+ end
2589
+
2590
+ class GoogleCloudVideointelligenceV1p2beta1VideoSegment
2591
+ # @private
2592
+ class Representation < Google::Apis::Core::JsonRepresentation
2593
+ property :end_time_offset, as: 'endTimeOffset'
2594
+ property :start_time_offset, as: 'startTimeOffset'
2595
+ end
2596
+ end
2597
+
2598
+ class GoogleCloudVideointelligenceV1p2beta1WordInfo
2599
+ # @private
2600
+ class Representation < Google::Apis::Core::JsonRepresentation
2601
+ property :confidence, as: 'confidence'
2602
+ property :end_time, as: 'endTime'
2603
+ property :speaker_tag, as: 'speakerTag'
2604
+ property :start_time, as: 'startTime'
2605
+ property :word, as: 'word'
2606
+ end
2607
+ end
2608
+
2609
+ class GoogleCloudVideointelligenceV1p3beta1AnnotateVideoProgress
2610
+ # @private
2611
+ class Representation < Google::Apis::Core::JsonRepresentation
2612
+ collection :annotation_progress, as: 'annotationProgress', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress::Representation
2613
+
2614
+ end
2615
+ end
2616
+
2617
+ class GoogleCloudVideointelligenceV1p3beta1AnnotateVideoResponse
2618
+ # @private
2619
+ class Representation < Google::Apis::Core::JsonRepresentation
2620
+ collection :annotation_results, as: 'annotationResults', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults::Representation
2621
+
2622
+ end
2623
+ end
2624
+
2625
+ class GoogleCloudVideointelligenceV1p3beta1Celebrity
2626
+ # @private
2627
+ class Representation < Google::Apis::Core::JsonRepresentation
2628
+ property :description, as: 'description'
2629
+ property :display_name, as: 'displayName'
2630
+ property :name, as: 'name'
2631
+ end
2632
+ end
2633
+
2634
+ class GoogleCloudVideointelligenceV1p3beta1CelebrityRecognitionAnnotation
2635
+ # @private
2636
+ class Representation < Google::Apis::Core::JsonRepresentation
2637
+ collection :celebrity_tracks, as: 'celebrityTracks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1CelebrityTrack, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1CelebrityTrack::Representation
2638
+
2639
+ property :version, as: 'version'
2640
+ end
2641
+ end
2642
+
2643
+ class GoogleCloudVideointelligenceV1p3beta1CelebrityTrack
2644
+ # @private
2645
+ class Representation < Google::Apis::Core::JsonRepresentation
2646
+ collection :celebrities, as: 'celebrities', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1RecognizedCelebrity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1RecognizedCelebrity::Representation
2647
+
2648
+ property :face_track, as: 'faceTrack', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1Track, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1Track::Representation
2649
+
2650
+ end
2651
+ end
2652
+
2653
+ class GoogleCloudVideointelligenceV1p3beta1DetectedAttribute
2654
+ # @private
2655
+ class Representation < Google::Apis::Core::JsonRepresentation
2656
+ property :confidence, as: 'confidence'
2657
+ property :name, as: 'name'
2658
+ property :value, as: 'value'
2659
+ end
2660
+ end
2661
+
2662
+ class GoogleCloudVideointelligenceV1p3beta1DetectedLandmark
2663
+ # @private
2664
+ class Representation < Google::Apis::Core::JsonRepresentation
2665
+ property :confidence, as: 'confidence'
2666
+ property :name, as: 'name'
2667
+ property :point, as: 'point', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1NormalizedVertex::Representation
2668
+
2669
+ end
2670
+ end
2671
+
2672
+ class GoogleCloudVideointelligenceV1p3beta1Entity
2673
+ # @private
2674
+ class Representation < Google::Apis::Core::JsonRepresentation
2675
+ property :description, as: 'description'
2676
+ property :entity_id, as: 'entityId'
2677
+ property :language_code, as: 'languageCode'
2678
+ end
2679
+ end
2680
+
2681
+ class GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation
2682
+ # @private
2683
+ class Representation < Google::Apis::Core::JsonRepresentation
2684
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame::Representation
2685
+
2686
+ property :version, as: 'version'
2687
+ end
2688
+ end
2689
+
2690
+ class GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame
2691
+ # @private
2692
+ class Representation < Google::Apis::Core::JsonRepresentation
2693
+ property :pornography_likelihood, as: 'pornographyLikelihood'
2694
+ property :time_offset, as: 'timeOffset'
2695
+ end
2696
+ end
2697
+
2698
+ class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
2699
+ # @private
2700
+ class Representation < Google::Apis::Core::JsonRepresentation
2701
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1FaceFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1FaceFrame::Representation
2702
+
2703
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1FaceSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1FaceSegment::Representation
2704
+
2705
+ property :thumbnail, :base64 => true, as: 'thumbnail'
2706
+ end
2707
+ end
2708
+
2709
+ class GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation
2710
+ # @private
2711
+ class Representation < Google::Apis::Core::JsonRepresentation
2712
+ property :thumbnail, :base64 => true, as: 'thumbnail'
2713
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1Track, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1Track::Representation
2714
+
2715
+ property :version, as: 'version'
2716
+ end
2717
+ end
2718
+
2719
+ class GoogleCloudVideointelligenceV1p3beta1FaceFrame
2720
+ # @private
2721
+ class Representation < Google::Apis::Core::JsonRepresentation
2722
+ collection :normalized_bounding_boxes, as: 'normalizedBoundingBoxes', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox::Representation
2723
+
2724
+ property :time_offset, as: 'timeOffset'
2725
+ end
2726
+ end
2727
+
2728
+ class GoogleCloudVideointelligenceV1p3beta1FaceSegment
2729
+ # @private
2730
+ class Representation < Google::Apis::Core::JsonRepresentation
2731
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2732
+
2733
+ end
2734
+ end
2735
+
2736
+ class GoogleCloudVideointelligenceV1p3beta1LabelAnnotation
2737
+ # @private
2738
+ class Representation < Google::Apis::Core::JsonRepresentation
2739
+ collection :category_entities, as: 'categoryEntities', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1Entity::Representation
2740
+
2741
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1Entity::Representation
2742
+
2743
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1LabelFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1LabelFrame::Representation
2744
+
2745
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1LabelSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1LabelSegment::Representation
2746
+
2747
+ property :version, as: 'version'
2748
+ end
2749
+ end
2750
+
2751
+ class GoogleCloudVideointelligenceV1p3beta1LabelFrame
2752
+ # @private
2753
+ class Representation < Google::Apis::Core::JsonRepresentation
2754
+ property :confidence, as: 'confidence'
2755
+ property :time_offset, as: 'timeOffset'
2756
+ end
2757
+ end
2758
+
2759
+ class GoogleCloudVideointelligenceV1p3beta1LabelSegment
2760
+ # @private
2761
+ class Representation < Google::Apis::Core::JsonRepresentation
2762
+ property :confidence, as: 'confidence'
2763
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2764
+
2765
+ end
2766
+ end
2767
+
2768
+ class GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation
2769
+ # @private
2770
+ class Representation < Google::Apis::Core::JsonRepresentation
2771
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1Entity::Representation
2772
+
2773
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2774
+
2775
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1Track, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1Track::Representation
2776
+
2777
+ end
2778
+ end
2779
+
2780
+ class GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox
2781
+ # @private
2782
+ class Representation < Google::Apis::Core::JsonRepresentation
2783
+ property :bottom, as: 'bottom'
2784
+ property :left, as: 'left'
2785
+ property :right, as: 'right'
2786
+ property :top, as: 'top'
2787
+ end
2788
+ end
2789
+
2790
+ class GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly
2791
+ # @private
2792
+ class Representation < Google::Apis::Core::JsonRepresentation
2793
+ collection :vertices, as: 'vertices', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1NormalizedVertex::Representation
2794
+
2795
+ end
2796
+ end
2797
+
2798
+ class GoogleCloudVideointelligenceV1p3beta1NormalizedVertex
2799
+ # @private
2800
+ class Representation < Google::Apis::Core::JsonRepresentation
2801
+ property :x, as: 'x'
2802
+ property :y, as: 'y'
2803
+ end
2804
+ end
2805
+
2806
+ class GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation
2807
+ # @private
2808
+ class Representation < Google::Apis::Core::JsonRepresentation
2809
+ property :confidence, as: 'confidence'
2810
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1Entity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1Entity::Representation
2811
+
2812
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame::Representation
2813
+
2814
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2815
+
2816
+ property :track_id, :numeric_string => true, as: 'trackId'
2817
+ property :version, as: 'version'
2818
+ end
2819
+ end
2820
+
2821
+ class GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame
2822
+ # @private
2823
+ class Representation < Google::Apis::Core::JsonRepresentation
2824
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox::Representation
2825
+
2826
+ property :time_offset, as: 'timeOffset'
2827
+ end
2828
+ end
2829
+
2830
+ class GoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation
2831
+ # @private
2832
+ class Representation < Google::Apis::Core::JsonRepresentation
2833
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1Track, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1Track::Representation
2834
+
2835
+ property :version, as: 'version'
2836
+ end
2837
+ end
2838
+
2839
+ class GoogleCloudVideointelligenceV1p3beta1RecognizedCelebrity
2840
+ # @private
2841
+ class Representation < Google::Apis::Core::JsonRepresentation
2842
+ property :celebrity, as: 'celebrity', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1Celebrity, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1Celebrity::Representation
2843
+
2844
+ property :confidence, as: 'confidence'
2845
+ end
2846
+ end
2847
+
2848
+ class GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative
2849
+ # @private
2850
+ class Representation < Google::Apis::Core::JsonRepresentation
2851
+ property :confidence, as: 'confidence'
2852
+ property :transcript, as: 'transcript'
2853
+ collection :words, as: 'words', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1WordInfo, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1WordInfo::Representation
2854
+
2855
+ end
2856
+ end
2857
+
2858
+ class GoogleCloudVideointelligenceV1p3beta1SpeechTranscription
2859
+ # @private
2860
+ class Representation < Google::Apis::Core::JsonRepresentation
2861
+ collection :alternatives, as: 'alternatives', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative::Representation
2862
+
2863
+ property :language_code, as: 'languageCode'
2864
+ end
2865
+ end
2866
+
2867
+ class GoogleCloudVideointelligenceV1p3beta1StreamingAnnotateVideoResponse
2868
+ # @private
2869
+ class Representation < Google::Apis::Core::JsonRepresentation
2870
+ property :annotation_results, as: 'annotationResults', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults::Representation
2871
+
2872
+ property :annotation_results_uri, as: 'annotationResultsUri'
2873
+ property :error, as: 'error', class: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus::Representation
2874
+
2875
+ end
2876
+ end
2877
+
2878
+ class GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults
2879
+ # @private
2880
+ class Representation < Google::Apis::Core::JsonRepresentation
2881
+ property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation::Representation
2882
+
2883
+ property :frame_timestamp, as: 'frameTimestamp'
2884
+ collection :label_annotations, as: 'labelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
2885
+
2886
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation::Representation
2887
+
2888
+ collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2889
+
2890
+ end
2891
+ end
2892
+
2893
+ class GoogleCloudVideointelligenceV1p3beta1TextAnnotation
2894
+ # @private
2895
+ class Representation < Google::Apis::Core::JsonRepresentation
2896
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1TextSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1TextSegment::Representation
2897
+
2898
+ property :text, as: 'text'
2899
+ property :version, as: 'version'
2900
+ end
2901
+ end
2902
+
2903
+ class GoogleCloudVideointelligenceV1p3beta1TextFrame
2904
+ # @private
2905
+ class Representation < Google::Apis::Core::JsonRepresentation
2906
+ property :rotated_bounding_box, as: 'rotatedBoundingBox', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly::Representation
2907
+
2908
+ property :time_offset, as: 'timeOffset'
2909
+ end
2910
+ end
2911
+
2912
+ class GoogleCloudVideointelligenceV1p3beta1TextSegment
2913
+ # @private
2914
+ class Representation < Google::Apis::Core::JsonRepresentation
2915
+ property :confidence, as: 'confidence'
2916
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1TextFrame, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1TextFrame::Representation
2917
+
2918
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2919
+
2920
+ end
2921
+ end
2922
+
2923
+ class GoogleCloudVideointelligenceV1p3beta1TimestampedObject
2924
+ # @private
2925
+ class Representation < Google::Apis::Core::JsonRepresentation
2926
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1DetectedAttribute::Representation
2927
+
2928
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1DetectedLandmark, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1DetectedLandmark::Representation
2929
+
2930
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox::Representation
2931
+
2932
+ property :time_offset, as: 'timeOffset'
2933
+ end
2934
+ end
2935
+
2936
+ class GoogleCloudVideointelligenceV1p3beta1Track
2937
+ # @private
2938
+ class Representation < Google::Apis::Core::JsonRepresentation
2939
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1DetectedAttribute::Representation
2940
+
2941
+ property :confidence, as: 'confidence'
2942
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2943
+
2944
+ collection :timestamped_objects, as: 'timestampedObjects', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1TimestampedObject, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1TimestampedObject::Representation
2945
+
2946
+ end
2947
+ end
2948
+
2949
+ class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress
2950
+ # @private
2951
+ class Representation < Google::Apis::Core::JsonRepresentation
2952
+ property :feature, as: 'feature'
2953
+ property :input_uri, as: 'inputUri'
2954
+ property :progress_percent, as: 'progressPercent'
2955
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2956
+
2957
+ property :start_time, as: 'startTime'
2958
+ property :update_time, as: 'updateTime'
2959
+ end
2960
+ end
2961
+
2962
+ class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults
2963
+ # @private
2964
+ class Representation < Google::Apis::Core::JsonRepresentation
2965
+ property :celebrity_recognition_annotations, as: 'celebrityRecognitionAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1CelebrityRecognitionAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1CelebrityRecognitionAnnotation::Representation
2966
+
2967
+ property :error, as: 'error', class: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus::Representation
2968
+
2969
+ property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation::Representation
2970
+
2971
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1FaceAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1FaceAnnotation::Representation
2972
+
2973
+ collection :face_detection_annotations, as: 'faceDetectionAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation::Representation
2974
+
2975
+ collection :frame_label_annotations, as: 'frameLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
2976
+
2977
+ property :input_uri, as: 'inputUri'
2978
+ collection :logo_recognition_annotations, as: 'logoRecognitionAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation::Representation
2979
+
2980
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation::Representation
2981
+
2982
+ collection :person_detection_annotations, as: 'personDetectionAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation::Representation
2983
+
2984
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2985
+
2986
+ collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
2987
+
2988
+ collection :segment_presence_label_annotations, as: 'segmentPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
2989
+
2990
+ collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2991
+
2992
+ collection :shot_label_annotations, as: 'shotLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
2993
+
2994
+ collection :shot_presence_label_annotations, as: 'shotPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
2995
+
2996
+ collection :speech_transcriptions, as: 'speechTranscriptions', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1SpeechTranscription, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1SpeechTranscription::Representation
2997
+
2998
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1TextAnnotation, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1TextAnnotation::Representation
2999
+
3000
+ end
3001
+ end
3002
+
3003
+ class GoogleCloudVideointelligenceV1p3beta1VideoSegment
3004
+ # @private
3005
+ class Representation < Google::Apis::Core::JsonRepresentation
3006
+ property :end_time_offset, as: 'endTimeOffset'
3007
+ property :start_time_offset, as: 'startTimeOffset'
3008
+ end
3009
+ end
3010
+
3011
+ class GoogleCloudVideointelligenceV1p3beta1WordInfo
3012
+ # @private
3013
+ class Representation < Google::Apis::Core::JsonRepresentation
3014
+ property :confidence, as: 'confidence'
3015
+ property :end_time, as: 'endTime'
3016
+ property :speaker_tag, as: 'speakerTag'
3017
+ property :start_time, as: 'startTime'
3018
+ property :word, as: 'word'
3019
+ end
3020
+ end
3021
+
3022
+ class GoogleLongrunningOperation
3023
+ # @private
3024
+ class Representation < Google::Apis::Core::JsonRepresentation
3025
+ property :done, as: 'done'
3026
+ property :error, as: 'error', class: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus::Representation
3027
+
3028
+ hash :metadata, as: 'metadata'
3029
+ property :name, as: 'name'
3030
+ hash :response, as: 'response'
3031
+ end
3032
+ end
3033
+
3034
+ class GoogleRpcStatus
3035
+ # @private
3036
+ class Representation < Google::Apis::Core::JsonRepresentation
3037
+ property :code, as: 'code'
3038
+ collection :details, as: 'details'
3039
+ property :message, as: 'message'
3040
+ end
3041
+ end
3042
+ end
3043
+ end
3044
+ end