google-apis-videointelligence_v1p3beta1 0.1.0

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