google-apis-videointelligence_v1p2beta1 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 VideointelligenceV1p2beta1
18
+ # Version of the google-apis-videointelligence_v1p2beta1 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 VideointelligenceV1p2beta1
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 GoogleCloudVideointelligenceV1p2beta1AnnotateVideoRequest
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class GoogleCloudVideointelligenceV1p2beta1AnnotateVideoResponse
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
619
+ class GoogleCloudVideointelligenceV1p2beta1DetectedAttribute
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
625
+ class GoogleCloudVideointelligenceV1p2beta1DetectedLandmark
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class GoogleCloudVideointelligenceV1p2beta1Entity
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
637
+ class GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
643
+ class GoogleCloudVideointelligenceV1p2beta1ExplicitContentDetectionConfig
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
649
+ class GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
655
+ class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
661
+ class GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation
662
+ class Representation < Google::Apis::Core::JsonRepresentation; end
663
+
664
+ include Google::Apis::Core::JsonObjectSupport
665
+ end
666
+
667
+ class GoogleCloudVideointelligenceV1p2beta1FaceDetectionConfig
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
673
+ class GoogleCloudVideointelligenceV1p2beta1FaceFrame
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
679
+ class GoogleCloudVideointelligenceV1p2beta1FaceSegment
680
+ class Representation < Google::Apis::Core::JsonRepresentation; end
681
+
682
+ include Google::Apis::Core::JsonObjectSupport
683
+ end
684
+
685
+ class GoogleCloudVideointelligenceV1p2beta1LabelAnnotation
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
691
+ class GoogleCloudVideointelligenceV1p2beta1LabelDetectionConfig
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
697
+ class GoogleCloudVideointelligenceV1p2beta1LabelFrame
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
703
+ class GoogleCloudVideointelligenceV1p2beta1LabelSegment
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
709
+ class GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation
710
+ class Representation < Google::Apis::Core::JsonRepresentation; end
711
+
712
+ include Google::Apis::Core::JsonObjectSupport
713
+ end
714
+
715
+ class GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
721
+ class GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
727
+ class GoogleCloudVideointelligenceV1p2beta1NormalizedVertex
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
733
+ class GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+
736
+ include Google::Apis::Core::JsonObjectSupport
737
+ end
738
+
739
+ class GoogleCloudVideointelligenceV1p2beta1ObjectTrackingConfig
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
745
+ class GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
751
+ class GoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation
752
+ class Representation < Google::Apis::Core::JsonRepresentation; end
753
+
754
+ include Google::Apis::Core::JsonObjectSupport
755
+ end
756
+
757
+ class GoogleCloudVideointelligenceV1p2beta1PersonDetectionConfig
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
763
+ class GoogleCloudVideointelligenceV1p2beta1ShotChangeDetectionConfig
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
769
+ class GoogleCloudVideointelligenceV1p2beta1SpeechContext
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
775
+ class GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative
776
+ class Representation < Google::Apis::Core::JsonRepresentation; end
777
+
778
+ include Google::Apis::Core::JsonObjectSupport
779
+ end
780
+
781
+ class GoogleCloudVideointelligenceV1p2beta1SpeechTranscription
782
+ class Representation < Google::Apis::Core::JsonRepresentation; end
783
+
784
+ include Google::Apis::Core::JsonObjectSupport
785
+ end
786
+
787
+ class GoogleCloudVideointelligenceV1p2beta1SpeechTranscriptionConfig
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
793
+ class GoogleCloudVideointelligenceV1p2beta1TextAnnotation
794
+ class Representation < Google::Apis::Core::JsonRepresentation; end
795
+
796
+ include Google::Apis::Core::JsonObjectSupport
797
+ end
798
+
799
+ class GoogleCloudVideointelligenceV1p2beta1TextDetectionConfig
800
+ class Representation < Google::Apis::Core::JsonRepresentation; end
801
+
802
+ include Google::Apis::Core::JsonObjectSupport
803
+ end
804
+
805
+ class GoogleCloudVideointelligenceV1p2beta1TextFrame
806
+ class Representation < Google::Apis::Core::JsonRepresentation; end
807
+
808
+ include Google::Apis::Core::JsonObjectSupport
809
+ end
810
+
811
+ class GoogleCloudVideointelligenceV1p2beta1TextSegment
812
+ class Representation < Google::Apis::Core::JsonRepresentation; end
813
+
814
+ include Google::Apis::Core::JsonObjectSupport
815
+ end
816
+
817
+ class GoogleCloudVideointelligenceV1p2beta1TimestampedObject
818
+ class Representation < Google::Apis::Core::JsonRepresentation; end
819
+
820
+ include Google::Apis::Core::JsonObjectSupport
821
+ end
822
+
823
+ class GoogleCloudVideointelligenceV1p2beta1Track
824
+ class Representation < Google::Apis::Core::JsonRepresentation; end
825
+
826
+ include Google::Apis::Core::JsonObjectSupport
827
+ end
828
+
829
+ class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
830
+ class Representation < Google::Apis::Core::JsonRepresentation; end
831
+
832
+ include Google::Apis::Core::JsonObjectSupport
833
+ end
834
+
835
+ class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
841
+ class GoogleCloudVideointelligenceV1p2beta1VideoContext
842
+ class Representation < Google::Apis::Core::JsonRepresentation; end
843
+
844
+ include Google::Apis::Core::JsonObjectSupport
845
+ end
846
+
847
+ class GoogleCloudVideointelligenceV1p2beta1VideoSegment
848
+ class Representation < Google::Apis::Core::JsonRepresentation; end
849
+
850
+ include Google::Apis::Core::JsonObjectSupport
851
+ end
852
+
853
+ class GoogleCloudVideointelligenceV1p2beta1WordInfo
854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
855
+
856
+ include Google::Apis::Core::JsonObjectSupport
857
+ end
858
+
859
+ class GoogleCloudVideointelligenceV1p3beta1AnnotateVideoProgress
860
+ class Representation < Google::Apis::Core::JsonRepresentation; end
861
+
862
+ include Google::Apis::Core::JsonObjectSupport
863
+ end
864
+
865
+ class GoogleCloudVideointelligenceV1p3beta1AnnotateVideoResponse
866
+ class Representation < Google::Apis::Core::JsonRepresentation; end
867
+
868
+ include Google::Apis::Core::JsonObjectSupport
869
+ end
870
+
871
+ class GoogleCloudVideointelligenceV1p3beta1Celebrity
872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
873
+
874
+ include Google::Apis::Core::JsonObjectSupport
875
+ end
876
+
877
+ class GoogleCloudVideointelligenceV1p3beta1CelebrityRecognitionAnnotation
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
883
+ class GoogleCloudVideointelligenceV1p3beta1CelebrityTrack
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
889
+ class GoogleCloudVideointelligenceV1p3beta1DetectedAttribute
890
+ class Representation < Google::Apis::Core::JsonRepresentation; end
891
+
892
+ include Google::Apis::Core::JsonObjectSupport
893
+ end
894
+
895
+ class GoogleCloudVideointelligenceV1p3beta1DetectedLandmark
896
+ class Representation < Google::Apis::Core::JsonRepresentation; end
897
+
898
+ include Google::Apis::Core::JsonObjectSupport
899
+ end
900
+
901
+ class GoogleCloudVideointelligenceV1p3beta1Entity
902
+ class Representation < Google::Apis::Core::JsonRepresentation; end
903
+
904
+ include Google::Apis::Core::JsonObjectSupport
905
+ end
906
+
907
+ class GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation
908
+ class Representation < Google::Apis::Core::JsonRepresentation; end
909
+
910
+ include Google::Apis::Core::JsonObjectSupport
911
+ end
912
+
913
+ class GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame
914
+ class Representation < Google::Apis::Core::JsonRepresentation; end
915
+
916
+ include Google::Apis::Core::JsonObjectSupport
917
+ end
918
+
919
+ class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
920
+ class Representation < Google::Apis::Core::JsonRepresentation; end
921
+
922
+ include Google::Apis::Core::JsonObjectSupport
923
+ end
924
+
925
+ class GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation
926
+ class Representation < Google::Apis::Core::JsonRepresentation; end
927
+
928
+ include Google::Apis::Core::JsonObjectSupport
929
+ end
930
+
931
+ class GoogleCloudVideointelligenceV1p3beta1FaceFrame
932
+ class Representation < Google::Apis::Core::JsonRepresentation; end
933
+
934
+ include Google::Apis::Core::JsonObjectSupport
935
+ end
936
+
937
+ class GoogleCloudVideointelligenceV1p3beta1FaceSegment
938
+ class Representation < Google::Apis::Core::JsonRepresentation; end
939
+
940
+ include Google::Apis::Core::JsonObjectSupport
941
+ end
942
+
943
+ class GoogleCloudVideointelligenceV1p3beta1LabelAnnotation
944
+ class Representation < Google::Apis::Core::JsonRepresentation; end
945
+
946
+ include Google::Apis::Core::JsonObjectSupport
947
+ end
948
+
949
+ class GoogleCloudVideointelligenceV1p3beta1LabelFrame
950
+ class Representation < Google::Apis::Core::JsonRepresentation; end
951
+
952
+ include Google::Apis::Core::JsonObjectSupport
953
+ end
954
+
955
+ class GoogleCloudVideointelligenceV1p3beta1LabelSegment
956
+ class Representation < Google::Apis::Core::JsonRepresentation; end
957
+
958
+ include Google::Apis::Core::JsonObjectSupport
959
+ end
960
+
961
+ class GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation
962
+ class Representation < Google::Apis::Core::JsonRepresentation; end
963
+
964
+ include Google::Apis::Core::JsonObjectSupport
965
+ end
966
+
967
+ class GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox
968
+ class Representation < Google::Apis::Core::JsonRepresentation; end
969
+
970
+ include Google::Apis::Core::JsonObjectSupport
971
+ end
972
+
973
+ class GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly
974
+ class Representation < Google::Apis::Core::JsonRepresentation; end
975
+
976
+ include Google::Apis::Core::JsonObjectSupport
977
+ end
978
+
979
+ class GoogleCloudVideointelligenceV1p3beta1NormalizedVertex
980
+ class Representation < Google::Apis::Core::JsonRepresentation; end
981
+
982
+ include Google::Apis::Core::JsonObjectSupport
983
+ end
984
+
985
+ class GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation
986
+ class Representation < Google::Apis::Core::JsonRepresentation; end
987
+
988
+ include Google::Apis::Core::JsonObjectSupport
989
+ end
990
+
991
+ class GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame
992
+ class Representation < Google::Apis::Core::JsonRepresentation; end
993
+
994
+ include Google::Apis::Core::JsonObjectSupport
995
+ end
996
+
997
+ class GoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation
998
+ class Representation < Google::Apis::Core::JsonRepresentation; end
999
+
1000
+ include Google::Apis::Core::JsonObjectSupport
1001
+ end
1002
+
1003
+ class GoogleCloudVideointelligenceV1p3beta1RecognizedCelebrity
1004
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1005
+
1006
+ include Google::Apis::Core::JsonObjectSupport
1007
+ end
1008
+
1009
+ class GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative
1010
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1011
+
1012
+ include Google::Apis::Core::JsonObjectSupport
1013
+ end
1014
+
1015
+ class GoogleCloudVideointelligenceV1p3beta1SpeechTranscription
1016
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1017
+
1018
+ include Google::Apis::Core::JsonObjectSupport
1019
+ end
1020
+
1021
+ class GoogleCloudVideointelligenceV1p3beta1StreamingAnnotateVideoResponse
1022
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1023
+
1024
+ include Google::Apis::Core::JsonObjectSupport
1025
+ end
1026
+
1027
+ class GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults
1028
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1029
+
1030
+ include Google::Apis::Core::JsonObjectSupport
1031
+ end
1032
+
1033
+ class GoogleCloudVideointelligenceV1p3beta1TextAnnotation
1034
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1035
+
1036
+ include Google::Apis::Core::JsonObjectSupport
1037
+ end
1038
+
1039
+ class GoogleCloudVideointelligenceV1p3beta1TextFrame
1040
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1041
+
1042
+ include Google::Apis::Core::JsonObjectSupport
1043
+ end
1044
+
1045
+ class GoogleCloudVideointelligenceV1p3beta1TextSegment
1046
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1047
+
1048
+ include Google::Apis::Core::JsonObjectSupport
1049
+ end
1050
+
1051
+ class GoogleCloudVideointelligenceV1p3beta1TimestampedObject
1052
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1053
+
1054
+ include Google::Apis::Core::JsonObjectSupport
1055
+ end
1056
+
1057
+ class GoogleCloudVideointelligenceV1p3beta1Track
1058
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1059
+
1060
+ include Google::Apis::Core::JsonObjectSupport
1061
+ end
1062
+
1063
+ class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress
1064
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1065
+
1066
+ include Google::Apis::Core::JsonObjectSupport
1067
+ end
1068
+
1069
+ class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults
1070
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1071
+
1072
+ include Google::Apis::Core::JsonObjectSupport
1073
+ end
1074
+
1075
+ class GoogleCloudVideointelligenceV1p3beta1VideoSegment
1076
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1077
+
1078
+ include Google::Apis::Core::JsonObjectSupport
1079
+ end
1080
+
1081
+ class GoogleCloudVideointelligenceV1p3beta1WordInfo
1082
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1083
+
1084
+ include Google::Apis::Core::JsonObjectSupport
1085
+ end
1086
+
1087
+ class GoogleLongrunningOperation
1088
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1089
+
1090
+ include Google::Apis::Core::JsonObjectSupport
1091
+ end
1092
+
1093
+ class GoogleRpcStatus
1094
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1095
+
1096
+ include Google::Apis::Core::JsonObjectSupport
1097
+ end
1098
+
1099
+ class GoogleCloudVideointelligenceV1AnnotateVideoProgress
1100
+ # @private
1101
+ class Representation < Google::Apis::Core::JsonRepresentation
1102
+ collection :annotation_progress, as: 'annotationProgress', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoAnnotationProgress, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1ExplicitContentFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1FaceFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1FaceFrame::Representation
1164
+
1165
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1FaceSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1Track, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1Entity::Representation
1202
+
1203
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1Entity::Representation
1204
+
1205
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelFrame::Representation
1206
+
1207
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1Entity::Representation
1234
+
1235
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment::Representation
1236
+
1237
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1Track, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1Entity::Representation
1273
+
1274
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1ObjectTrackingFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1ObjectTrackingFrame::Representation
1275
+
1276
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1Track, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1WordInfo, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1SpeechRecognitionAlternative, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1TextSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1NormalizedBoundingPoly, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1TextFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1TextFrame::Representation
1344
+
1345
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1DetectedAttribute::Representation
1354
+
1355
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1DetectedLandmark, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1DetectedLandmark::Representation
1356
+
1357
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1DetectedAttribute::Representation
1367
+
1368
+ property :confidence, as: 'confidence'
1369
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment::Representation
1370
+
1371
+ collection :timestamped_objects, as: 'timestampedObjects', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1TimestampedObject, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus::Representation
1393
+
1394
+ property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1ExplicitContentAnnotation::Representation
1395
+
1396
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1FaceAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1FaceAnnotation::Representation
1397
+
1398
+ collection :face_detection_annotations, as: 'faceDetectionAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1FaceDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1FaceDetectionAnnotation::Representation
1399
+
1400
+ collection :frame_label_annotations, as: 'frameLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
1401
+
1402
+ property :input_uri, as: 'inputUri'
1403
+ collection :logo_recognition_annotations, as: 'logoRecognitionAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LogoRecognitionAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LogoRecognitionAnnotation::Representation
1404
+
1405
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1ObjectTrackingAnnotation::Representation
1406
+
1407
+ collection :person_detection_annotations, as: 'personDetectionAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1PersonDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1PersonDetectionAnnotation::Representation
1408
+
1409
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment::Representation
1410
+
1411
+ collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
1412
+
1413
+ collection :segment_presence_label_annotations, as: 'segmentPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
1414
+
1415
+ collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment::Representation
1416
+
1417
+ collection :shot_label_annotations, as: 'shotLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
1418
+
1419
+ collection :shot_presence_label_annotations, as: 'shotPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
1420
+
1421
+ collection :speech_transcriptions, as: 'speechTranscriptions', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1SpeechTranscription, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1SpeechTranscription::Representation
1422
+
1423
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1TextAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2NormalizedVertex, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2ExplicitContentFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2FaceFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2FaceFrame::Representation
1512
+
1513
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2FaceSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2Track, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2Entity::Representation
1550
+
1551
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2Entity::Representation
1552
+
1553
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelFrame::Representation
1554
+
1555
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2Entity::Representation
1582
+
1583
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1584
+
1585
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2Track, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2NormalizedVertex, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2Entity::Representation
1621
+
1622
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame::Representation
1623
+
1624
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2Track, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2WordInfo, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2TextSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2TextFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2TextFrame::Representation
1692
+
1693
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2DetectedAttribute, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2DetectedAttribute::Representation
1702
+
1703
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2DetectedLandmark, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2DetectedLandmark::Representation
1704
+
1705
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2DetectedAttribute, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2DetectedAttribute::Representation
1715
+
1716
+ property :confidence, as: 'confidence'
1717
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1718
+
1719
+ collection :timestamped_objects, as: 'timestampedObjects', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2TimestampedObject, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus::Representation
1741
+
1742
+ property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation::Representation
1743
+
1744
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2FaceAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2FaceAnnotation::Representation
1745
+
1746
+ collection :face_detection_annotations, as: 'faceDetectionAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation::Representation
1747
+
1748
+ collection :frame_label_annotations, as: 'frameLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
1749
+
1750
+ property :input_uri, as: 'inputUri'
1751
+ collection :logo_recognition_annotations, as: 'logoRecognitionAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation::Representation
1752
+
1753
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation::Representation
1754
+
1755
+ collection :person_detection_annotations, as: 'personDetectionAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2PersonDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2PersonDetectionAnnotation::Representation
1756
+
1757
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1758
+
1759
+ collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
1760
+
1761
+ collection :segment_presence_label_annotations, as: 'segmentPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
1762
+
1763
+ collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1764
+
1765
+ collection :shot_label_annotations, as: 'shotLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
1766
+
1767
+ collection :shot_presence_label_annotations, as: 'shotPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
1768
+
1769
+ collection :speech_transcriptions, as: 'speechTranscriptions', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2SpeechTranscription, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2SpeechTranscription::Representation
1770
+
1771
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2TextAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1FaceFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1FaceFrame::Representation
1860
+
1861
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1FaceSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1Track, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1Entity::Representation
1898
+
1899
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1Entity::Representation
1900
+
1901
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelFrame::Representation
1902
+
1903
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1Entity::Representation
1930
+
1931
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
1932
+
1933
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1Track, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1Entity::Representation
1969
+
1970
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame::Representation
1971
+
1972
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1Track, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1WordInfo, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1TextSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1TextFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1TextFrame::Representation
2040
+
2041
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1DetectedAttribute::Representation
2050
+
2051
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1DetectedLandmark, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1DetectedLandmark::Representation
2052
+
2053
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1DetectedAttribute::Representation
2063
+
2064
+ property :confidence, as: 'confidence'
2065
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2066
+
2067
+ collection :timestamped_objects, as: 'timestampedObjects', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1TimestampedObject, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus::Representation
2089
+
2090
+ property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation::Representation
2091
+
2092
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1FaceAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1FaceAnnotation::Representation
2093
+
2094
+ collection :face_detection_annotations, as: 'faceDetectionAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation::Representation
2095
+
2096
+ collection :frame_label_annotations, as: 'frameLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
2097
+
2098
+ property :input_uri, as: 'inputUri'
2099
+ collection :logo_recognition_annotations, as: 'logoRecognitionAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation::Representation
2100
+
2101
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation::Representation
2102
+
2103
+ collection :person_detection_annotations, as: 'personDetectionAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1PersonDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1PersonDetectionAnnotation::Representation
2104
+
2105
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2106
+
2107
+ collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
2108
+
2109
+ collection :segment_presence_label_annotations, as: 'segmentPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
2110
+
2111
+ collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
2112
+
2113
+ collection :shot_label_annotations, as: 'shotLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
2114
+
2115
+ collection :shot_presence_label_annotations, as: 'shotPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
2116
+
2117
+ collection :speech_transcriptions, as: 'speechTranscriptions', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1SpeechTranscription, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1SpeechTranscription::Representation
2118
+
2119
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1TextAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress::Representation
2147
+
2148
+ end
2149
+ end
2150
+
2151
+ class GoogleCloudVideointelligenceV1p2beta1AnnotateVideoRequest
2152
+ # @private
2153
+ class Representation < Google::Apis::Core::JsonRepresentation
2154
+ collection :features, as: 'features'
2155
+ property :input_content, :base64 => true, as: 'inputContent'
2156
+ property :input_uri, as: 'inputUri'
2157
+ property :location_id, as: 'locationId'
2158
+ property :output_uri, as: 'outputUri'
2159
+ property :video_context, as: 'videoContext', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoContext, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoContext::Representation
2160
+
2161
+ end
2162
+ end
2163
+
2164
+ class GoogleCloudVideointelligenceV1p2beta1AnnotateVideoResponse
2165
+ # @private
2166
+ class Representation < Google::Apis::Core::JsonRepresentation
2167
+ collection :annotation_results, as: 'annotationResults', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults::Representation
2168
+
2169
+ end
2170
+ end
2171
+
2172
+ class GoogleCloudVideointelligenceV1p2beta1DetectedAttribute
2173
+ # @private
2174
+ class Representation < Google::Apis::Core::JsonRepresentation
2175
+ property :confidence, as: 'confidence'
2176
+ property :name, as: 'name'
2177
+ property :value, as: 'value'
2178
+ end
2179
+ end
2180
+
2181
+ class GoogleCloudVideointelligenceV1p2beta1DetectedLandmark
2182
+ # @private
2183
+ class Representation < Google::Apis::Core::JsonRepresentation
2184
+ property :confidence, as: 'confidence'
2185
+ property :name, as: 'name'
2186
+ property :point, as: 'point', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedVertex::Representation
2187
+
2188
+ end
2189
+ end
2190
+
2191
+ class GoogleCloudVideointelligenceV1p2beta1Entity
2192
+ # @private
2193
+ class Representation < Google::Apis::Core::JsonRepresentation
2194
+ property :description, as: 'description'
2195
+ property :entity_id, as: 'entityId'
2196
+ property :language_code, as: 'languageCode'
2197
+ end
2198
+ end
2199
+
2200
+ class GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation
2201
+ # @private
2202
+ class Representation < Google::Apis::Core::JsonRepresentation
2203
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame::Representation
2204
+
2205
+ property :version, as: 'version'
2206
+ end
2207
+ end
2208
+
2209
+ class GoogleCloudVideointelligenceV1p2beta1ExplicitContentDetectionConfig
2210
+ # @private
2211
+ class Representation < Google::Apis::Core::JsonRepresentation
2212
+ property :model, as: 'model'
2213
+ end
2214
+ end
2215
+
2216
+ class GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame
2217
+ # @private
2218
+ class Representation < Google::Apis::Core::JsonRepresentation
2219
+ property :pornography_likelihood, as: 'pornographyLikelihood'
2220
+ property :time_offset, as: 'timeOffset'
2221
+ end
2222
+ end
2223
+
2224
+ class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
2225
+ # @private
2226
+ class Representation < Google::Apis::Core::JsonRepresentation
2227
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1FaceFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1FaceFrame::Representation
2228
+
2229
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1FaceSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1FaceSegment::Representation
2230
+
2231
+ property :thumbnail, :base64 => true, as: 'thumbnail'
2232
+ end
2233
+ end
2234
+
2235
+ class GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation
2236
+ # @private
2237
+ class Representation < Google::Apis::Core::JsonRepresentation
2238
+ property :thumbnail, :base64 => true, as: 'thumbnail'
2239
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Track, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Track::Representation
2240
+
2241
+ property :version, as: 'version'
2242
+ end
2243
+ end
2244
+
2245
+ class GoogleCloudVideointelligenceV1p2beta1FaceDetectionConfig
2246
+ # @private
2247
+ class Representation < Google::Apis::Core::JsonRepresentation
2248
+ property :include_attributes, as: 'includeAttributes'
2249
+ property :include_bounding_boxes, as: 'includeBoundingBoxes'
2250
+ property :model, as: 'model'
2251
+ end
2252
+ end
2253
+
2254
+ class GoogleCloudVideointelligenceV1p2beta1FaceFrame
2255
+ # @private
2256
+ class Representation < Google::Apis::Core::JsonRepresentation
2257
+ collection :normalized_bounding_boxes, as: 'normalizedBoundingBoxes', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox::Representation
2258
+
2259
+ property :time_offset, as: 'timeOffset'
2260
+ end
2261
+ end
2262
+
2263
+ class GoogleCloudVideointelligenceV1p2beta1FaceSegment
2264
+ # @private
2265
+ class Representation < Google::Apis::Core::JsonRepresentation
2266
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2267
+
2268
+ end
2269
+ end
2270
+
2271
+ class GoogleCloudVideointelligenceV1p2beta1LabelAnnotation
2272
+ # @private
2273
+ class Representation < Google::Apis::Core::JsonRepresentation
2274
+ collection :category_entities, as: 'categoryEntities', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Entity::Representation
2275
+
2276
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Entity::Representation
2277
+
2278
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelFrame::Representation
2279
+
2280
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelSegment::Representation
2281
+
2282
+ property :version, as: 'version'
2283
+ end
2284
+ end
2285
+
2286
+ class GoogleCloudVideointelligenceV1p2beta1LabelDetectionConfig
2287
+ # @private
2288
+ class Representation < Google::Apis::Core::JsonRepresentation
2289
+ property :frame_confidence_threshold, as: 'frameConfidenceThreshold'
2290
+ property :label_detection_mode, as: 'labelDetectionMode'
2291
+ property :model, as: 'model'
2292
+ property :stationary_camera, as: 'stationaryCamera'
2293
+ property :video_confidence_threshold, as: 'videoConfidenceThreshold'
2294
+ end
2295
+ end
2296
+
2297
+ class GoogleCloudVideointelligenceV1p2beta1LabelFrame
2298
+ # @private
2299
+ class Representation < Google::Apis::Core::JsonRepresentation
2300
+ property :confidence, as: 'confidence'
2301
+ property :time_offset, as: 'timeOffset'
2302
+ end
2303
+ end
2304
+
2305
+ class GoogleCloudVideointelligenceV1p2beta1LabelSegment
2306
+ # @private
2307
+ class Representation < Google::Apis::Core::JsonRepresentation
2308
+ property :confidence, as: 'confidence'
2309
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2310
+
2311
+ end
2312
+ end
2313
+
2314
+ class GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation
2315
+ # @private
2316
+ class Representation < Google::Apis::Core::JsonRepresentation
2317
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Entity::Representation
2318
+
2319
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2320
+
2321
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Track, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Track::Representation
2322
+
2323
+ end
2324
+ end
2325
+
2326
+ class GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox
2327
+ # @private
2328
+ class Representation < Google::Apis::Core::JsonRepresentation
2329
+ property :bottom, as: 'bottom'
2330
+ property :left, as: 'left'
2331
+ property :right, as: 'right'
2332
+ property :top, as: 'top'
2333
+ end
2334
+ end
2335
+
2336
+ class GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly
2337
+ # @private
2338
+ class Representation < Google::Apis::Core::JsonRepresentation
2339
+ collection :vertices, as: 'vertices', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedVertex::Representation
2340
+
2341
+ end
2342
+ end
2343
+
2344
+ class GoogleCloudVideointelligenceV1p2beta1NormalizedVertex
2345
+ # @private
2346
+ class Representation < Google::Apis::Core::JsonRepresentation
2347
+ property :x, as: 'x'
2348
+ property :y, as: 'y'
2349
+ end
2350
+ end
2351
+
2352
+ class GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation
2353
+ # @private
2354
+ class Representation < Google::Apis::Core::JsonRepresentation
2355
+ property :confidence, as: 'confidence'
2356
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Entity::Representation
2357
+
2358
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame::Representation
2359
+
2360
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2361
+
2362
+ property :track_id, :numeric_string => true, as: 'trackId'
2363
+ property :version, as: 'version'
2364
+ end
2365
+ end
2366
+
2367
+ class GoogleCloudVideointelligenceV1p2beta1ObjectTrackingConfig
2368
+ # @private
2369
+ class Representation < Google::Apis::Core::JsonRepresentation
2370
+ property :model, as: 'model'
2371
+ end
2372
+ end
2373
+
2374
+ class GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame
2375
+ # @private
2376
+ class Representation < Google::Apis::Core::JsonRepresentation
2377
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox::Representation
2378
+
2379
+ property :time_offset, as: 'timeOffset'
2380
+ end
2381
+ end
2382
+
2383
+ class GoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation
2384
+ # @private
2385
+ class Representation < Google::Apis::Core::JsonRepresentation
2386
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Track, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Track::Representation
2387
+
2388
+ property :version, as: 'version'
2389
+ end
2390
+ end
2391
+
2392
+ class GoogleCloudVideointelligenceV1p2beta1PersonDetectionConfig
2393
+ # @private
2394
+ class Representation < Google::Apis::Core::JsonRepresentation
2395
+ property :include_attributes, as: 'includeAttributes'
2396
+ property :include_bounding_boxes, as: 'includeBoundingBoxes'
2397
+ property :include_pose_landmarks, as: 'includePoseLandmarks'
2398
+ end
2399
+ end
2400
+
2401
+ class GoogleCloudVideointelligenceV1p2beta1ShotChangeDetectionConfig
2402
+ # @private
2403
+ class Representation < Google::Apis::Core::JsonRepresentation
2404
+ property :model, as: 'model'
2405
+ end
2406
+ end
2407
+
2408
+ class GoogleCloudVideointelligenceV1p2beta1SpeechContext
2409
+ # @private
2410
+ class Representation < Google::Apis::Core::JsonRepresentation
2411
+ collection :phrases, as: 'phrases'
2412
+ end
2413
+ end
2414
+
2415
+ class GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative
2416
+ # @private
2417
+ class Representation < Google::Apis::Core::JsonRepresentation
2418
+ property :confidence, as: 'confidence'
2419
+ property :transcript, as: 'transcript'
2420
+ collection :words, as: 'words', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1WordInfo, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1WordInfo::Representation
2421
+
2422
+ end
2423
+ end
2424
+
2425
+ class GoogleCloudVideointelligenceV1p2beta1SpeechTranscription
2426
+ # @private
2427
+ class Representation < Google::Apis::Core::JsonRepresentation
2428
+ collection :alternatives, as: 'alternatives', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative::Representation
2429
+
2430
+ property :language_code, as: 'languageCode'
2431
+ end
2432
+ end
2433
+
2434
+ class GoogleCloudVideointelligenceV1p2beta1SpeechTranscriptionConfig
2435
+ # @private
2436
+ class Representation < Google::Apis::Core::JsonRepresentation
2437
+ collection :audio_tracks, as: 'audioTracks'
2438
+ property :diarization_speaker_count, as: 'diarizationSpeakerCount'
2439
+ property :enable_automatic_punctuation, as: 'enableAutomaticPunctuation'
2440
+ property :enable_speaker_diarization, as: 'enableSpeakerDiarization'
2441
+ property :enable_word_confidence, as: 'enableWordConfidence'
2442
+ property :filter_profanity, as: 'filterProfanity'
2443
+ property :language_code, as: 'languageCode'
2444
+ property :max_alternatives, as: 'maxAlternatives'
2445
+ collection :speech_contexts, as: 'speechContexts', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1SpeechContext, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1SpeechContext::Representation
2446
+
2447
+ end
2448
+ end
2449
+
2450
+ class GoogleCloudVideointelligenceV1p2beta1TextAnnotation
2451
+ # @private
2452
+ class Representation < Google::Apis::Core::JsonRepresentation
2453
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1TextSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1TextSegment::Representation
2454
+
2455
+ property :text, as: 'text'
2456
+ property :version, as: 'version'
2457
+ end
2458
+ end
2459
+
2460
+ class GoogleCloudVideointelligenceV1p2beta1TextDetectionConfig
2461
+ # @private
2462
+ class Representation < Google::Apis::Core::JsonRepresentation
2463
+ collection :language_hints, as: 'languageHints'
2464
+ property :model, as: 'model'
2465
+ end
2466
+ end
2467
+
2468
+ class GoogleCloudVideointelligenceV1p2beta1TextFrame
2469
+ # @private
2470
+ class Representation < Google::Apis::Core::JsonRepresentation
2471
+ property :rotated_bounding_box, as: 'rotatedBoundingBox', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly::Representation
2472
+
2473
+ property :time_offset, as: 'timeOffset'
2474
+ end
2475
+ end
2476
+
2477
+ class GoogleCloudVideointelligenceV1p2beta1TextSegment
2478
+ # @private
2479
+ class Representation < Google::Apis::Core::JsonRepresentation
2480
+ property :confidence, as: 'confidence'
2481
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1TextFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1TextFrame::Representation
2482
+
2483
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2484
+
2485
+ end
2486
+ end
2487
+
2488
+ class GoogleCloudVideointelligenceV1p2beta1TimestampedObject
2489
+ # @private
2490
+ class Representation < Google::Apis::Core::JsonRepresentation
2491
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1DetectedAttribute::Representation
2492
+
2493
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1DetectedLandmark, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1DetectedLandmark::Representation
2494
+
2495
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox::Representation
2496
+
2497
+ property :time_offset, as: 'timeOffset'
2498
+ end
2499
+ end
2500
+
2501
+ class GoogleCloudVideointelligenceV1p2beta1Track
2502
+ # @private
2503
+ class Representation < Google::Apis::Core::JsonRepresentation
2504
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1DetectedAttribute::Representation
2505
+
2506
+ property :confidence, as: 'confidence'
2507
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2508
+
2509
+ collection :timestamped_objects, as: 'timestampedObjects', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1TimestampedObject, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1TimestampedObject::Representation
2510
+
2511
+ end
2512
+ end
2513
+
2514
+ class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
2515
+ # @private
2516
+ class Representation < Google::Apis::Core::JsonRepresentation
2517
+ property :feature, as: 'feature'
2518
+ property :input_uri, as: 'inputUri'
2519
+ property :progress_percent, as: 'progressPercent'
2520
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2521
+
2522
+ property :start_time, as: 'startTime'
2523
+ property :update_time, as: 'updateTime'
2524
+ end
2525
+ end
2526
+
2527
+ class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults
2528
+ # @private
2529
+ class Representation < Google::Apis::Core::JsonRepresentation
2530
+ property :error, as: 'error', class: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus::Representation
2531
+
2532
+ property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation::Representation
2533
+
2534
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1FaceAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1FaceAnnotation::Representation
2535
+
2536
+ collection :face_detection_annotations, as: 'faceDetectionAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation::Representation
2537
+
2538
+ collection :frame_label_annotations, as: 'frameLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
2539
+
2540
+ property :input_uri, as: 'inputUri'
2541
+ collection :logo_recognition_annotations, as: 'logoRecognitionAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation::Representation
2542
+
2543
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation::Representation
2544
+
2545
+ collection :person_detection_annotations, as: 'personDetectionAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation::Representation
2546
+
2547
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2548
+
2549
+ collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
2550
+
2551
+ collection :segment_presence_label_annotations, as: 'segmentPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
2552
+
2553
+ collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2554
+
2555
+ collection :shot_label_annotations, as: 'shotLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
2556
+
2557
+ collection :shot_presence_label_annotations, as: 'shotPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
2558
+
2559
+ collection :speech_transcriptions, as: 'speechTranscriptions', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1SpeechTranscription, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1SpeechTranscription::Representation
2560
+
2561
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1TextAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1TextAnnotation::Representation
2562
+
2563
+ end
2564
+ end
2565
+
2566
+ class GoogleCloudVideointelligenceV1p2beta1VideoContext
2567
+ # @private
2568
+ class Representation < Google::Apis::Core::JsonRepresentation
2569
+ property :explicit_content_detection_config, as: 'explicitContentDetectionConfig', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ExplicitContentDetectionConfig, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ExplicitContentDetectionConfig::Representation
2570
+
2571
+ property :face_detection_config, as: 'faceDetectionConfig', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1FaceDetectionConfig, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1FaceDetectionConfig::Representation
2572
+
2573
+ property :label_detection_config, as: 'labelDetectionConfig', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelDetectionConfig, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelDetectionConfig::Representation
2574
+
2575
+ property :object_tracking_config, as: 'objectTrackingConfig', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingConfig, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingConfig::Representation
2576
+
2577
+ property :person_detection_config, as: 'personDetectionConfig', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1PersonDetectionConfig, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1PersonDetectionConfig::Representation
2578
+
2579
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
2580
+
2581
+ property :shot_change_detection_config, as: 'shotChangeDetectionConfig', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ShotChangeDetectionConfig, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ShotChangeDetectionConfig::Representation
2582
+
2583
+ property :speech_transcription_config, as: 'speechTranscriptionConfig', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1SpeechTranscriptionConfig, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1SpeechTranscriptionConfig::Representation
2584
+
2585
+ property :text_detection_config, as: 'textDetectionConfig', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1TextDetectionConfig, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1TextDetectionConfig::Representation
2586
+
2587
+ end
2588
+ end
2589
+
2590
+ class GoogleCloudVideointelligenceV1p2beta1VideoSegment
2591
+ # @private
2592
+ class Representation < Google::Apis::Core::JsonRepresentation
2593
+ property :end_time_offset, as: 'endTimeOffset'
2594
+ property :start_time_offset, as: 'startTimeOffset'
2595
+ end
2596
+ end
2597
+
2598
+ class GoogleCloudVideointelligenceV1p2beta1WordInfo
2599
+ # @private
2600
+ class Representation < Google::Apis::Core::JsonRepresentation
2601
+ property :confidence, as: 'confidence'
2602
+ property :end_time, as: 'endTime'
2603
+ property :speaker_tag, as: 'speakerTag'
2604
+ property :start_time, as: 'startTime'
2605
+ property :word, as: 'word'
2606
+ end
2607
+ end
2608
+
2609
+ class GoogleCloudVideointelligenceV1p3beta1AnnotateVideoProgress
2610
+ # @private
2611
+ class Representation < Google::Apis::Core::JsonRepresentation
2612
+ collection :annotation_progress, as: 'annotationProgress', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress::Representation
2613
+
2614
+ end
2615
+ end
2616
+
2617
+ class GoogleCloudVideointelligenceV1p3beta1AnnotateVideoResponse
2618
+ # @private
2619
+ class Representation < Google::Apis::Core::JsonRepresentation
2620
+ collection :annotation_results, as: 'annotationResults', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults::Representation
2621
+
2622
+ end
2623
+ end
2624
+
2625
+ class GoogleCloudVideointelligenceV1p3beta1Celebrity
2626
+ # @private
2627
+ class Representation < Google::Apis::Core::JsonRepresentation
2628
+ property :description, as: 'description'
2629
+ property :display_name, as: 'displayName'
2630
+ property :name, as: 'name'
2631
+ end
2632
+ end
2633
+
2634
+ class GoogleCloudVideointelligenceV1p3beta1CelebrityRecognitionAnnotation
2635
+ # @private
2636
+ class Representation < Google::Apis::Core::JsonRepresentation
2637
+ collection :celebrity_tracks, as: 'celebrityTracks', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1CelebrityTrack, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1CelebrityTrack::Representation
2638
+
2639
+ property :version, as: 'version'
2640
+ end
2641
+ end
2642
+
2643
+ class GoogleCloudVideointelligenceV1p3beta1CelebrityTrack
2644
+ # @private
2645
+ class Representation < Google::Apis::Core::JsonRepresentation
2646
+ collection :celebrities, as: 'celebrities', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1RecognizedCelebrity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1RecognizedCelebrity::Representation
2647
+
2648
+ property :face_track, as: 'faceTrack', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1Track, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1Track::Representation
2649
+
2650
+ end
2651
+ end
2652
+
2653
+ class GoogleCloudVideointelligenceV1p3beta1DetectedAttribute
2654
+ # @private
2655
+ class Representation < Google::Apis::Core::JsonRepresentation
2656
+ property :confidence, as: 'confidence'
2657
+ property :name, as: 'name'
2658
+ property :value, as: 'value'
2659
+ end
2660
+ end
2661
+
2662
+ class GoogleCloudVideointelligenceV1p3beta1DetectedLandmark
2663
+ # @private
2664
+ class Representation < Google::Apis::Core::JsonRepresentation
2665
+ property :confidence, as: 'confidence'
2666
+ property :name, as: 'name'
2667
+ property :point, as: 'point', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1NormalizedVertex::Representation
2668
+
2669
+ end
2670
+ end
2671
+
2672
+ class GoogleCloudVideointelligenceV1p3beta1Entity
2673
+ # @private
2674
+ class Representation < Google::Apis::Core::JsonRepresentation
2675
+ property :description, as: 'description'
2676
+ property :entity_id, as: 'entityId'
2677
+ property :language_code, as: 'languageCode'
2678
+ end
2679
+ end
2680
+
2681
+ class GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation
2682
+ # @private
2683
+ class Representation < Google::Apis::Core::JsonRepresentation
2684
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame::Representation
2685
+
2686
+ property :version, as: 'version'
2687
+ end
2688
+ end
2689
+
2690
+ class GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame
2691
+ # @private
2692
+ class Representation < Google::Apis::Core::JsonRepresentation
2693
+ property :pornography_likelihood, as: 'pornographyLikelihood'
2694
+ property :time_offset, as: 'timeOffset'
2695
+ end
2696
+ end
2697
+
2698
+ class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
2699
+ # @private
2700
+ class Representation < Google::Apis::Core::JsonRepresentation
2701
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1FaceFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1FaceFrame::Representation
2702
+
2703
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1FaceSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1FaceSegment::Representation
2704
+
2705
+ property :thumbnail, :base64 => true, as: 'thumbnail'
2706
+ end
2707
+ end
2708
+
2709
+ class GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation
2710
+ # @private
2711
+ class Representation < Google::Apis::Core::JsonRepresentation
2712
+ property :thumbnail, :base64 => true, as: 'thumbnail'
2713
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1Track, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1Track::Representation
2714
+
2715
+ property :version, as: 'version'
2716
+ end
2717
+ end
2718
+
2719
+ class GoogleCloudVideointelligenceV1p3beta1FaceFrame
2720
+ # @private
2721
+ class Representation < Google::Apis::Core::JsonRepresentation
2722
+ collection :normalized_bounding_boxes, as: 'normalizedBoundingBoxes', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox::Representation
2723
+
2724
+ property :time_offset, as: 'timeOffset'
2725
+ end
2726
+ end
2727
+
2728
+ class GoogleCloudVideointelligenceV1p3beta1FaceSegment
2729
+ # @private
2730
+ class Representation < Google::Apis::Core::JsonRepresentation
2731
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2732
+
2733
+ end
2734
+ end
2735
+
2736
+ class GoogleCloudVideointelligenceV1p3beta1LabelAnnotation
2737
+ # @private
2738
+ class Representation < Google::Apis::Core::JsonRepresentation
2739
+ collection :category_entities, as: 'categoryEntities', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1Entity::Representation
2740
+
2741
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1Entity::Representation
2742
+
2743
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LabelFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LabelFrame::Representation
2744
+
2745
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LabelSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LabelSegment::Representation
2746
+
2747
+ property :version, as: 'version'
2748
+ end
2749
+ end
2750
+
2751
+ class GoogleCloudVideointelligenceV1p3beta1LabelFrame
2752
+ # @private
2753
+ class Representation < Google::Apis::Core::JsonRepresentation
2754
+ property :confidence, as: 'confidence'
2755
+ property :time_offset, as: 'timeOffset'
2756
+ end
2757
+ end
2758
+
2759
+ class GoogleCloudVideointelligenceV1p3beta1LabelSegment
2760
+ # @private
2761
+ class Representation < Google::Apis::Core::JsonRepresentation
2762
+ property :confidence, as: 'confidence'
2763
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2764
+
2765
+ end
2766
+ end
2767
+
2768
+ class GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation
2769
+ # @private
2770
+ class Representation < Google::Apis::Core::JsonRepresentation
2771
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1Entity::Representation
2772
+
2773
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2774
+
2775
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1Track, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1Track::Representation
2776
+
2777
+ end
2778
+ end
2779
+
2780
+ class GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox
2781
+ # @private
2782
+ class Representation < Google::Apis::Core::JsonRepresentation
2783
+ property :bottom, as: 'bottom'
2784
+ property :left, as: 'left'
2785
+ property :right, as: 'right'
2786
+ property :top, as: 'top'
2787
+ end
2788
+ end
2789
+
2790
+ class GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly
2791
+ # @private
2792
+ class Representation < Google::Apis::Core::JsonRepresentation
2793
+ collection :vertices, as: 'vertices', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1NormalizedVertex::Representation
2794
+
2795
+ end
2796
+ end
2797
+
2798
+ class GoogleCloudVideointelligenceV1p3beta1NormalizedVertex
2799
+ # @private
2800
+ class Representation < Google::Apis::Core::JsonRepresentation
2801
+ property :x, as: 'x'
2802
+ property :y, as: 'y'
2803
+ end
2804
+ end
2805
+
2806
+ class GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation
2807
+ # @private
2808
+ class Representation < Google::Apis::Core::JsonRepresentation
2809
+ property :confidence, as: 'confidence'
2810
+ property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1Entity::Representation
2811
+
2812
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame::Representation
2813
+
2814
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2815
+
2816
+ property :track_id, :numeric_string => true, as: 'trackId'
2817
+ property :version, as: 'version'
2818
+ end
2819
+ end
2820
+
2821
+ class GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame
2822
+ # @private
2823
+ class Representation < Google::Apis::Core::JsonRepresentation
2824
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox::Representation
2825
+
2826
+ property :time_offset, as: 'timeOffset'
2827
+ end
2828
+ end
2829
+
2830
+ class GoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation
2831
+ # @private
2832
+ class Representation < Google::Apis::Core::JsonRepresentation
2833
+ collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1Track, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1Track::Representation
2834
+
2835
+ property :version, as: 'version'
2836
+ end
2837
+ end
2838
+
2839
+ class GoogleCloudVideointelligenceV1p3beta1RecognizedCelebrity
2840
+ # @private
2841
+ class Representation < Google::Apis::Core::JsonRepresentation
2842
+ property :celebrity, as: 'celebrity', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1Celebrity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1Celebrity::Representation
2843
+
2844
+ property :confidence, as: 'confidence'
2845
+ end
2846
+ end
2847
+
2848
+ class GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative
2849
+ # @private
2850
+ class Representation < Google::Apis::Core::JsonRepresentation
2851
+ property :confidence, as: 'confidence'
2852
+ property :transcript, as: 'transcript'
2853
+ collection :words, as: 'words', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1WordInfo, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1WordInfo::Representation
2854
+
2855
+ end
2856
+ end
2857
+
2858
+ class GoogleCloudVideointelligenceV1p3beta1SpeechTranscription
2859
+ # @private
2860
+ class Representation < Google::Apis::Core::JsonRepresentation
2861
+ collection :alternatives, as: 'alternatives', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative::Representation
2862
+
2863
+ property :language_code, as: 'languageCode'
2864
+ end
2865
+ end
2866
+
2867
+ class GoogleCloudVideointelligenceV1p3beta1StreamingAnnotateVideoResponse
2868
+ # @private
2869
+ class Representation < Google::Apis::Core::JsonRepresentation
2870
+ property :annotation_results, as: 'annotationResults', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults::Representation
2871
+
2872
+ property :annotation_results_uri, as: 'annotationResultsUri'
2873
+ property :error, as: 'error', class: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus::Representation
2874
+
2875
+ end
2876
+ end
2877
+
2878
+ class GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults
2879
+ # @private
2880
+ class Representation < Google::Apis::Core::JsonRepresentation
2881
+ property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation::Representation
2882
+
2883
+ property :frame_timestamp, as: 'frameTimestamp'
2884
+ collection :label_annotations, as: 'labelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
2885
+
2886
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation::Representation
2887
+
2888
+ collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2889
+
2890
+ end
2891
+ end
2892
+
2893
+ class GoogleCloudVideointelligenceV1p3beta1TextAnnotation
2894
+ # @private
2895
+ class Representation < Google::Apis::Core::JsonRepresentation
2896
+ collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1TextSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1TextSegment::Representation
2897
+
2898
+ property :text, as: 'text'
2899
+ property :version, as: 'version'
2900
+ end
2901
+ end
2902
+
2903
+ class GoogleCloudVideointelligenceV1p3beta1TextFrame
2904
+ # @private
2905
+ class Representation < Google::Apis::Core::JsonRepresentation
2906
+ property :rotated_bounding_box, as: 'rotatedBoundingBox', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly::Representation
2907
+
2908
+ property :time_offset, as: 'timeOffset'
2909
+ end
2910
+ end
2911
+
2912
+ class GoogleCloudVideointelligenceV1p3beta1TextSegment
2913
+ # @private
2914
+ class Representation < Google::Apis::Core::JsonRepresentation
2915
+ property :confidence, as: 'confidence'
2916
+ collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1TextFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1TextFrame::Representation
2917
+
2918
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2919
+
2920
+ end
2921
+ end
2922
+
2923
+ class GoogleCloudVideointelligenceV1p3beta1TimestampedObject
2924
+ # @private
2925
+ class Representation < Google::Apis::Core::JsonRepresentation
2926
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1DetectedAttribute::Representation
2927
+
2928
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1DetectedLandmark, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1DetectedLandmark::Representation
2929
+
2930
+ property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox::Representation
2931
+
2932
+ property :time_offset, as: 'timeOffset'
2933
+ end
2934
+ end
2935
+
2936
+ class GoogleCloudVideointelligenceV1p3beta1Track
2937
+ # @private
2938
+ class Representation < Google::Apis::Core::JsonRepresentation
2939
+ collection :attributes, as: 'attributes', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1DetectedAttribute, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1DetectedAttribute::Representation
2940
+
2941
+ property :confidence, as: 'confidence'
2942
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2943
+
2944
+ collection :timestamped_objects, as: 'timestampedObjects', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1TimestampedObject, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1TimestampedObject::Representation
2945
+
2946
+ end
2947
+ end
2948
+
2949
+ class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress
2950
+ # @private
2951
+ class Representation < Google::Apis::Core::JsonRepresentation
2952
+ property :feature, as: 'feature'
2953
+ property :input_uri, as: 'inputUri'
2954
+ property :progress_percent, as: 'progressPercent'
2955
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2956
+
2957
+ property :start_time, as: 'startTime'
2958
+ property :update_time, as: 'updateTime'
2959
+ end
2960
+ end
2961
+
2962
+ class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults
2963
+ # @private
2964
+ class Representation < Google::Apis::Core::JsonRepresentation
2965
+ property :celebrity_recognition_annotations, as: 'celebrityRecognitionAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1CelebrityRecognitionAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1CelebrityRecognitionAnnotation::Representation
2966
+
2967
+ property :error, as: 'error', class: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus::Representation
2968
+
2969
+ property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation::Representation
2970
+
2971
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1FaceAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1FaceAnnotation::Representation
2972
+
2973
+ collection :face_detection_annotations, as: 'faceDetectionAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation::Representation
2974
+
2975
+ collection :frame_label_annotations, as: 'frameLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
2976
+
2977
+ property :input_uri, as: 'inputUri'
2978
+ collection :logo_recognition_annotations, as: 'logoRecognitionAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation::Representation
2979
+
2980
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation::Representation
2981
+
2982
+ collection :person_detection_annotations, as: 'personDetectionAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation::Representation
2983
+
2984
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2985
+
2986
+ collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
2987
+
2988
+ collection :segment_presence_label_annotations, as: 'segmentPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
2989
+
2990
+ collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2991
+
2992
+ collection :shot_label_annotations, as: 'shotLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
2993
+
2994
+ collection :shot_presence_label_annotations, as: 'shotPresenceLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
2995
+
2996
+ collection :speech_transcriptions, as: 'speechTranscriptions', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1SpeechTranscription, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1SpeechTranscription::Representation
2997
+
2998
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1TextAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1TextAnnotation::Representation
2999
+
3000
+ end
3001
+ end
3002
+
3003
+ class GoogleCloudVideointelligenceV1p3beta1VideoSegment
3004
+ # @private
3005
+ class Representation < Google::Apis::Core::JsonRepresentation
3006
+ property :end_time_offset, as: 'endTimeOffset'
3007
+ property :start_time_offset, as: 'startTimeOffset'
3008
+ end
3009
+ end
3010
+
3011
+ class GoogleCloudVideointelligenceV1p3beta1WordInfo
3012
+ # @private
3013
+ class Representation < Google::Apis::Core::JsonRepresentation
3014
+ property :confidence, as: 'confidence'
3015
+ property :end_time, as: 'endTime'
3016
+ property :speaker_tag, as: 'speakerTag'
3017
+ property :start_time, as: 'startTime'
3018
+ property :word, as: 'word'
3019
+ end
3020
+ end
3021
+
3022
+ class GoogleLongrunningOperation
3023
+ # @private
3024
+ class Representation < Google::Apis::Core::JsonRepresentation
3025
+ property :done, as: 'done'
3026
+ property :error, as: 'error', class: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1p2beta1::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