google-apis-vision_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 VisionV1p2beta1
18
+ # Version of the google-apis-vision_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 = "20201023"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,4479 @@
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 VisionV1p2beta1
24
+
25
+ class AnnotateFileResponse
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AnnotateImageResponse
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class AsyncAnnotateFileResponse
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class AsyncBatchAnnotateFilesResponse
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class AsyncBatchAnnotateImagesResponse
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class BatchAnnotateFilesResponse
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class BatchOperationMetadata
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class Block
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class BoundingPoly
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class Color
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class ColorInfo
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class CropHint
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class CropHintsAnnotation
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class DetectedBreak
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class DetectedLanguage
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class DominantColorsAnnotation
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class EntityAnnotation
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class FaceAnnotation
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class GcsDestination
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class GcsSource
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class GoogleCloudVisionV1p1beta1AnnotateFileResponse
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class GoogleCloudVisionV1p1beta1AnnotateImageResponse
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class GoogleCloudVisionV1p1beta1Block
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class GoogleCloudVisionV1p1beta1BoundingPoly
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class GoogleCloudVisionV1p1beta1ColorInfo
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class GoogleCloudVisionV1p1beta1CropHint
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class GoogleCloudVisionV1p1beta1CropHintsAnnotation
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class GoogleCloudVisionV1p1beta1DominantColorsAnnotation
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class GoogleCloudVisionV1p1beta1EntityAnnotation
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class GoogleCloudVisionV1p1beta1FaceAnnotation
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class GoogleCloudVisionV1p1beta1FaceAnnotationLandmark
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class GoogleCloudVisionV1p1beta1GcsDestination
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class GoogleCloudVisionV1p1beta1GcsSource
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class GoogleCloudVisionV1p1beta1ImageAnnotationContext
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class GoogleCloudVisionV1p1beta1ImageProperties
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class GoogleCloudVisionV1p1beta1InputConfig
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class GoogleCloudVisionV1p1beta1LocationInfo
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class GoogleCloudVisionV1p1beta1NormalizedVertex
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class GoogleCloudVisionV1p1beta1OperationMetadata
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class GoogleCloudVisionV1p1beta1OutputConfig
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class GoogleCloudVisionV1p1beta1Page
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class GoogleCloudVisionV1p1beta1Paragraph
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class GoogleCloudVisionV1p1beta1Position
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class GoogleCloudVisionV1p1beta1Product
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class GoogleCloudVisionV1p1beta1ProductKeyValue
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class GoogleCloudVisionV1p1beta1ProductSearchResults
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class GoogleCloudVisionV1p1beta1ProductSearchResultsResult
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class GoogleCloudVisionV1p1beta1Property
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class GoogleCloudVisionV1p1beta1SafeSearchAnnotation
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class GoogleCloudVisionV1p1beta1Symbol
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class GoogleCloudVisionV1p1beta1TextAnnotation
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class GoogleCloudVisionV1p1beta1TextAnnotationTextProperty
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class GoogleCloudVisionV1p1beta1Vertex
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class GoogleCloudVisionV1p1beta1WebDetection
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class GoogleCloudVisionV1p1beta1WebDetectionWebEntity
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class GoogleCloudVisionV1p1beta1WebDetectionWebImage
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class GoogleCloudVisionV1p1beta1WebDetectionWebLabel
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class GoogleCloudVisionV1p1beta1WebDetectionWebPage
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class GoogleCloudVisionV1p1beta1Word
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class GoogleCloudVisionV1p2beta1AnnotateFileRequest
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class GoogleCloudVisionV1p2beta1AnnotateFileResponse
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class GoogleCloudVisionV1p2beta1AnnotateImageRequest
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class GoogleCloudVisionV1p2beta1AnnotateImageResponse
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class GoogleCloudVisionV1p2beta1AsyncAnnotateFileRequest
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class GoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesRequest
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class GoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class GoogleCloudVisionV1p2beta1AsyncBatchAnnotateImagesRequest
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class GoogleCloudVisionV1p2beta1BatchAnnotateFilesRequest
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class GoogleCloudVisionV1p2beta1BatchAnnotateFilesResponse
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ class GoogleCloudVisionV1p2beta1BatchAnnotateImagesRequest
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class GoogleCloudVisionV1p2beta1BatchAnnotateImagesResponse
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
499
+ class GoogleCloudVisionV1p2beta1Block
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
505
+ class GoogleCloudVisionV1p2beta1BoundingPoly
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
511
+ class GoogleCloudVisionV1p2beta1ColorInfo
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class GoogleCloudVisionV1p2beta1CropHint
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class GoogleCloudVisionV1p2beta1CropHintsAnnotation
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
529
+ class GoogleCloudVisionV1p2beta1CropHintsParams
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
535
+ class GoogleCloudVisionV1p2beta1DominantColorsAnnotation
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
541
+ class GoogleCloudVisionV1p2beta1EntityAnnotation
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
547
+ class GoogleCloudVisionV1p2beta1FaceAnnotation
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class GoogleCloudVisionV1p2beta1FaceAnnotationLandmark
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
559
+ class GoogleCloudVisionV1p2beta1Feature
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
565
+ class GoogleCloudVisionV1p2beta1GcsDestination
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
571
+ class GoogleCloudVisionV1p2beta1GcsSource
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
577
+ class GoogleCloudVisionV1p2beta1Image
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
583
+ class GoogleCloudVisionV1p2beta1ImageAnnotationContext
584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
585
+
586
+ include Google::Apis::Core::JsonObjectSupport
587
+ end
588
+
589
+ class GoogleCloudVisionV1p2beta1ImageContext
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
595
+ class GoogleCloudVisionV1p2beta1ImageProperties
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
601
+ class GoogleCloudVisionV1p2beta1ImageSource
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
607
+ class GoogleCloudVisionV1p2beta1InputConfig
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class GoogleCloudVisionV1p2beta1LatLongRect
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
619
+ class GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
625
+ class GoogleCloudVisionV1p2beta1LocationInfo
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class GoogleCloudVisionV1p2beta1NormalizedVertex
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
637
+ class GoogleCloudVisionV1p2beta1OperationMetadata
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
643
+ class GoogleCloudVisionV1p2beta1OutputConfig
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
649
+ class GoogleCloudVisionV1p2beta1Page
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
655
+ class GoogleCloudVisionV1p2beta1Paragraph
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
661
+ class GoogleCloudVisionV1p2beta1Position
662
+ class Representation < Google::Apis::Core::JsonRepresentation; end
663
+
664
+ include Google::Apis::Core::JsonObjectSupport
665
+ end
666
+
667
+ class GoogleCloudVisionV1p2beta1Product
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
673
+ class GoogleCloudVisionV1p2beta1ProductKeyValue
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
679
+ class GoogleCloudVisionV1p2beta1ProductSearchParams
680
+ class Representation < Google::Apis::Core::JsonRepresentation; end
681
+
682
+ include Google::Apis::Core::JsonObjectSupport
683
+ end
684
+
685
+ class GoogleCloudVisionV1p2beta1ProductSearchResults
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
691
+ class GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
697
+ class GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
703
+ class GoogleCloudVisionV1p2beta1ProductSearchResultsResult
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
709
+ class GoogleCloudVisionV1p2beta1Property
710
+ class Representation < Google::Apis::Core::JsonRepresentation; end
711
+
712
+ include Google::Apis::Core::JsonObjectSupport
713
+ end
714
+
715
+ class GoogleCloudVisionV1p2beta1SafeSearchAnnotation
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
721
+ class GoogleCloudVisionV1p2beta1Symbol
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
727
+ class GoogleCloudVisionV1p2beta1TextAnnotation
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
733
+ class GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+
736
+ include Google::Apis::Core::JsonObjectSupport
737
+ end
738
+
739
+ class GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
745
+ class GoogleCloudVisionV1p2beta1TextAnnotationTextProperty
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
751
+ class GoogleCloudVisionV1p2beta1Vertex
752
+ class Representation < Google::Apis::Core::JsonRepresentation; end
753
+
754
+ include Google::Apis::Core::JsonObjectSupport
755
+ end
756
+
757
+ class GoogleCloudVisionV1p2beta1WebDetection
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
763
+ class GoogleCloudVisionV1p2beta1WebDetectionParams
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
769
+ class GoogleCloudVisionV1p2beta1WebDetectionWebEntity
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
775
+ class GoogleCloudVisionV1p2beta1WebDetectionWebImage
776
+ class Representation < Google::Apis::Core::JsonRepresentation; end
777
+
778
+ include Google::Apis::Core::JsonObjectSupport
779
+ end
780
+
781
+ class GoogleCloudVisionV1p2beta1WebDetectionWebLabel
782
+ class Representation < Google::Apis::Core::JsonRepresentation; end
783
+
784
+ include Google::Apis::Core::JsonObjectSupport
785
+ end
786
+
787
+ class GoogleCloudVisionV1p2beta1WebDetectionWebPage
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
793
+ class GoogleCloudVisionV1p2beta1Word
794
+ class Representation < Google::Apis::Core::JsonRepresentation; end
795
+
796
+ include Google::Apis::Core::JsonObjectSupport
797
+ end
798
+
799
+ class GoogleCloudVisionV1p3beta1AnnotateFileResponse
800
+ class Representation < Google::Apis::Core::JsonRepresentation; end
801
+
802
+ include Google::Apis::Core::JsonObjectSupport
803
+ end
804
+
805
+ class GoogleCloudVisionV1p3beta1AnnotateImageResponse
806
+ class Representation < Google::Apis::Core::JsonRepresentation; end
807
+
808
+ include Google::Apis::Core::JsonObjectSupport
809
+ end
810
+
811
+ class GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse
812
+ class Representation < Google::Apis::Core::JsonRepresentation; end
813
+
814
+ include Google::Apis::Core::JsonObjectSupport
815
+ end
816
+
817
+ class GoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse
818
+ class Representation < Google::Apis::Core::JsonRepresentation; end
819
+
820
+ include Google::Apis::Core::JsonObjectSupport
821
+ end
822
+
823
+ class GoogleCloudVisionV1p3beta1BatchOperationMetadata
824
+ class Representation < Google::Apis::Core::JsonRepresentation; end
825
+
826
+ include Google::Apis::Core::JsonObjectSupport
827
+ end
828
+
829
+ class GoogleCloudVisionV1p3beta1Block
830
+ class Representation < Google::Apis::Core::JsonRepresentation; end
831
+
832
+ include Google::Apis::Core::JsonObjectSupport
833
+ end
834
+
835
+ class GoogleCloudVisionV1p3beta1BoundingPoly
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
841
+ class GoogleCloudVisionV1p3beta1ColorInfo
842
+ class Representation < Google::Apis::Core::JsonRepresentation; end
843
+
844
+ include Google::Apis::Core::JsonObjectSupport
845
+ end
846
+
847
+ class GoogleCloudVisionV1p3beta1CropHint
848
+ class Representation < Google::Apis::Core::JsonRepresentation; end
849
+
850
+ include Google::Apis::Core::JsonObjectSupport
851
+ end
852
+
853
+ class GoogleCloudVisionV1p3beta1CropHintsAnnotation
854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
855
+
856
+ include Google::Apis::Core::JsonObjectSupport
857
+ end
858
+
859
+ class GoogleCloudVisionV1p3beta1DominantColorsAnnotation
860
+ class Representation < Google::Apis::Core::JsonRepresentation; end
861
+
862
+ include Google::Apis::Core::JsonObjectSupport
863
+ end
864
+
865
+ class GoogleCloudVisionV1p3beta1EntityAnnotation
866
+ class Representation < Google::Apis::Core::JsonRepresentation; end
867
+
868
+ include Google::Apis::Core::JsonObjectSupport
869
+ end
870
+
871
+ class GoogleCloudVisionV1p3beta1FaceAnnotation
872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
873
+
874
+ include Google::Apis::Core::JsonObjectSupport
875
+ end
876
+
877
+ class GoogleCloudVisionV1p3beta1FaceAnnotationLandmark
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
883
+ class GoogleCloudVisionV1p3beta1GcsDestination
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
889
+ class GoogleCloudVisionV1p3beta1GcsSource
890
+ class Representation < Google::Apis::Core::JsonRepresentation; end
891
+
892
+ include Google::Apis::Core::JsonObjectSupport
893
+ end
894
+
895
+ class GoogleCloudVisionV1p3beta1ImageAnnotationContext
896
+ class Representation < Google::Apis::Core::JsonRepresentation; end
897
+
898
+ include Google::Apis::Core::JsonObjectSupport
899
+ end
900
+
901
+ class GoogleCloudVisionV1p3beta1ImageProperties
902
+ class Representation < Google::Apis::Core::JsonRepresentation; end
903
+
904
+ include Google::Apis::Core::JsonObjectSupport
905
+ end
906
+
907
+ class GoogleCloudVisionV1p3beta1ImportProductSetsResponse
908
+ class Representation < Google::Apis::Core::JsonRepresentation; end
909
+
910
+ include Google::Apis::Core::JsonObjectSupport
911
+ end
912
+
913
+ class GoogleCloudVisionV1p3beta1InputConfig
914
+ class Representation < Google::Apis::Core::JsonRepresentation; end
915
+
916
+ include Google::Apis::Core::JsonObjectSupport
917
+ end
918
+
919
+ class GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation
920
+ class Representation < Google::Apis::Core::JsonRepresentation; end
921
+
922
+ include Google::Apis::Core::JsonObjectSupport
923
+ end
924
+
925
+ class GoogleCloudVisionV1p3beta1LocationInfo
926
+ class Representation < Google::Apis::Core::JsonRepresentation; end
927
+
928
+ include Google::Apis::Core::JsonObjectSupport
929
+ end
930
+
931
+ class GoogleCloudVisionV1p3beta1NormalizedVertex
932
+ class Representation < Google::Apis::Core::JsonRepresentation; end
933
+
934
+ include Google::Apis::Core::JsonObjectSupport
935
+ end
936
+
937
+ class GoogleCloudVisionV1p3beta1OperationMetadata
938
+ class Representation < Google::Apis::Core::JsonRepresentation; end
939
+
940
+ include Google::Apis::Core::JsonObjectSupport
941
+ end
942
+
943
+ class GoogleCloudVisionV1p3beta1OutputConfig
944
+ class Representation < Google::Apis::Core::JsonRepresentation; end
945
+
946
+ include Google::Apis::Core::JsonObjectSupport
947
+ end
948
+
949
+ class GoogleCloudVisionV1p3beta1Page
950
+ class Representation < Google::Apis::Core::JsonRepresentation; end
951
+
952
+ include Google::Apis::Core::JsonObjectSupport
953
+ end
954
+
955
+ class GoogleCloudVisionV1p3beta1Paragraph
956
+ class Representation < Google::Apis::Core::JsonRepresentation; end
957
+
958
+ include Google::Apis::Core::JsonObjectSupport
959
+ end
960
+
961
+ class GoogleCloudVisionV1p3beta1Position
962
+ class Representation < Google::Apis::Core::JsonRepresentation; end
963
+
964
+ include Google::Apis::Core::JsonObjectSupport
965
+ end
966
+
967
+ class GoogleCloudVisionV1p3beta1Product
968
+ class Representation < Google::Apis::Core::JsonRepresentation; end
969
+
970
+ include Google::Apis::Core::JsonObjectSupport
971
+ end
972
+
973
+ class GoogleCloudVisionV1p3beta1ProductKeyValue
974
+ class Representation < Google::Apis::Core::JsonRepresentation; end
975
+
976
+ include Google::Apis::Core::JsonObjectSupport
977
+ end
978
+
979
+ class GoogleCloudVisionV1p3beta1ProductSearchResults
980
+ class Representation < Google::Apis::Core::JsonRepresentation; end
981
+
982
+ include Google::Apis::Core::JsonObjectSupport
983
+ end
984
+
985
+ class GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult
986
+ class Representation < Google::Apis::Core::JsonRepresentation; end
987
+
988
+ include Google::Apis::Core::JsonObjectSupport
989
+ end
990
+
991
+ class GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation
992
+ class Representation < Google::Apis::Core::JsonRepresentation; end
993
+
994
+ include Google::Apis::Core::JsonObjectSupport
995
+ end
996
+
997
+ class GoogleCloudVisionV1p3beta1ProductSearchResultsResult
998
+ class Representation < Google::Apis::Core::JsonRepresentation; end
999
+
1000
+ include Google::Apis::Core::JsonObjectSupport
1001
+ end
1002
+
1003
+ class GoogleCloudVisionV1p3beta1Property
1004
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1005
+
1006
+ include Google::Apis::Core::JsonObjectSupport
1007
+ end
1008
+
1009
+ class GoogleCloudVisionV1p3beta1ReferenceImage
1010
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1011
+
1012
+ include Google::Apis::Core::JsonObjectSupport
1013
+ end
1014
+
1015
+ class GoogleCloudVisionV1p3beta1SafeSearchAnnotation
1016
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1017
+
1018
+ include Google::Apis::Core::JsonObjectSupport
1019
+ end
1020
+
1021
+ class GoogleCloudVisionV1p3beta1Symbol
1022
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1023
+
1024
+ include Google::Apis::Core::JsonObjectSupport
1025
+ end
1026
+
1027
+ class GoogleCloudVisionV1p3beta1TextAnnotation
1028
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1029
+
1030
+ include Google::Apis::Core::JsonObjectSupport
1031
+ end
1032
+
1033
+ class GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak
1034
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1035
+
1036
+ include Google::Apis::Core::JsonObjectSupport
1037
+ end
1038
+
1039
+ class GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage
1040
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1041
+
1042
+ include Google::Apis::Core::JsonObjectSupport
1043
+ end
1044
+
1045
+ class GoogleCloudVisionV1p3beta1TextAnnotationTextProperty
1046
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1047
+
1048
+ include Google::Apis::Core::JsonObjectSupport
1049
+ end
1050
+
1051
+ class GoogleCloudVisionV1p3beta1Vertex
1052
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1053
+
1054
+ include Google::Apis::Core::JsonObjectSupport
1055
+ end
1056
+
1057
+ class GoogleCloudVisionV1p3beta1WebDetection
1058
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1059
+
1060
+ include Google::Apis::Core::JsonObjectSupport
1061
+ end
1062
+
1063
+ class GoogleCloudVisionV1p3beta1WebDetectionWebEntity
1064
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1065
+
1066
+ include Google::Apis::Core::JsonObjectSupport
1067
+ end
1068
+
1069
+ class GoogleCloudVisionV1p3beta1WebDetectionWebImage
1070
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1071
+
1072
+ include Google::Apis::Core::JsonObjectSupport
1073
+ end
1074
+
1075
+ class GoogleCloudVisionV1p3beta1WebDetectionWebLabel
1076
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1077
+
1078
+ include Google::Apis::Core::JsonObjectSupport
1079
+ end
1080
+
1081
+ class GoogleCloudVisionV1p3beta1WebDetectionWebPage
1082
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1083
+
1084
+ include Google::Apis::Core::JsonObjectSupport
1085
+ end
1086
+
1087
+ class GoogleCloudVisionV1p3beta1Word
1088
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1089
+
1090
+ include Google::Apis::Core::JsonObjectSupport
1091
+ end
1092
+
1093
+ class GoogleCloudVisionV1p4beta1AnnotateFileResponse
1094
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1095
+
1096
+ include Google::Apis::Core::JsonObjectSupport
1097
+ end
1098
+
1099
+ class GoogleCloudVisionV1p4beta1AnnotateImageResponse
1100
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1101
+
1102
+ include Google::Apis::Core::JsonObjectSupport
1103
+ end
1104
+
1105
+ class GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse
1106
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1107
+
1108
+ include Google::Apis::Core::JsonObjectSupport
1109
+ end
1110
+
1111
+ class GoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse
1112
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1113
+
1114
+ include Google::Apis::Core::JsonObjectSupport
1115
+ end
1116
+
1117
+ class GoogleCloudVisionV1p4beta1AsyncBatchAnnotateImagesResponse
1118
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1119
+
1120
+ include Google::Apis::Core::JsonObjectSupport
1121
+ end
1122
+
1123
+ class GoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse
1124
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1125
+
1126
+ include Google::Apis::Core::JsonObjectSupport
1127
+ end
1128
+
1129
+ class GoogleCloudVisionV1p4beta1BatchOperationMetadata
1130
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1131
+
1132
+ include Google::Apis::Core::JsonObjectSupport
1133
+ end
1134
+
1135
+ class GoogleCloudVisionV1p4beta1Block
1136
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1137
+
1138
+ include Google::Apis::Core::JsonObjectSupport
1139
+ end
1140
+
1141
+ class GoogleCloudVisionV1p4beta1BoundingPoly
1142
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1143
+
1144
+ include Google::Apis::Core::JsonObjectSupport
1145
+ end
1146
+
1147
+ class GoogleCloudVisionV1p4beta1Celebrity
1148
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1149
+
1150
+ include Google::Apis::Core::JsonObjectSupport
1151
+ end
1152
+
1153
+ class GoogleCloudVisionV1p4beta1ColorInfo
1154
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1155
+
1156
+ include Google::Apis::Core::JsonObjectSupport
1157
+ end
1158
+
1159
+ class GoogleCloudVisionV1p4beta1CropHint
1160
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1161
+
1162
+ include Google::Apis::Core::JsonObjectSupport
1163
+ end
1164
+
1165
+ class GoogleCloudVisionV1p4beta1CropHintsAnnotation
1166
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1167
+
1168
+ include Google::Apis::Core::JsonObjectSupport
1169
+ end
1170
+
1171
+ class GoogleCloudVisionV1p4beta1DominantColorsAnnotation
1172
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1173
+
1174
+ include Google::Apis::Core::JsonObjectSupport
1175
+ end
1176
+
1177
+ class GoogleCloudVisionV1p4beta1EntityAnnotation
1178
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1179
+
1180
+ include Google::Apis::Core::JsonObjectSupport
1181
+ end
1182
+
1183
+ class GoogleCloudVisionV1p4beta1FaceAnnotation
1184
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1185
+
1186
+ include Google::Apis::Core::JsonObjectSupport
1187
+ end
1188
+
1189
+ class GoogleCloudVisionV1p4beta1FaceAnnotationLandmark
1190
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1191
+
1192
+ include Google::Apis::Core::JsonObjectSupport
1193
+ end
1194
+
1195
+ class GoogleCloudVisionV1p4beta1FaceRecognitionResult
1196
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1197
+
1198
+ include Google::Apis::Core::JsonObjectSupport
1199
+ end
1200
+
1201
+ class GoogleCloudVisionV1p4beta1GcsDestination
1202
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1203
+
1204
+ include Google::Apis::Core::JsonObjectSupport
1205
+ end
1206
+
1207
+ class GoogleCloudVisionV1p4beta1GcsSource
1208
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1209
+
1210
+ include Google::Apis::Core::JsonObjectSupport
1211
+ end
1212
+
1213
+ class GoogleCloudVisionV1p4beta1ImageAnnotationContext
1214
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1215
+
1216
+ include Google::Apis::Core::JsonObjectSupport
1217
+ end
1218
+
1219
+ class GoogleCloudVisionV1p4beta1ImageProperties
1220
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1221
+
1222
+ include Google::Apis::Core::JsonObjectSupport
1223
+ end
1224
+
1225
+ class GoogleCloudVisionV1p4beta1ImportProductSetsResponse
1226
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1227
+
1228
+ include Google::Apis::Core::JsonObjectSupport
1229
+ end
1230
+
1231
+ class GoogleCloudVisionV1p4beta1InputConfig
1232
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1233
+
1234
+ include Google::Apis::Core::JsonObjectSupport
1235
+ end
1236
+
1237
+ class GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation
1238
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1239
+
1240
+ include Google::Apis::Core::JsonObjectSupport
1241
+ end
1242
+
1243
+ class GoogleCloudVisionV1p4beta1LocationInfo
1244
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1245
+
1246
+ include Google::Apis::Core::JsonObjectSupport
1247
+ end
1248
+
1249
+ class GoogleCloudVisionV1p4beta1NormalizedVertex
1250
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1251
+
1252
+ include Google::Apis::Core::JsonObjectSupport
1253
+ end
1254
+
1255
+ class GoogleCloudVisionV1p4beta1OperationMetadata
1256
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1257
+
1258
+ include Google::Apis::Core::JsonObjectSupport
1259
+ end
1260
+
1261
+ class GoogleCloudVisionV1p4beta1OutputConfig
1262
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1263
+
1264
+ include Google::Apis::Core::JsonObjectSupport
1265
+ end
1266
+
1267
+ class GoogleCloudVisionV1p4beta1Page
1268
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1269
+
1270
+ include Google::Apis::Core::JsonObjectSupport
1271
+ end
1272
+
1273
+ class GoogleCloudVisionV1p4beta1Paragraph
1274
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1275
+
1276
+ include Google::Apis::Core::JsonObjectSupport
1277
+ end
1278
+
1279
+ class GoogleCloudVisionV1p4beta1Position
1280
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1281
+
1282
+ include Google::Apis::Core::JsonObjectSupport
1283
+ end
1284
+
1285
+ class GoogleCloudVisionV1p4beta1Product
1286
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1287
+
1288
+ include Google::Apis::Core::JsonObjectSupport
1289
+ end
1290
+
1291
+ class GoogleCloudVisionV1p4beta1ProductKeyValue
1292
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1293
+
1294
+ include Google::Apis::Core::JsonObjectSupport
1295
+ end
1296
+
1297
+ class GoogleCloudVisionV1p4beta1ProductSearchResults
1298
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1299
+
1300
+ include Google::Apis::Core::JsonObjectSupport
1301
+ end
1302
+
1303
+ class GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult
1304
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1305
+
1306
+ include Google::Apis::Core::JsonObjectSupport
1307
+ end
1308
+
1309
+ class GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation
1310
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1311
+
1312
+ include Google::Apis::Core::JsonObjectSupport
1313
+ end
1314
+
1315
+ class GoogleCloudVisionV1p4beta1ProductSearchResultsResult
1316
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1317
+
1318
+ include Google::Apis::Core::JsonObjectSupport
1319
+ end
1320
+
1321
+ class GoogleCloudVisionV1p4beta1Property
1322
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1323
+
1324
+ include Google::Apis::Core::JsonObjectSupport
1325
+ end
1326
+
1327
+ class GoogleCloudVisionV1p4beta1ReferenceImage
1328
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1329
+
1330
+ include Google::Apis::Core::JsonObjectSupport
1331
+ end
1332
+
1333
+ class GoogleCloudVisionV1p4beta1SafeSearchAnnotation
1334
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1335
+
1336
+ include Google::Apis::Core::JsonObjectSupport
1337
+ end
1338
+
1339
+ class GoogleCloudVisionV1p4beta1Symbol
1340
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1341
+
1342
+ include Google::Apis::Core::JsonObjectSupport
1343
+ end
1344
+
1345
+ class GoogleCloudVisionV1p4beta1TextAnnotation
1346
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1347
+
1348
+ include Google::Apis::Core::JsonObjectSupport
1349
+ end
1350
+
1351
+ class GoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak
1352
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1353
+
1354
+ include Google::Apis::Core::JsonObjectSupport
1355
+ end
1356
+
1357
+ class GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage
1358
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1359
+
1360
+ include Google::Apis::Core::JsonObjectSupport
1361
+ end
1362
+
1363
+ class GoogleCloudVisionV1p4beta1TextAnnotationTextProperty
1364
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1365
+
1366
+ include Google::Apis::Core::JsonObjectSupport
1367
+ end
1368
+
1369
+ class GoogleCloudVisionV1p4beta1Vertex
1370
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1371
+
1372
+ include Google::Apis::Core::JsonObjectSupport
1373
+ end
1374
+
1375
+ class GoogleCloudVisionV1p4beta1WebDetection
1376
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1377
+
1378
+ include Google::Apis::Core::JsonObjectSupport
1379
+ end
1380
+
1381
+ class GoogleCloudVisionV1p4beta1WebDetectionWebEntity
1382
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1383
+
1384
+ include Google::Apis::Core::JsonObjectSupport
1385
+ end
1386
+
1387
+ class GoogleCloudVisionV1p4beta1WebDetectionWebImage
1388
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1389
+
1390
+ include Google::Apis::Core::JsonObjectSupport
1391
+ end
1392
+
1393
+ class GoogleCloudVisionV1p4beta1WebDetectionWebLabel
1394
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1395
+
1396
+ include Google::Apis::Core::JsonObjectSupport
1397
+ end
1398
+
1399
+ class GoogleCloudVisionV1p4beta1WebDetectionWebPage
1400
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1401
+
1402
+ include Google::Apis::Core::JsonObjectSupport
1403
+ end
1404
+
1405
+ class GoogleCloudVisionV1p4beta1Word
1406
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1407
+
1408
+ include Google::Apis::Core::JsonObjectSupport
1409
+ end
1410
+
1411
+ class GroupedResult
1412
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1413
+
1414
+ include Google::Apis::Core::JsonObjectSupport
1415
+ end
1416
+
1417
+ class ImageAnnotationContext
1418
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1419
+
1420
+ include Google::Apis::Core::JsonObjectSupport
1421
+ end
1422
+
1423
+ class ImageProperties
1424
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1425
+
1426
+ include Google::Apis::Core::JsonObjectSupport
1427
+ end
1428
+
1429
+ class ImportProductSetsResponse
1430
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1431
+
1432
+ include Google::Apis::Core::JsonObjectSupport
1433
+ end
1434
+
1435
+ class InputConfig
1436
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1437
+
1438
+ include Google::Apis::Core::JsonObjectSupport
1439
+ end
1440
+
1441
+ class KeyValue
1442
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1443
+
1444
+ include Google::Apis::Core::JsonObjectSupport
1445
+ end
1446
+
1447
+ class Landmark
1448
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1449
+
1450
+ include Google::Apis::Core::JsonObjectSupport
1451
+ end
1452
+
1453
+ class LatLng
1454
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1455
+
1456
+ include Google::Apis::Core::JsonObjectSupport
1457
+ end
1458
+
1459
+ class LocalizedObjectAnnotation
1460
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1461
+
1462
+ include Google::Apis::Core::JsonObjectSupport
1463
+ end
1464
+
1465
+ class LocationInfo
1466
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1467
+
1468
+ include Google::Apis::Core::JsonObjectSupport
1469
+ end
1470
+
1471
+ class NormalizedVertex
1472
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1473
+
1474
+ include Google::Apis::Core::JsonObjectSupport
1475
+ end
1476
+
1477
+ class ObjectAnnotation
1478
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1479
+
1480
+ include Google::Apis::Core::JsonObjectSupport
1481
+ end
1482
+
1483
+ class Operation
1484
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1485
+
1486
+ include Google::Apis::Core::JsonObjectSupport
1487
+ end
1488
+
1489
+ class OperationMetadata
1490
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1491
+
1492
+ include Google::Apis::Core::JsonObjectSupport
1493
+ end
1494
+
1495
+ class OutputConfig
1496
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1497
+
1498
+ include Google::Apis::Core::JsonObjectSupport
1499
+ end
1500
+
1501
+ class Page
1502
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1503
+
1504
+ include Google::Apis::Core::JsonObjectSupport
1505
+ end
1506
+
1507
+ class Paragraph
1508
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1509
+
1510
+ include Google::Apis::Core::JsonObjectSupport
1511
+ end
1512
+
1513
+ class Position
1514
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1515
+
1516
+ include Google::Apis::Core::JsonObjectSupport
1517
+ end
1518
+
1519
+ class Product
1520
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1521
+
1522
+ include Google::Apis::Core::JsonObjectSupport
1523
+ end
1524
+
1525
+ class ProductSearchResults
1526
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1527
+
1528
+ include Google::Apis::Core::JsonObjectSupport
1529
+ end
1530
+
1531
+ class Property
1532
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1533
+
1534
+ include Google::Apis::Core::JsonObjectSupport
1535
+ end
1536
+
1537
+ class ReferenceImage
1538
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1539
+
1540
+ include Google::Apis::Core::JsonObjectSupport
1541
+ end
1542
+
1543
+ class Result
1544
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1545
+
1546
+ include Google::Apis::Core::JsonObjectSupport
1547
+ end
1548
+
1549
+ class SafeSearchAnnotation
1550
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1551
+
1552
+ include Google::Apis::Core::JsonObjectSupport
1553
+ end
1554
+
1555
+ class Status
1556
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1557
+
1558
+ include Google::Apis::Core::JsonObjectSupport
1559
+ end
1560
+
1561
+ class Symbol
1562
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1563
+
1564
+ include Google::Apis::Core::JsonObjectSupport
1565
+ end
1566
+
1567
+ class TextAnnotation
1568
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1569
+
1570
+ include Google::Apis::Core::JsonObjectSupport
1571
+ end
1572
+
1573
+ class TextProperty
1574
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1575
+
1576
+ include Google::Apis::Core::JsonObjectSupport
1577
+ end
1578
+
1579
+ class Vertex
1580
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1581
+
1582
+ include Google::Apis::Core::JsonObjectSupport
1583
+ end
1584
+
1585
+ class WebDetection
1586
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1587
+
1588
+ include Google::Apis::Core::JsonObjectSupport
1589
+ end
1590
+
1591
+ class WebEntity
1592
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1593
+
1594
+ include Google::Apis::Core::JsonObjectSupport
1595
+ end
1596
+
1597
+ class WebImage
1598
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1599
+
1600
+ include Google::Apis::Core::JsonObjectSupport
1601
+ end
1602
+
1603
+ class WebLabel
1604
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1605
+
1606
+ include Google::Apis::Core::JsonObjectSupport
1607
+ end
1608
+
1609
+ class WebPage
1610
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1611
+
1612
+ include Google::Apis::Core::JsonObjectSupport
1613
+ end
1614
+
1615
+ class Word
1616
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1617
+
1618
+ include Google::Apis::Core::JsonObjectSupport
1619
+ end
1620
+
1621
+ class AnnotateFileResponse
1622
+ # @private
1623
+ class Representation < Google::Apis::Core::JsonRepresentation
1624
+ property :error, as: 'error', class: Google::Apis::VisionV1p2beta1::Status, decorator: Google::Apis::VisionV1p2beta1::Status::Representation
1625
+
1626
+ property :input_config, as: 'inputConfig', class: Google::Apis::VisionV1p2beta1::InputConfig, decorator: Google::Apis::VisionV1p2beta1::InputConfig::Representation
1627
+
1628
+ collection :responses, as: 'responses', class: Google::Apis::VisionV1p2beta1::AnnotateImageResponse, decorator: Google::Apis::VisionV1p2beta1::AnnotateImageResponse::Representation
1629
+
1630
+ property :total_pages, as: 'totalPages'
1631
+ end
1632
+ end
1633
+
1634
+ class AnnotateImageResponse
1635
+ # @private
1636
+ class Representation < Google::Apis::Core::JsonRepresentation
1637
+ property :context, as: 'context', class: Google::Apis::VisionV1p2beta1::ImageAnnotationContext, decorator: Google::Apis::VisionV1p2beta1::ImageAnnotationContext::Representation
1638
+
1639
+ property :crop_hints_annotation, as: 'cropHintsAnnotation', class: Google::Apis::VisionV1p2beta1::CropHintsAnnotation, decorator: Google::Apis::VisionV1p2beta1::CropHintsAnnotation::Representation
1640
+
1641
+ property :error, as: 'error', class: Google::Apis::VisionV1p2beta1::Status, decorator: Google::Apis::VisionV1p2beta1::Status::Representation
1642
+
1643
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VisionV1p2beta1::FaceAnnotation, decorator: Google::Apis::VisionV1p2beta1::FaceAnnotation::Representation
1644
+
1645
+ property :full_text_annotation, as: 'fullTextAnnotation', class: Google::Apis::VisionV1p2beta1::TextAnnotation, decorator: Google::Apis::VisionV1p2beta1::TextAnnotation::Representation
1646
+
1647
+ property :image_properties_annotation, as: 'imagePropertiesAnnotation', class: Google::Apis::VisionV1p2beta1::ImageProperties, decorator: Google::Apis::VisionV1p2beta1::ImageProperties::Representation
1648
+
1649
+ collection :label_annotations, as: 'labelAnnotations', class: Google::Apis::VisionV1p2beta1::EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::EntityAnnotation::Representation
1650
+
1651
+ collection :landmark_annotations, as: 'landmarkAnnotations', class: Google::Apis::VisionV1p2beta1::EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::EntityAnnotation::Representation
1652
+
1653
+ collection :localized_object_annotations, as: 'localizedObjectAnnotations', class: Google::Apis::VisionV1p2beta1::LocalizedObjectAnnotation, decorator: Google::Apis::VisionV1p2beta1::LocalizedObjectAnnotation::Representation
1654
+
1655
+ collection :logo_annotations, as: 'logoAnnotations', class: Google::Apis::VisionV1p2beta1::EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::EntityAnnotation::Representation
1656
+
1657
+ property :product_search_results, as: 'productSearchResults', class: Google::Apis::VisionV1p2beta1::ProductSearchResults, decorator: Google::Apis::VisionV1p2beta1::ProductSearchResults::Representation
1658
+
1659
+ property :safe_search_annotation, as: 'safeSearchAnnotation', class: Google::Apis::VisionV1p2beta1::SafeSearchAnnotation, decorator: Google::Apis::VisionV1p2beta1::SafeSearchAnnotation::Representation
1660
+
1661
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VisionV1p2beta1::EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::EntityAnnotation::Representation
1662
+
1663
+ property :web_detection, as: 'webDetection', class: Google::Apis::VisionV1p2beta1::WebDetection, decorator: Google::Apis::VisionV1p2beta1::WebDetection::Representation
1664
+
1665
+ end
1666
+ end
1667
+
1668
+ class AsyncAnnotateFileResponse
1669
+ # @private
1670
+ class Representation < Google::Apis::Core::JsonRepresentation
1671
+ property :output_config, as: 'outputConfig', class: Google::Apis::VisionV1p2beta1::OutputConfig, decorator: Google::Apis::VisionV1p2beta1::OutputConfig::Representation
1672
+
1673
+ end
1674
+ end
1675
+
1676
+ class AsyncBatchAnnotateFilesResponse
1677
+ # @private
1678
+ class Representation < Google::Apis::Core::JsonRepresentation
1679
+ collection :responses, as: 'responses', class: Google::Apis::VisionV1p2beta1::AsyncAnnotateFileResponse, decorator: Google::Apis::VisionV1p2beta1::AsyncAnnotateFileResponse::Representation
1680
+
1681
+ end
1682
+ end
1683
+
1684
+ class AsyncBatchAnnotateImagesResponse
1685
+ # @private
1686
+ class Representation < Google::Apis::Core::JsonRepresentation
1687
+ property :output_config, as: 'outputConfig', class: Google::Apis::VisionV1p2beta1::OutputConfig, decorator: Google::Apis::VisionV1p2beta1::OutputConfig::Representation
1688
+
1689
+ end
1690
+ end
1691
+
1692
+ class BatchAnnotateFilesResponse
1693
+ # @private
1694
+ class Representation < Google::Apis::Core::JsonRepresentation
1695
+ collection :responses, as: 'responses', class: Google::Apis::VisionV1p2beta1::AnnotateFileResponse, decorator: Google::Apis::VisionV1p2beta1::AnnotateFileResponse::Representation
1696
+
1697
+ end
1698
+ end
1699
+
1700
+ class BatchOperationMetadata
1701
+ # @private
1702
+ class Representation < Google::Apis::Core::JsonRepresentation
1703
+ property :end_time, as: 'endTime'
1704
+ property :state, as: 'state'
1705
+ property :submit_time, as: 'submitTime'
1706
+ end
1707
+ end
1708
+
1709
+ class Block
1710
+ # @private
1711
+ class Representation < Google::Apis::Core::JsonRepresentation
1712
+ property :block_type, as: 'blockType'
1713
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::BoundingPoly::Representation
1714
+
1715
+ property :confidence, as: 'confidence'
1716
+ collection :paragraphs, as: 'paragraphs', class: Google::Apis::VisionV1p2beta1::Paragraph, decorator: Google::Apis::VisionV1p2beta1::Paragraph::Representation
1717
+
1718
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::TextProperty, decorator: Google::Apis::VisionV1p2beta1::TextProperty::Representation
1719
+
1720
+ end
1721
+ end
1722
+
1723
+ class BoundingPoly
1724
+ # @private
1725
+ class Representation < Google::Apis::Core::JsonRepresentation
1726
+ collection :normalized_vertices, as: 'normalizedVertices', class: Google::Apis::VisionV1p2beta1::NormalizedVertex, decorator: Google::Apis::VisionV1p2beta1::NormalizedVertex::Representation
1727
+
1728
+ collection :vertices, as: 'vertices', class: Google::Apis::VisionV1p2beta1::Vertex, decorator: Google::Apis::VisionV1p2beta1::Vertex::Representation
1729
+
1730
+ end
1731
+ end
1732
+
1733
+ class Color
1734
+ # @private
1735
+ class Representation < Google::Apis::Core::JsonRepresentation
1736
+ property :alpha, as: 'alpha'
1737
+ property :blue, as: 'blue'
1738
+ property :green, as: 'green'
1739
+ property :red, as: 'red'
1740
+ end
1741
+ end
1742
+
1743
+ class ColorInfo
1744
+ # @private
1745
+ class Representation < Google::Apis::Core::JsonRepresentation
1746
+ property :color, as: 'color', class: Google::Apis::VisionV1p2beta1::Color, decorator: Google::Apis::VisionV1p2beta1::Color::Representation
1747
+
1748
+ property :pixel_fraction, as: 'pixelFraction'
1749
+ property :score, as: 'score'
1750
+ end
1751
+ end
1752
+
1753
+ class CropHint
1754
+ # @private
1755
+ class Representation < Google::Apis::Core::JsonRepresentation
1756
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::BoundingPoly::Representation
1757
+
1758
+ property :confidence, as: 'confidence'
1759
+ property :importance_fraction, as: 'importanceFraction'
1760
+ end
1761
+ end
1762
+
1763
+ class CropHintsAnnotation
1764
+ # @private
1765
+ class Representation < Google::Apis::Core::JsonRepresentation
1766
+ collection :crop_hints, as: 'cropHints', class: Google::Apis::VisionV1p2beta1::CropHint, decorator: Google::Apis::VisionV1p2beta1::CropHint::Representation
1767
+
1768
+ end
1769
+ end
1770
+
1771
+ class DetectedBreak
1772
+ # @private
1773
+ class Representation < Google::Apis::Core::JsonRepresentation
1774
+ property :is_prefix, as: 'isPrefix'
1775
+ property :type, as: 'type'
1776
+ end
1777
+ end
1778
+
1779
+ class DetectedLanguage
1780
+ # @private
1781
+ class Representation < Google::Apis::Core::JsonRepresentation
1782
+ property :confidence, as: 'confidence'
1783
+ property :language_code, as: 'languageCode'
1784
+ end
1785
+ end
1786
+
1787
+ class DominantColorsAnnotation
1788
+ # @private
1789
+ class Representation < Google::Apis::Core::JsonRepresentation
1790
+ collection :colors, as: 'colors', class: Google::Apis::VisionV1p2beta1::ColorInfo, decorator: Google::Apis::VisionV1p2beta1::ColorInfo::Representation
1791
+
1792
+ end
1793
+ end
1794
+
1795
+ class EntityAnnotation
1796
+ # @private
1797
+ class Representation < Google::Apis::Core::JsonRepresentation
1798
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::BoundingPoly::Representation
1799
+
1800
+ property :confidence, as: 'confidence'
1801
+ property :description, as: 'description'
1802
+ property :locale, as: 'locale'
1803
+ collection :locations, as: 'locations', class: Google::Apis::VisionV1p2beta1::LocationInfo, decorator: Google::Apis::VisionV1p2beta1::LocationInfo::Representation
1804
+
1805
+ property :mid, as: 'mid'
1806
+ collection :properties, as: 'properties', class: Google::Apis::VisionV1p2beta1::Property, decorator: Google::Apis::VisionV1p2beta1::Property::Representation
1807
+
1808
+ property :score, as: 'score'
1809
+ property :topicality, as: 'topicality'
1810
+ end
1811
+ end
1812
+
1813
+ class FaceAnnotation
1814
+ # @private
1815
+ class Representation < Google::Apis::Core::JsonRepresentation
1816
+ property :anger_likelihood, as: 'angerLikelihood'
1817
+ property :blurred_likelihood, as: 'blurredLikelihood'
1818
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::BoundingPoly::Representation
1819
+
1820
+ property :detection_confidence, as: 'detectionConfidence'
1821
+ property :fd_bounding_poly, as: 'fdBoundingPoly', class: Google::Apis::VisionV1p2beta1::BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::BoundingPoly::Representation
1822
+
1823
+ property :headwear_likelihood, as: 'headwearLikelihood'
1824
+ property :joy_likelihood, as: 'joyLikelihood'
1825
+ property :landmarking_confidence, as: 'landmarkingConfidence'
1826
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VisionV1p2beta1::Landmark, decorator: Google::Apis::VisionV1p2beta1::Landmark::Representation
1827
+
1828
+ property :pan_angle, as: 'panAngle'
1829
+ property :roll_angle, as: 'rollAngle'
1830
+ property :sorrow_likelihood, as: 'sorrowLikelihood'
1831
+ property :surprise_likelihood, as: 'surpriseLikelihood'
1832
+ property :tilt_angle, as: 'tiltAngle'
1833
+ property :under_exposed_likelihood, as: 'underExposedLikelihood'
1834
+ end
1835
+ end
1836
+
1837
+ class GcsDestination
1838
+ # @private
1839
+ class Representation < Google::Apis::Core::JsonRepresentation
1840
+ property :uri, as: 'uri'
1841
+ end
1842
+ end
1843
+
1844
+ class GcsSource
1845
+ # @private
1846
+ class Representation < Google::Apis::Core::JsonRepresentation
1847
+ property :uri, as: 'uri'
1848
+ end
1849
+ end
1850
+
1851
+ class GoogleCloudVisionV1p1beta1AnnotateFileResponse
1852
+ # @private
1853
+ class Representation < Google::Apis::Core::JsonRepresentation
1854
+ property :error, as: 'error', class: Google::Apis::VisionV1p2beta1::Status, decorator: Google::Apis::VisionV1p2beta1::Status::Representation
1855
+
1856
+ property :input_config, as: 'inputConfig', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1InputConfig, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1InputConfig::Representation
1857
+
1858
+ collection :responses, as: 'responses', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1AnnotateImageResponse, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1AnnotateImageResponse::Representation
1859
+
1860
+ property :total_pages, as: 'totalPages'
1861
+ end
1862
+ end
1863
+
1864
+ class GoogleCloudVisionV1p1beta1AnnotateImageResponse
1865
+ # @private
1866
+ class Representation < Google::Apis::Core::JsonRepresentation
1867
+ property :context, as: 'context', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1ImageAnnotationContext, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1ImageAnnotationContext::Representation
1868
+
1869
+ property :crop_hints_annotation, as: 'cropHintsAnnotation', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1CropHintsAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1CropHintsAnnotation::Representation
1870
+
1871
+ property :error, as: 'error', class: Google::Apis::VisionV1p2beta1::Status, decorator: Google::Apis::VisionV1p2beta1::Status::Representation
1872
+
1873
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1FaceAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1FaceAnnotation::Representation
1874
+
1875
+ property :full_text_annotation, as: 'fullTextAnnotation', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1TextAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1TextAnnotation::Representation
1876
+
1877
+ property :image_properties_annotation, as: 'imagePropertiesAnnotation', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1ImageProperties, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1ImageProperties::Representation
1878
+
1879
+ collection :label_annotations, as: 'labelAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1EntityAnnotation::Representation
1880
+
1881
+ collection :landmark_annotations, as: 'landmarkAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1EntityAnnotation::Representation
1882
+
1883
+ collection :localized_object_annotations, as: 'localizedObjectAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation::Representation
1884
+
1885
+ collection :logo_annotations, as: 'logoAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1EntityAnnotation::Representation
1886
+
1887
+ property :product_search_results, as: 'productSearchResults', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1ProductSearchResults, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1ProductSearchResults::Representation
1888
+
1889
+ property :safe_search_annotation, as: 'safeSearchAnnotation', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1SafeSearchAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1SafeSearchAnnotation::Representation
1890
+
1891
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1EntityAnnotation::Representation
1892
+
1893
+ property :web_detection, as: 'webDetection', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1WebDetection, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1WebDetection::Representation
1894
+
1895
+ end
1896
+ end
1897
+
1898
+ class GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse
1899
+ # @private
1900
+ class Representation < Google::Apis::Core::JsonRepresentation
1901
+ property :output_config, as: 'outputConfig', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1OutputConfig, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1OutputConfig::Representation
1902
+
1903
+ end
1904
+ end
1905
+
1906
+ class GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse
1907
+ # @private
1908
+ class Representation < Google::Apis::Core::JsonRepresentation
1909
+ collection :responses, as: 'responses', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse::Representation
1910
+
1911
+ end
1912
+ end
1913
+
1914
+ class GoogleCloudVisionV1p1beta1Block
1915
+ # @private
1916
+ class Representation < Google::Apis::Core::JsonRepresentation
1917
+ property :block_type, as: 'blockType'
1918
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly::Representation
1919
+
1920
+ property :confidence, as: 'confidence'
1921
+ collection :paragraphs, as: 'paragraphs', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1Paragraph, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1Paragraph::Representation
1922
+
1923
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1TextAnnotationTextProperty::Representation
1924
+
1925
+ end
1926
+ end
1927
+
1928
+ class GoogleCloudVisionV1p1beta1BoundingPoly
1929
+ # @private
1930
+ class Representation < Google::Apis::Core::JsonRepresentation
1931
+ collection :normalized_vertices, as: 'normalizedVertices', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1NormalizedVertex, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1NormalizedVertex::Representation
1932
+
1933
+ collection :vertices, as: 'vertices', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1Vertex, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1Vertex::Representation
1934
+
1935
+ end
1936
+ end
1937
+
1938
+ class GoogleCloudVisionV1p1beta1ColorInfo
1939
+ # @private
1940
+ class Representation < Google::Apis::Core::JsonRepresentation
1941
+ property :color, as: 'color', class: Google::Apis::VisionV1p2beta1::Color, decorator: Google::Apis::VisionV1p2beta1::Color::Representation
1942
+
1943
+ property :pixel_fraction, as: 'pixelFraction'
1944
+ property :score, as: 'score'
1945
+ end
1946
+ end
1947
+
1948
+ class GoogleCloudVisionV1p1beta1CropHint
1949
+ # @private
1950
+ class Representation < Google::Apis::Core::JsonRepresentation
1951
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly::Representation
1952
+
1953
+ property :confidence, as: 'confidence'
1954
+ property :importance_fraction, as: 'importanceFraction'
1955
+ end
1956
+ end
1957
+
1958
+ class GoogleCloudVisionV1p1beta1CropHintsAnnotation
1959
+ # @private
1960
+ class Representation < Google::Apis::Core::JsonRepresentation
1961
+ collection :crop_hints, as: 'cropHints', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1CropHint, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1CropHint::Representation
1962
+
1963
+ end
1964
+ end
1965
+
1966
+ class GoogleCloudVisionV1p1beta1DominantColorsAnnotation
1967
+ # @private
1968
+ class Representation < Google::Apis::Core::JsonRepresentation
1969
+ collection :colors, as: 'colors', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1ColorInfo, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1ColorInfo::Representation
1970
+
1971
+ end
1972
+ end
1973
+
1974
+ class GoogleCloudVisionV1p1beta1EntityAnnotation
1975
+ # @private
1976
+ class Representation < Google::Apis::Core::JsonRepresentation
1977
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly::Representation
1978
+
1979
+ property :confidence, as: 'confidence'
1980
+ property :description, as: 'description'
1981
+ property :locale, as: 'locale'
1982
+ collection :locations, as: 'locations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1LocationInfo, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1LocationInfo::Representation
1983
+
1984
+ property :mid, as: 'mid'
1985
+ collection :properties, as: 'properties', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1Property, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1Property::Representation
1986
+
1987
+ property :score, as: 'score'
1988
+ property :topicality, as: 'topicality'
1989
+ end
1990
+ end
1991
+
1992
+ class GoogleCloudVisionV1p1beta1FaceAnnotation
1993
+ # @private
1994
+ class Representation < Google::Apis::Core::JsonRepresentation
1995
+ property :anger_likelihood, as: 'angerLikelihood'
1996
+ property :blurred_likelihood, as: 'blurredLikelihood'
1997
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly::Representation
1998
+
1999
+ property :detection_confidence, as: 'detectionConfidence'
2000
+ property :fd_bounding_poly, as: 'fdBoundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly::Representation
2001
+
2002
+ property :headwear_likelihood, as: 'headwearLikelihood'
2003
+ property :joy_likelihood, as: 'joyLikelihood'
2004
+ property :landmarking_confidence, as: 'landmarkingConfidence'
2005
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1FaceAnnotationLandmark, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1FaceAnnotationLandmark::Representation
2006
+
2007
+ property :pan_angle, as: 'panAngle'
2008
+ property :roll_angle, as: 'rollAngle'
2009
+ property :sorrow_likelihood, as: 'sorrowLikelihood'
2010
+ property :surprise_likelihood, as: 'surpriseLikelihood'
2011
+ property :tilt_angle, as: 'tiltAngle'
2012
+ property :under_exposed_likelihood, as: 'underExposedLikelihood'
2013
+ end
2014
+ end
2015
+
2016
+ class GoogleCloudVisionV1p1beta1FaceAnnotationLandmark
2017
+ # @private
2018
+ class Representation < Google::Apis::Core::JsonRepresentation
2019
+ property :position, as: 'position', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1Position, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1Position::Representation
2020
+
2021
+ property :type, as: 'type'
2022
+ end
2023
+ end
2024
+
2025
+ class GoogleCloudVisionV1p1beta1GcsDestination
2026
+ # @private
2027
+ class Representation < Google::Apis::Core::JsonRepresentation
2028
+ property :uri, as: 'uri'
2029
+ end
2030
+ end
2031
+
2032
+ class GoogleCloudVisionV1p1beta1GcsSource
2033
+ # @private
2034
+ class Representation < Google::Apis::Core::JsonRepresentation
2035
+ property :uri, as: 'uri'
2036
+ end
2037
+ end
2038
+
2039
+ class GoogleCloudVisionV1p1beta1ImageAnnotationContext
2040
+ # @private
2041
+ class Representation < Google::Apis::Core::JsonRepresentation
2042
+ property :page_number, as: 'pageNumber'
2043
+ property :uri, as: 'uri'
2044
+ end
2045
+ end
2046
+
2047
+ class GoogleCloudVisionV1p1beta1ImageProperties
2048
+ # @private
2049
+ class Representation < Google::Apis::Core::JsonRepresentation
2050
+ property :dominant_colors, as: 'dominantColors', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1DominantColorsAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1DominantColorsAnnotation::Representation
2051
+
2052
+ end
2053
+ end
2054
+
2055
+ class GoogleCloudVisionV1p1beta1InputConfig
2056
+ # @private
2057
+ class Representation < Google::Apis::Core::JsonRepresentation
2058
+ property :content, :base64 => true, as: 'content'
2059
+ property :gcs_source, as: 'gcsSource', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1GcsSource, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1GcsSource::Representation
2060
+
2061
+ property :mime_type, as: 'mimeType'
2062
+ end
2063
+ end
2064
+
2065
+ class GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation
2066
+ # @private
2067
+ class Representation < Google::Apis::Core::JsonRepresentation
2068
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly::Representation
2069
+
2070
+ property :language_code, as: 'languageCode'
2071
+ property :mid, as: 'mid'
2072
+ property :name, as: 'name'
2073
+ property :score, as: 'score'
2074
+ end
2075
+ end
2076
+
2077
+ class GoogleCloudVisionV1p1beta1LocationInfo
2078
+ # @private
2079
+ class Representation < Google::Apis::Core::JsonRepresentation
2080
+ property :lat_lng, as: 'latLng', class: Google::Apis::VisionV1p2beta1::LatLng, decorator: Google::Apis::VisionV1p2beta1::LatLng::Representation
2081
+
2082
+ end
2083
+ end
2084
+
2085
+ class GoogleCloudVisionV1p1beta1NormalizedVertex
2086
+ # @private
2087
+ class Representation < Google::Apis::Core::JsonRepresentation
2088
+ property :x, as: 'x'
2089
+ property :y, as: 'y'
2090
+ end
2091
+ end
2092
+
2093
+ class GoogleCloudVisionV1p1beta1OperationMetadata
2094
+ # @private
2095
+ class Representation < Google::Apis::Core::JsonRepresentation
2096
+ property :create_time, as: 'createTime'
2097
+ property :state, as: 'state'
2098
+ property :update_time, as: 'updateTime'
2099
+ end
2100
+ end
2101
+
2102
+ class GoogleCloudVisionV1p1beta1OutputConfig
2103
+ # @private
2104
+ class Representation < Google::Apis::Core::JsonRepresentation
2105
+ property :batch_size, as: 'batchSize'
2106
+ property :gcs_destination, as: 'gcsDestination', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1GcsDestination, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1GcsDestination::Representation
2107
+
2108
+ end
2109
+ end
2110
+
2111
+ class GoogleCloudVisionV1p1beta1Page
2112
+ # @private
2113
+ class Representation < Google::Apis::Core::JsonRepresentation
2114
+ collection :blocks, as: 'blocks', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1Block, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1Block::Representation
2115
+
2116
+ property :confidence, as: 'confidence'
2117
+ property :height, as: 'height'
2118
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1TextAnnotationTextProperty::Representation
2119
+
2120
+ property :width, as: 'width'
2121
+ end
2122
+ end
2123
+
2124
+ class GoogleCloudVisionV1p1beta1Paragraph
2125
+ # @private
2126
+ class Representation < Google::Apis::Core::JsonRepresentation
2127
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly::Representation
2128
+
2129
+ property :confidence, as: 'confidence'
2130
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1TextAnnotationTextProperty::Representation
2131
+
2132
+ collection :words, as: 'words', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1Word, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1Word::Representation
2133
+
2134
+ end
2135
+ end
2136
+
2137
+ class GoogleCloudVisionV1p1beta1Position
2138
+ # @private
2139
+ class Representation < Google::Apis::Core::JsonRepresentation
2140
+ property :x, as: 'x'
2141
+ property :y, as: 'y'
2142
+ property :z, as: 'z'
2143
+ end
2144
+ end
2145
+
2146
+ class GoogleCloudVisionV1p1beta1Product
2147
+ # @private
2148
+ class Representation < Google::Apis::Core::JsonRepresentation
2149
+ property :description, as: 'description'
2150
+ property :display_name, as: 'displayName'
2151
+ property :name, as: 'name'
2152
+ property :product_category, as: 'productCategory'
2153
+ collection :product_labels, as: 'productLabels', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1ProductKeyValue, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1ProductKeyValue::Representation
2154
+
2155
+ end
2156
+ end
2157
+
2158
+ class GoogleCloudVisionV1p1beta1ProductKeyValue
2159
+ # @private
2160
+ class Representation < Google::Apis::Core::JsonRepresentation
2161
+ property :key, as: 'key'
2162
+ property :value, as: 'value'
2163
+ end
2164
+ end
2165
+
2166
+ class GoogleCloudVisionV1p1beta1ProductSearchResults
2167
+ # @private
2168
+ class Representation < Google::Apis::Core::JsonRepresentation
2169
+ property :index_time, as: 'indexTime'
2170
+ collection :product_grouped_results, as: 'productGroupedResults', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult::Representation
2171
+
2172
+ collection :results, as: 'results', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1ProductSearchResultsResult, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1ProductSearchResultsResult::Representation
2173
+
2174
+ end
2175
+ end
2176
+
2177
+ class GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult
2178
+ # @private
2179
+ class Representation < Google::Apis::Core::JsonRepresentation
2180
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly::Representation
2181
+
2182
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation::Representation
2183
+
2184
+ collection :results, as: 'results', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1ProductSearchResultsResult, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1ProductSearchResultsResult::Representation
2185
+
2186
+ end
2187
+ end
2188
+
2189
+ class GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation
2190
+ # @private
2191
+ class Representation < Google::Apis::Core::JsonRepresentation
2192
+ property :language_code, as: 'languageCode'
2193
+ property :mid, as: 'mid'
2194
+ property :name, as: 'name'
2195
+ property :score, as: 'score'
2196
+ end
2197
+ end
2198
+
2199
+ class GoogleCloudVisionV1p1beta1ProductSearchResultsResult
2200
+ # @private
2201
+ class Representation < Google::Apis::Core::JsonRepresentation
2202
+ property :image, as: 'image'
2203
+ property :product, as: 'product', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1Product, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1Product::Representation
2204
+
2205
+ property :score, as: 'score'
2206
+ end
2207
+ end
2208
+
2209
+ class GoogleCloudVisionV1p1beta1Property
2210
+ # @private
2211
+ class Representation < Google::Apis::Core::JsonRepresentation
2212
+ property :name, as: 'name'
2213
+ property :uint64_value, :numeric_string => true, as: 'uint64Value'
2214
+ property :value, as: 'value'
2215
+ end
2216
+ end
2217
+
2218
+ class GoogleCloudVisionV1p1beta1SafeSearchAnnotation
2219
+ # @private
2220
+ class Representation < Google::Apis::Core::JsonRepresentation
2221
+ property :adult, as: 'adult'
2222
+ property :medical, as: 'medical'
2223
+ property :racy, as: 'racy'
2224
+ property :spoof, as: 'spoof'
2225
+ property :violence, as: 'violence'
2226
+ end
2227
+ end
2228
+
2229
+ class GoogleCloudVisionV1p1beta1Symbol
2230
+ # @private
2231
+ class Representation < Google::Apis::Core::JsonRepresentation
2232
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly::Representation
2233
+
2234
+ property :confidence, as: 'confidence'
2235
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1TextAnnotationTextProperty::Representation
2236
+
2237
+ property :text, as: 'text'
2238
+ end
2239
+ end
2240
+
2241
+ class GoogleCloudVisionV1p1beta1TextAnnotation
2242
+ # @private
2243
+ class Representation < Google::Apis::Core::JsonRepresentation
2244
+ collection :pages, as: 'pages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1Page, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1Page::Representation
2245
+
2246
+ property :text, as: 'text'
2247
+ end
2248
+ end
2249
+
2250
+ class GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak
2251
+ # @private
2252
+ class Representation < Google::Apis::Core::JsonRepresentation
2253
+ property :is_prefix, as: 'isPrefix'
2254
+ property :type, as: 'type'
2255
+ end
2256
+ end
2257
+
2258
+ class GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage
2259
+ # @private
2260
+ class Representation < Google::Apis::Core::JsonRepresentation
2261
+ property :confidence, as: 'confidence'
2262
+ property :language_code, as: 'languageCode'
2263
+ end
2264
+ end
2265
+
2266
+ class GoogleCloudVisionV1p1beta1TextAnnotationTextProperty
2267
+ # @private
2268
+ class Representation < Google::Apis::Core::JsonRepresentation
2269
+ property :detected_break, as: 'detectedBreak', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak::Representation
2270
+
2271
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage::Representation
2272
+
2273
+ end
2274
+ end
2275
+
2276
+ class GoogleCloudVisionV1p1beta1Vertex
2277
+ # @private
2278
+ class Representation < Google::Apis::Core::JsonRepresentation
2279
+ property :x, as: 'x'
2280
+ property :y, as: 'y'
2281
+ end
2282
+ end
2283
+
2284
+ class GoogleCloudVisionV1p1beta1WebDetection
2285
+ # @private
2286
+ class Representation < Google::Apis::Core::JsonRepresentation
2287
+ collection :best_guess_labels, as: 'bestGuessLabels', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1WebDetectionWebLabel, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1WebDetectionWebLabel::Representation
2288
+
2289
+ collection :full_matching_images, as: 'fullMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1WebDetectionWebImage::Representation
2290
+
2291
+ collection :pages_with_matching_images, as: 'pagesWithMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1WebDetectionWebPage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1WebDetectionWebPage::Representation
2292
+
2293
+ collection :partial_matching_images, as: 'partialMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1WebDetectionWebImage::Representation
2294
+
2295
+ collection :visually_similar_images, as: 'visuallySimilarImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1WebDetectionWebImage::Representation
2296
+
2297
+ collection :web_entities, as: 'webEntities', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1WebDetectionWebEntity, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1WebDetectionWebEntity::Representation
2298
+
2299
+ end
2300
+ end
2301
+
2302
+ class GoogleCloudVisionV1p1beta1WebDetectionWebEntity
2303
+ # @private
2304
+ class Representation < Google::Apis::Core::JsonRepresentation
2305
+ property :description, as: 'description'
2306
+ property :entity_id, as: 'entityId'
2307
+ property :score, as: 'score'
2308
+ end
2309
+ end
2310
+
2311
+ class GoogleCloudVisionV1p1beta1WebDetectionWebImage
2312
+ # @private
2313
+ class Representation < Google::Apis::Core::JsonRepresentation
2314
+ property :score, as: 'score'
2315
+ property :url, as: 'url'
2316
+ end
2317
+ end
2318
+
2319
+ class GoogleCloudVisionV1p1beta1WebDetectionWebLabel
2320
+ # @private
2321
+ class Representation < Google::Apis::Core::JsonRepresentation
2322
+ property :label, as: 'label'
2323
+ property :language_code, as: 'languageCode'
2324
+ end
2325
+ end
2326
+
2327
+ class GoogleCloudVisionV1p1beta1WebDetectionWebPage
2328
+ # @private
2329
+ class Representation < Google::Apis::Core::JsonRepresentation
2330
+ collection :full_matching_images, as: 'fullMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1WebDetectionWebImage::Representation
2331
+
2332
+ property :page_title, as: 'pageTitle'
2333
+ collection :partial_matching_images, as: 'partialMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1WebDetectionWebImage::Representation
2334
+
2335
+ property :score, as: 'score'
2336
+ property :url, as: 'url'
2337
+ end
2338
+ end
2339
+
2340
+ class GoogleCloudVisionV1p1beta1Word
2341
+ # @private
2342
+ class Representation < Google::Apis::Core::JsonRepresentation
2343
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1BoundingPoly::Representation
2344
+
2345
+ property :confidence, as: 'confidence'
2346
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1TextAnnotationTextProperty::Representation
2347
+
2348
+ collection :symbols, as: 'symbols', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1Symbol, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p1beta1Symbol::Representation
2349
+
2350
+ end
2351
+ end
2352
+
2353
+ class GoogleCloudVisionV1p2beta1AnnotateFileRequest
2354
+ # @private
2355
+ class Representation < Google::Apis::Core::JsonRepresentation
2356
+ collection :features, as: 'features', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Feature, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Feature::Representation
2357
+
2358
+ property :image_context, as: 'imageContext', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ImageContext, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ImageContext::Representation
2359
+
2360
+ property :input_config, as: 'inputConfig', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1InputConfig, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1InputConfig::Representation
2361
+
2362
+ collection :pages, as: 'pages'
2363
+ end
2364
+ end
2365
+
2366
+ class GoogleCloudVisionV1p2beta1AnnotateFileResponse
2367
+ # @private
2368
+ class Representation < Google::Apis::Core::JsonRepresentation
2369
+ property :error, as: 'error', class: Google::Apis::VisionV1p2beta1::Status, decorator: Google::Apis::VisionV1p2beta1::Status::Representation
2370
+
2371
+ property :input_config, as: 'inputConfig', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1InputConfig, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1InputConfig::Representation
2372
+
2373
+ collection :responses, as: 'responses', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1AnnotateImageResponse, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1AnnotateImageResponse::Representation
2374
+
2375
+ property :total_pages, as: 'totalPages'
2376
+ end
2377
+ end
2378
+
2379
+ class GoogleCloudVisionV1p2beta1AnnotateImageRequest
2380
+ # @private
2381
+ class Representation < Google::Apis::Core::JsonRepresentation
2382
+ collection :features, as: 'features', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Feature, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Feature::Representation
2383
+
2384
+ property :image, as: 'image', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Image, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Image::Representation
2385
+
2386
+ property :image_context, as: 'imageContext', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ImageContext, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ImageContext::Representation
2387
+
2388
+ end
2389
+ end
2390
+
2391
+ class GoogleCloudVisionV1p2beta1AnnotateImageResponse
2392
+ # @private
2393
+ class Representation < Google::Apis::Core::JsonRepresentation
2394
+ property :context, as: 'context', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ImageAnnotationContext, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ImageAnnotationContext::Representation
2395
+
2396
+ property :crop_hints_annotation, as: 'cropHintsAnnotation', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1CropHintsAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1CropHintsAnnotation::Representation
2397
+
2398
+ property :error, as: 'error', class: Google::Apis::VisionV1p2beta1::Status, decorator: Google::Apis::VisionV1p2beta1::Status::Representation
2399
+
2400
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1FaceAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1FaceAnnotation::Representation
2401
+
2402
+ property :full_text_annotation, as: 'fullTextAnnotation', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1TextAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1TextAnnotation::Representation
2403
+
2404
+ property :image_properties_annotation, as: 'imagePropertiesAnnotation', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ImageProperties, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ImageProperties::Representation
2405
+
2406
+ collection :label_annotations, as: 'labelAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1EntityAnnotation::Representation
2407
+
2408
+ collection :landmark_annotations, as: 'landmarkAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1EntityAnnotation::Representation
2409
+
2410
+ collection :localized_object_annotations, as: 'localizedObjectAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation::Representation
2411
+
2412
+ collection :logo_annotations, as: 'logoAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1EntityAnnotation::Representation
2413
+
2414
+ property :product_search_results, as: 'productSearchResults', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ProductSearchResults, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ProductSearchResults::Representation
2415
+
2416
+ property :safe_search_annotation, as: 'safeSearchAnnotation', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1SafeSearchAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1SafeSearchAnnotation::Representation
2417
+
2418
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1EntityAnnotation::Representation
2419
+
2420
+ property :web_detection, as: 'webDetection', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetection, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetection::Representation
2421
+
2422
+ end
2423
+ end
2424
+
2425
+ class GoogleCloudVisionV1p2beta1AsyncAnnotateFileRequest
2426
+ # @private
2427
+ class Representation < Google::Apis::Core::JsonRepresentation
2428
+ collection :features, as: 'features', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Feature, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Feature::Representation
2429
+
2430
+ property :image_context, as: 'imageContext', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ImageContext, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ImageContext::Representation
2431
+
2432
+ property :input_config, as: 'inputConfig', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1InputConfig, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1InputConfig::Representation
2433
+
2434
+ property :output_config, as: 'outputConfig', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1OutputConfig, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1OutputConfig::Representation
2435
+
2436
+ end
2437
+ end
2438
+
2439
+ class GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse
2440
+ # @private
2441
+ class Representation < Google::Apis::Core::JsonRepresentation
2442
+ property :output_config, as: 'outputConfig', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1OutputConfig, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1OutputConfig::Representation
2443
+
2444
+ end
2445
+ end
2446
+
2447
+ class GoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesRequest
2448
+ # @private
2449
+ class Representation < Google::Apis::Core::JsonRepresentation
2450
+ property :parent, as: 'parent'
2451
+ collection :requests, as: 'requests', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1AsyncAnnotateFileRequest, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1AsyncAnnotateFileRequest::Representation
2452
+
2453
+ end
2454
+ end
2455
+
2456
+ class GoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse
2457
+ # @private
2458
+ class Representation < Google::Apis::Core::JsonRepresentation
2459
+ collection :responses, as: 'responses', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse::Representation
2460
+
2461
+ end
2462
+ end
2463
+
2464
+ class GoogleCloudVisionV1p2beta1AsyncBatchAnnotateImagesRequest
2465
+ # @private
2466
+ class Representation < Google::Apis::Core::JsonRepresentation
2467
+ property :output_config, as: 'outputConfig', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1OutputConfig, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1OutputConfig::Representation
2468
+
2469
+ property :parent, as: 'parent'
2470
+ collection :requests, as: 'requests', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1AnnotateImageRequest, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1AnnotateImageRequest::Representation
2471
+
2472
+ end
2473
+ end
2474
+
2475
+ class GoogleCloudVisionV1p2beta1BatchAnnotateFilesRequest
2476
+ # @private
2477
+ class Representation < Google::Apis::Core::JsonRepresentation
2478
+ property :parent, as: 'parent'
2479
+ collection :requests, as: 'requests', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1AnnotateFileRequest, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1AnnotateFileRequest::Representation
2480
+
2481
+ end
2482
+ end
2483
+
2484
+ class GoogleCloudVisionV1p2beta1BatchAnnotateFilesResponse
2485
+ # @private
2486
+ class Representation < Google::Apis::Core::JsonRepresentation
2487
+ collection :responses, as: 'responses', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1AnnotateFileResponse, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1AnnotateFileResponse::Representation
2488
+
2489
+ end
2490
+ end
2491
+
2492
+ class GoogleCloudVisionV1p2beta1BatchAnnotateImagesRequest
2493
+ # @private
2494
+ class Representation < Google::Apis::Core::JsonRepresentation
2495
+ property :parent, as: 'parent'
2496
+ collection :requests, as: 'requests', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1AnnotateImageRequest, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1AnnotateImageRequest::Representation
2497
+
2498
+ end
2499
+ end
2500
+
2501
+ class GoogleCloudVisionV1p2beta1BatchAnnotateImagesResponse
2502
+ # @private
2503
+ class Representation < Google::Apis::Core::JsonRepresentation
2504
+ collection :responses, as: 'responses', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1AnnotateImageResponse, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1AnnotateImageResponse::Representation
2505
+
2506
+ end
2507
+ end
2508
+
2509
+ class GoogleCloudVisionV1p2beta1Block
2510
+ # @private
2511
+ class Representation < Google::Apis::Core::JsonRepresentation
2512
+ property :block_type, as: 'blockType'
2513
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly::Representation
2514
+
2515
+ property :confidence, as: 'confidence'
2516
+ collection :paragraphs, as: 'paragraphs', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Paragraph, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Paragraph::Representation
2517
+
2518
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1TextAnnotationTextProperty::Representation
2519
+
2520
+ end
2521
+ end
2522
+
2523
+ class GoogleCloudVisionV1p2beta1BoundingPoly
2524
+ # @private
2525
+ class Representation < Google::Apis::Core::JsonRepresentation
2526
+ collection :normalized_vertices, as: 'normalizedVertices', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1NormalizedVertex, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1NormalizedVertex::Representation
2527
+
2528
+ collection :vertices, as: 'vertices', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Vertex, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Vertex::Representation
2529
+
2530
+ end
2531
+ end
2532
+
2533
+ class GoogleCloudVisionV1p2beta1ColorInfo
2534
+ # @private
2535
+ class Representation < Google::Apis::Core::JsonRepresentation
2536
+ property :color, as: 'color', class: Google::Apis::VisionV1p2beta1::Color, decorator: Google::Apis::VisionV1p2beta1::Color::Representation
2537
+
2538
+ property :pixel_fraction, as: 'pixelFraction'
2539
+ property :score, as: 'score'
2540
+ end
2541
+ end
2542
+
2543
+ class GoogleCloudVisionV1p2beta1CropHint
2544
+ # @private
2545
+ class Representation < Google::Apis::Core::JsonRepresentation
2546
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly::Representation
2547
+
2548
+ property :confidence, as: 'confidence'
2549
+ property :importance_fraction, as: 'importanceFraction'
2550
+ end
2551
+ end
2552
+
2553
+ class GoogleCloudVisionV1p2beta1CropHintsAnnotation
2554
+ # @private
2555
+ class Representation < Google::Apis::Core::JsonRepresentation
2556
+ collection :crop_hints, as: 'cropHints', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1CropHint, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1CropHint::Representation
2557
+
2558
+ end
2559
+ end
2560
+
2561
+ class GoogleCloudVisionV1p2beta1CropHintsParams
2562
+ # @private
2563
+ class Representation < Google::Apis::Core::JsonRepresentation
2564
+ collection :aspect_ratios, as: 'aspectRatios'
2565
+ end
2566
+ end
2567
+
2568
+ class GoogleCloudVisionV1p2beta1DominantColorsAnnotation
2569
+ # @private
2570
+ class Representation < Google::Apis::Core::JsonRepresentation
2571
+ collection :colors, as: 'colors', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ColorInfo, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ColorInfo::Representation
2572
+
2573
+ end
2574
+ end
2575
+
2576
+ class GoogleCloudVisionV1p2beta1EntityAnnotation
2577
+ # @private
2578
+ class Representation < Google::Apis::Core::JsonRepresentation
2579
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly::Representation
2580
+
2581
+ property :confidence, as: 'confidence'
2582
+ property :description, as: 'description'
2583
+ property :locale, as: 'locale'
2584
+ collection :locations, as: 'locations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1LocationInfo, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1LocationInfo::Representation
2585
+
2586
+ property :mid, as: 'mid'
2587
+ collection :properties, as: 'properties', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Property, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Property::Representation
2588
+
2589
+ property :score, as: 'score'
2590
+ property :topicality, as: 'topicality'
2591
+ end
2592
+ end
2593
+
2594
+ class GoogleCloudVisionV1p2beta1FaceAnnotation
2595
+ # @private
2596
+ class Representation < Google::Apis::Core::JsonRepresentation
2597
+ property :anger_likelihood, as: 'angerLikelihood'
2598
+ property :blurred_likelihood, as: 'blurredLikelihood'
2599
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly::Representation
2600
+
2601
+ property :detection_confidence, as: 'detectionConfidence'
2602
+ property :fd_bounding_poly, as: 'fdBoundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly::Representation
2603
+
2604
+ property :headwear_likelihood, as: 'headwearLikelihood'
2605
+ property :joy_likelihood, as: 'joyLikelihood'
2606
+ property :landmarking_confidence, as: 'landmarkingConfidence'
2607
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1FaceAnnotationLandmark, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1FaceAnnotationLandmark::Representation
2608
+
2609
+ property :pan_angle, as: 'panAngle'
2610
+ property :roll_angle, as: 'rollAngle'
2611
+ property :sorrow_likelihood, as: 'sorrowLikelihood'
2612
+ property :surprise_likelihood, as: 'surpriseLikelihood'
2613
+ property :tilt_angle, as: 'tiltAngle'
2614
+ property :under_exposed_likelihood, as: 'underExposedLikelihood'
2615
+ end
2616
+ end
2617
+
2618
+ class GoogleCloudVisionV1p2beta1FaceAnnotationLandmark
2619
+ # @private
2620
+ class Representation < Google::Apis::Core::JsonRepresentation
2621
+ property :position, as: 'position', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Position, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Position::Representation
2622
+
2623
+ property :type, as: 'type'
2624
+ end
2625
+ end
2626
+
2627
+ class GoogleCloudVisionV1p2beta1Feature
2628
+ # @private
2629
+ class Representation < Google::Apis::Core::JsonRepresentation
2630
+ property :max_results, as: 'maxResults'
2631
+ property :model, as: 'model'
2632
+ property :type, as: 'type'
2633
+ end
2634
+ end
2635
+
2636
+ class GoogleCloudVisionV1p2beta1GcsDestination
2637
+ # @private
2638
+ class Representation < Google::Apis::Core::JsonRepresentation
2639
+ property :uri, as: 'uri'
2640
+ end
2641
+ end
2642
+
2643
+ class GoogleCloudVisionV1p2beta1GcsSource
2644
+ # @private
2645
+ class Representation < Google::Apis::Core::JsonRepresentation
2646
+ property :uri, as: 'uri'
2647
+ end
2648
+ end
2649
+
2650
+ class GoogleCloudVisionV1p2beta1Image
2651
+ # @private
2652
+ class Representation < Google::Apis::Core::JsonRepresentation
2653
+ property :content, :base64 => true, as: 'content'
2654
+ property :source, as: 'source', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ImageSource, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ImageSource::Representation
2655
+
2656
+ end
2657
+ end
2658
+
2659
+ class GoogleCloudVisionV1p2beta1ImageAnnotationContext
2660
+ # @private
2661
+ class Representation < Google::Apis::Core::JsonRepresentation
2662
+ property :page_number, as: 'pageNumber'
2663
+ property :uri, as: 'uri'
2664
+ end
2665
+ end
2666
+
2667
+ class GoogleCloudVisionV1p2beta1ImageContext
2668
+ # @private
2669
+ class Representation < Google::Apis::Core::JsonRepresentation
2670
+ property :crop_hints_params, as: 'cropHintsParams', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1CropHintsParams, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1CropHintsParams::Representation
2671
+
2672
+ collection :language_hints, as: 'languageHints'
2673
+ property :lat_long_rect, as: 'latLongRect', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1LatLongRect, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1LatLongRect::Representation
2674
+
2675
+ property :product_search_params, as: 'productSearchParams', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ProductSearchParams, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ProductSearchParams::Representation
2676
+
2677
+ property :web_detection_params, as: 'webDetectionParams', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionParams, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionParams::Representation
2678
+
2679
+ end
2680
+ end
2681
+
2682
+ class GoogleCloudVisionV1p2beta1ImageProperties
2683
+ # @private
2684
+ class Representation < Google::Apis::Core::JsonRepresentation
2685
+ property :dominant_colors, as: 'dominantColors', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1DominantColorsAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1DominantColorsAnnotation::Representation
2686
+
2687
+ end
2688
+ end
2689
+
2690
+ class GoogleCloudVisionV1p2beta1ImageSource
2691
+ # @private
2692
+ class Representation < Google::Apis::Core::JsonRepresentation
2693
+ property :gcs_image_uri, as: 'gcsImageUri'
2694
+ property :image_uri, as: 'imageUri'
2695
+ end
2696
+ end
2697
+
2698
+ class GoogleCloudVisionV1p2beta1InputConfig
2699
+ # @private
2700
+ class Representation < Google::Apis::Core::JsonRepresentation
2701
+ property :content, :base64 => true, as: 'content'
2702
+ property :gcs_source, as: 'gcsSource', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1GcsSource, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1GcsSource::Representation
2703
+
2704
+ property :mime_type, as: 'mimeType'
2705
+ end
2706
+ end
2707
+
2708
+ class GoogleCloudVisionV1p2beta1LatLongRect
2709
+ # @private
2710
+ class Representation < Google::Apis::Core::JsonRepresentation
2711
+ property :max_lat_lng, as: 'maxLatLng', class: Google::Apis::VisionV1p2beta1::LatLng, decorator: Google::Apis::VisionV1p2beta1::LatLng::Representation
2712
+
2713
+ property :min_lat_lng, as: 'minLatLng', class: Google::Apis::VisionV1p2beta1::LatLng, decorator: Google::Apis::VisionV1p2beta1::LatLng::Representation
2714
+
2715
+ end
2716
+ end
2717
+
2718
+ class GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation
2719
+ # @private
2720
+ class Representation < Google::Apis::Core::JsonRepresentation
2721
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly::Representation
2722
+
2723
+ property :language_code, as: 'languageCode'
2724
+ property :mid, as: 'mid'
2725
+ property :name, as: 'name'
2726
+ property :score, as: 'score'
2727
+ end
2728
+ end
2729
+
2730
+ class GoogleCloudVisionV1p2beta1LocationInfo
2731
+ # @private
2732
+ class Representation < Google::Apis::Core::JsonRepresentation
2733
+ property :lat_lng, as: 'latLng', class: Google::Apis::VisionV1p2beta1::LatLng, decorator: Google::Apis::VisionV1p2beta1::LatLng::Representation
2734
+
2735
+ end
2736
+ end
2737
+
2738
+ class GoogleCloudVisionV1p2beta1NormalizedVertex
2739
+ # @private
2740
+ class Representation < Google::Apis::Core::JsonRepresentation
2741
+ property :x, as: 'x'
2742
+ property :y, as: 'y'
2743
+ end
2744
+ end
2745
+
2746
+ class GoogleCloudVisionV1p2beta1OperationMetadata
2747
+ # @private
2748
+ class Representation < Google::Apis::Core::JsonRepresentation
2749
+ property :create_time, as: 'createTime'
2750
+ property :state, as: 'state'
2751
+ property :update_time, as: 'updateTime'
2752
+ end
2753
+ end
2754
+
2755
+ class GoogleCloudVisionV1p2beta1OutputConfig
2756
+ # @private
2757
+ class Representation < Google::Apis::Core::JsonRepresentation
2758
+ property :batch_size, as: 'batchSize'
2759
+ property :gcs_destination, as: 'gcsDestination', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1GcsDestination, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1GcsDestination::Representation
2760
+
2761
+ end
2762
+ end
2763
+
2764
+ class GoogleCloudVisionV1p2beta1Page
2765
+ # @private
2766
+ class Representation < Google::Apis::Core::JsonRepresentation
2767
+ collection :blocks, as: 'blocks', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Block, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Block::Representation
2768
+
2769
+ property :confidence, as: 'confidence'
2770
+ property :height, as: 'height'
2771
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1TextAnnotationTextProperty::Representation
2772
+
2773
+ property :width, as: 'width'
2774
+ end
2775
+ end
2776
+
2777
+ class GoogleCloudVisionV1p2beta1Paragraph
2778
+ # @private
2779
+ class Representation < Google::Apis::Core::JsonRepresentation
2780
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly::Representation
2781
+
2782
+ property :confidence, as: 'confidence'
2783
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1TextAnnotationTextProperty::Representation
2784
+
2785
+ collection :words, as: 'words', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Word, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Word::Representation
2786
+
2787
+ end
2788
+ end
2789
+
2790
+ class GoogleCloudVisionV1p2beta1Position
2791
+ # @private
2792
+ class Representation < Google::Apis::Core::JsonRepresentation
2793
+ property :x, as: 'x'
2794
+ property :y, as: 'y'
2795
+ property :z, as: 'z'
2796
+ end
2797
+ end
2798
+
2799
+ class GoogleCloudVisionV1p2beta1Product
2800
+ # @private
2801
+ class Representation < Google::Apis::Core::JsonRepresentation
2802
+ property :description, as: 'description'
2803
+ property :display_name, as: 'displayName'
2804
+ property :name, as: 'name'
2805
+ property :product_category, as: 'productCategory'
2806
+ collection :product_labels, as: 'productLabels', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ProductKeyValue, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ProductKeyValue::Representation
2807
+
2808
+ end
2809
+ end
2810
+
2811
+ class GoogleCloudVisionV1p2beta1ProductKeyValue
2812
+ # @private
2813
+ class Representation < Google::Apis::Core::JsonRepresentation
2814
+ property :key, as: 'key'
2815
+ property :value, as: 'value'
2816
+ end
2817
+ end
2818
+
2819
+ class GoogleCloudVisionV1p2beta1ProductSearchParams
2820
+ # @private
2821
+ class Representation < Google::Apis::Core::JsonRepresentation
2822
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly::Representation
2823
+
2824
+ property :filter, as: 'filter'
2825
+ collection :product_categories, as: 'productCategories'
2826
+ property :product_set, as: 'productSet'
2827
+ end
2828
+ end
2829
+
2830
+ class GoogleCloudVisionV1p2beta1ProductSearchResults
2831
+ # @private
2832
+ class Representation < Google::Apis::Core::JsonRepresentation
2833
+ property :index_time, as: 'indexTime'
2834
+ collection :product_grouped_results, as: 'productGroupedResults', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult::Representation
2835
+
2836
+ collection :results, as: 'results', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ProductSearchResultsResult, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ProductSearchResultsResult::Representation
2837
+
2838
+ end
2839
+ end
2840
+
2841
+ class GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult
2842
+ # @private
2843
+ class Representation < Google::Apis::Core::JsonRepresentation
2844
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly::Representation
2845
+
2846
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation::Representation
2847
+
2848
+ collection :results, as: 'results', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ProductSearchResultsResult, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1ProductSearchResultsResult::Representation
2849
+
2850
+ end
2851
+ end
2852
+
2853
+ class GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation
2854
+ # @private
2855
+ class Representation < Google::Apis::Core::JsonRepresentation
2856
+ property :language_code, as: 'languageCode'
2857
+ property :mid, as: 'mid'
2858
+ property :name, as: 'name'
2859
+ property :score, as: 'score'
2860
+ end
2861
+ end
2862
+
2863
+ class GoogleCloudVisionV1p2beta1ProductSearchResultsResult
2864
+ # @private
2865
+ class Representation < Google::Apis::Core::JsonRepresentation
2866
+ property :image, as: 'image'
2867
+ property :product, as: 'product', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Product, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Product::Representation
2868
+
2869
+ property :score, as: 'score'
2870
+ end
2871
+ end
2872
+
2873
+ class GoogleCloudVisionV1p2beta1Property
2874
+ # @private
2875
+ class Representation < Google::Apis::Core::JsonRepresentation
2876
+ property :name, as: 'name'
2877
+ property :uint64_value, :numeric_string => true, as: 'uint64Value'
2878
+ property :value, as: 'value'
2879
+ end
2880
+ end
2881
+
2882
+ class GoogleCloudVisionV1p2beta1SafeSearchAnnotation
2883
+ # @private
2884
+ class Representation < Google::Apis::Core::JsonRepresentation
2885
+ property :adult, as: 'adult'
2886
+ property :medical, as: 'medical'
2887
+ property :racy, as: 'racy'
2888
+ property :spoof, as: 'spoof'
2889
+ property :violence, as: 'violence'
2890
+ end
2891
+ end
2892
+
2893
+ class GoogleCloudVisionV1p2beta1Symbol
2894
+ # @private
2895
+ class Representation < Google::Apis::Core::JsonRepresentation
2896
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly::Representation
2897
+
2898
+ property :confidence, as: 'confidence'
2899
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1TextAnnotationTextProperty::Representation
2900
+
2901
+ property :text, as: 'text'
2902
+ end
2903
+ end
2904
+
2905
+ class GoogleCloudVisionV1p2beta1TextAnnotation
2906
+ # @private
2907
+ class Representation < Google::Apis::Core::JsonRepresentation
2908
+ collection :pages, as: 'pages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Page, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Page::Representation
2909
+
2910
+ property :text, as: 'text'
2911
+ end
2912
+ end
2913
+
2914
+ class GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak
2915
+ # @private
2916
+ class Representation < Google::Apis::Core::JsonRepresentation
2917
+ property :is_prefix, as: 'isPrefix'
2918
+ property :type, as: 'type'
2919
+ end
2920
+ end
2921
+
2922
+ class GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage
2923
+ # @private
2924
+ class Representation < Google::Apis::Core::JsonRepresentation
2925
+ property :confidence, as: 'confidence'
2926
+ property :language_code, as: 'languageCode'
2927
+ end
2928
+ end
2929
+
2930
+ class GoogleCloudVisionV1p2beta1TextAnnotationTextProperty
2931
+ # @private
2932
+ class Representation < Google::Apis::Core::JsonRepresentation
2933
+ property :detected_break, as: 'detectedBreak', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak::Representation
2934
+
2935
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage::Representation
2936
+
2937
+ end
2938
+ end
2939
+
2940
+ class GoogleCloudVisionV1p2beta1Vertex
2941
+ # @private
2942
+ class Representation < Google::Apis::Core::JsonRepresentation
2943
+ property :x, as: 'x'
2944
+ property :y, as: 'y'
2945
+ end
2946
+ end
2947
+
2948
+ class GoogleCloudVisionV1p2beta1WebDetection
2949
+ # @private
2950
+ class Representation < Google::Apis::Core::JsonRepresentation
2951
+ collection :best_guess_labels, as: 'bestGuessLabels', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebLabel, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebLabel::Representation
2952
+
2953
+ collection :full_matching_images, as: 'fullMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebImage::Representation
2954
+
2955
+ collection :pages_with_matching_images, as: 'pagesWithMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebPage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebPage::Representation
2956
+
2957
+ collection :partial_matching_images, as: 'partialMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebImage::Representation
2958
+
2959
+ collection :visually_similar_images, as: 'visuallySimilarImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebImage::Representation
2960
+
2961
+ collection :web_entities, as: 'webEntities', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebEntity, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebEntity::Representation
2962
+
2963
+ end
2964
+ end
2965
+
2966
+ class GoogleCloudVisionV1p2beta1WebDetectionParams
2967
+ # @private
2968
+ class Representation < Google::Apis::Core::JsonRepresentation
2969
+ property :include_geo_results, as: 'includeGeoResults'
2970
+ end
2971
+ end
2972
+
2973
+ class GoogleCloudVisionV1p2beta1WebDetectionWebEntity
2974
+ # @private
2975
+ class Representation < Google::Apis::Core::JsonRepresentation
2976
+ property :description, as: 'description'
2977
+ property :entity_id, as: 'entityId'
2978
+ property :score, as: 'score'
2979
+ end
2980
+ end
2981
+
2982
+ class GoogleCloudVisionV1p2beta1WebDetectionWebImage
2983
+ # @private
2984
+ class Representation < Google::Apis::Core::JsonRepresentation
2985
+ property :score, as: 'score'
2986
+ property :url, as: 'url'
2987
+ end
2988
+ end
2989
+
2990
+ class GoogleCloudVisionV1p2beta1WebDetectionWebLabel
2991
+ # @private
2992
+ class Representation < Google::Apis::Core::JsonRepresentation
2993
+ property :label, as: 'label'
2994
+ property :language_code, as: 'languageCode'
2995
+ end
2996
+ end
2997
+
2998
+ class GoogleCloudVisionV1p2beta1WebDetectionWebPage
2999
+ # @private
3000
+ class Representation < Google::Apis::Core::JsonRepresentation
3001
+ collection :full_matching_images, as: 'fullMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebImage::Representation
3002
+
3003
+ property :page_title, as: 'pageTitle'
3004
+ collection :partial_matching_images, as: 'partialMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebImage::Representation
3005
+
3006
+ property :score, as: 'score'
3007
+ property :url, as: 'url'
3008
+ end
3009
+ end
3010
+
3011
+ class GoogleCloudVisionV1p2beta1Word
3012
+ # @private
3013
+ class Representation < Google::Apis::Core::JsonRepresentation
3014
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BoundingPoly::Representation
3015
+
3016
+ property :confidence, as: 'confidence'
3017
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1TextAnnotationTextProperty::Representation
3018
+
3019
+ collection :symbols, as: 'symbols', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Symbol, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1Symbol::Representation
3020
+
3021
+ end
3022
+ end
3023
+
3024
+ class GoogleCloudVisionV1p3beta1AnnotateFileResponse
3025
+ # @private
3026
+ class Representation < Google::Apis::Core::JsonRepresentation
3027
+ property :error, as: 'error', class: Google::Apis::VisionV1p2beta1::Status, decorator: Google::Apis::VisionV1p2beta1::Status::Representation
3028
+
3029
+ property :input_config, as: 'inputConfig', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1InputConfig, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1InputConfig::Representation
3030
+
3031
+ collection :responses, as: 'responses', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1AnnotateImageResponse, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1AnnotateImageResponse::Representation
3032
+
3033
+ property :total_pages, as: 'totalPages'
3034
+ end
3035
+ end
3036
+
3037
+ class GoogleCloudVisionV1p3beta1AnnotateImageResponse
3038
+ # @private
3039
+ class Representation < Google::Apis::Core::JsonRepresentation
3040
+ property :context, as: 'context', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ImageAnnotationContext, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ImageAnnotationContext::Representation
3041
+
3042
+ property :crop_hints_annotation, as: 'cropHintsAnnotation', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1CropHintsAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1CropHintsAnnotation::Representation
3043
+
3044
+ property :error, as: 'error', class: Google::Apis::VisionV1p2beta1::Status, decorator: Google::Apis::VisionV1p2beta1::Status::Representation
3045
+
3046
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1FaceAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1FaceAnnotation::Representation
3047
+
3048
+ property :full_text_annotation, as: 'fullTextAnnotation', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1TextAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1TextAnnotation::Representation
3049
+
3050
+ property :image_properties_annotation, as: 'imagePropertiesAnnotation', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ImageProperties, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ImageProperties::Representation
3051
+
3052
+ collection :label_annotations, as: 'labelAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1EntityAnnotation::Representation
3053
+
3054
+ collection :landmark_annotations, as: 'landmarkAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1EntityAnnotation::Representation
3055
+
3056
+ collection :localized_object_annotations, as: 'localizedObjectAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation::Representation
3057
+
3058
+ collection :logo_annotations, as: 'logoAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1EntityAnnotation::Representation
3059
+
3060
+ property :product_search_results, as: 'productSearchResults', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ProductSearchResults, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ProductSearchResults::Representation
3061
+
3062
+ property :safe_search_annotation, as: 'safeSearchAnnotation', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1SafeSearchAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1SafeSearchAnnotation::Representation
3063
+
3064
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1EntityAnnotation::Representation
3065
+
3066
+ property :web_detection, as: 'webDetection', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1WebDetection, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1WebDetection::Representation
3067
+
3068
+ end
3069
+ end
3070
+
3071
+ class GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse
3072
+ # @private
3073
+ class Representation < Google::Apis::Core::JsonRepresentation
3074
+ property :output_config, as: 'outputConfig', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1OutputConfig, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1OutputConfig::Representation
3075
+
3076
+ end
3077
+ end
3078
+
3079
+ class GoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse
3080
+ # @private
3081
+ class Representation < Google::Apis::Core::JsonRepresentation
3082
+ collection :responses, as: 'responses', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse::Representation
3083
+
3084
+ end
3085
+ end
3086
+
3087
+ class GoogleCloudVisionV1p3beta1BatchOperationMetadata
3088
+ # @private
3089
+ class Representation < Google::Apis::Core::JsonRepresentation
3090
+ property :end_time, as: 'endTime'
3091
+ property :state, as: 'state'
3092
+ property :submit_time, as: 'submitTime'
3093
+ end
3094
+ end
3095
+
3096
+ class GoogleCloudVisionV1p3beta1Block
3097
+ # @private
3098
+ class Representation < Google::Apis::Core::JsonRepresentation
3099
+ property :block_type, as: 'blockType'
3100
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly::Representation
3101
+
3102
+ property :confidence, as: 'confidence'
3103
+ collection :paragraphs, as: 'paragraphs', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1Paragraph, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1Paragraph::Representation
3104
+
3105
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1TextAnnotationTextProperty::Representation
3106
+
3107
+ end
3108
+ end
3109
+
3110
+ class GoogleCloudVisionV1p3beta1BoundingPoly
3111
+ # @private
3112
+ class Representation < Google::Apis::Core::JsonRepresentation
3113
+ collection :normalized_vertices, as: 'normalizedVertices', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1NormalizedVertex, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1NormalizedVertex::Representation
3114
+
3115
+ collection :vertices, as: 'vertices', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1Vertex, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1Vertex::Representation
3116
+
3117
+ end
3118
+ end
3119
+
3120
+ class GoogleCloudVisionV1p3beta1ColorInfo
3121
+ # @private
3122
+ class Representation < Google::Apis::Core::JsonRepresentation
3123
+ property :color, as: 'color', class: Google::Apis::VisionV1p2beta1::Color, decorator: Google::Apis::VisionV1p2beta1::Color::Representation
3124
+
3125
+ property :pixel_fraction, as: 'pixelFraction'
3126
+ property :score, as: 'score'
3127
+ end
3128
+ end
3129
+
3130
+ class GoogleCloudVisionV1p3beta1CropHint
3131
+ # @private
3132
+ class Representation < Google::Apis::Core::JsonRepresentation
3133
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly::Representation
3134
+
3135
+ property :confidence, as: 'confidence'
3136
+ property :importance_fraction, as: 'importanceFraction'
3137
+ end
3138
+ end
3139
+
3140
+ class GoogleCloudVisionV1p3beta1CropHintsAnnotation
3141
+ # @private
3142
+ class Representation < Google::Apis::Core::JsonRepresentation
3143
+ collection :crop_hints, as: 'cropHints', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1CropHint, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1CropHint::Representation
3144
+
3145
+ end
3146
+ end
3147
+
3148
+ class GoogleCloudVisionV1p3beta1DominantColorsAnnotation
3149
+ # @private
3150
+ class Representation < Google::Apis::Core::JsonRepresentation
3151
+ collection :colors, as: 'colors', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ColorInfo, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ColorInfo::Representation
3152
+
3153
+ end
3154
+ end
3155
+
3156
+ class GoogleCloudVisionV1p3beta1EntityAnnotation
3157
+ # @private
3158
+ class Representation < Google::Apis::Core::JsonRepresentation
3159
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly::Representation
3160
+
3161
+ property :confidence, as: 'confidence'
3162
+ property :description, as: 'description'
3163
+ property :locale, as: 'locale'
3164
+ collection :locations, as: 'locations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1LocationInfo, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1LocationInfo::Representation
3165
+
3166
+ property :mid, as: 'mid'
3167
+ collection :properties, as: 'properties', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1Property, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1Property::Representation
3168
+
3169
+ property :score, as: 'score'
3170
+ property :topicality, as: 'topicality'
3171
+ end
3172
+ end
3173
+
3174
+ class GoogleCloudVisionV1p3beta1FaceAnnotation
3175
+ # @private
3176
+ class Representation < Google::Apis::Core::JsonRepresentation
3177
+ property :anger_likelihood, as: 'angerLikelihood'
3178
+ property :blurred_likelihood, as: 'blurredLikelihood'
3179
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly::Representation
3180
+
3181
+ property :detection_confidence, as: 'detectionConfidence'
3182
+ property :fd_bounding_poly, as: 'fdBoundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly::Representation
3183
+
3184
+ property :headwear_likelihood, as: 'headwearLikelihood'
3185
+ property :joy_likelihood, as: 'joyLikelihood'
3186
+ property :landmarking_confidence, as: 'landmarkingConfidence'
3187
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1FaceAnnotationLandmark, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1FaceAnnotationLandmark::Representation
3188
+
3189
+ property :pan_angle, as: 'panAngle'
3190
+ property :roll_angle, as: 'rollAngle'
3191
+ property :sorrow_likelihood, as: 'sorrowLikelihood'
3192
+ property :surprise_likelihood, as: 'surpriseLikelihood'
3193
+ property :tilt_angle, as: 'tiltAngle'
3194
+ property :under_exposed_likelihood, as: 'underExposedLikelihood'
3195
+ end
3196
+ end
3197
+
3198
+ class GoogleCloudVisionV1p3beta1FaceAnnotationLandmark
3199
+ # @private
3200
+ class Representation < Google::Apis::Core::JsonRepresentation
3201
+ property :position, as: 'position', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1Position, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1Position::Representation
3202
+
3203
+ property :type, as: 'type'
3204
+ end
3205
+ end
3206
+
3207
+ class GoogleCloudVisionV1p3beta1GcsDestination
3208
+ # @private
3209
+ class Representation < Google::Apis::Core::JsonRepresentation
3210
+ property :uri, as: 'uri'
3211
+ end
3212
+ end
3213
+
3214
+ class GoogleCloudVisionV1p3beta1GcsSource
3215
+ # @private
3216
+ class Representation < Google::Apis::Core::JsonRepresentation
3217
+ property :uri, as: 'uri'
3218
+ end
3219
+ end
3220
+
3221
+ class GoogleCloudVisionV1p3beta1ImageAnnotationContext
3222
+ # @private
3223
+ class Representation < Google::Apis::Core::JsonRepresentation
3224
+ property :page_number, as: 'pageNumber'
3225
+ property :uri, as: 'uri'
3226
+ end
3227
+ end
3228
+
3229
+ class GoogleCloudVisionV1p3beta1ImageProperties
3230
+ # @private
3231
+ class Representation < Google::Apis::Core::JsonRepresentation
3232
+ property :dominant_colors, as: 'dominantColors', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1DominantColorsAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1DominantColorsAnnotation::Representation
3233
+
3234
+ end
3235
+ end
3236
+
3237
+ class GoogleCloudVisionV1p3beta1ImportProductSetsResponse
3238
+ # @private
3239
+ class Representation < Google::Apis::Core::JsonRepresentation
3240
+ collection :reference_images, as: 'referenceImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ReferenceImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ReferenceImage::Representation
3241
+
3242
+ collection :statuses, as: 'statuses', class: Google::Apis::VisionV1p2beta1::Status, decorator: Google::Apis::VisionV1p2beta1::Status::Representation
3243
+
3244
+ end
3245
+ end
3246
+
3247
+ class GoogleCloudVisionV1p3beta1InputConfig
3248
+ # @private
3249
+ class Representation < Google::Apis::Core::JsonRepresentation
3250
+ property :content, :base64 => true, as: 'content'
3251
+ property :gcs_source, as: 'gcsSource', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1GcsSource, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1GcsSource::Representation
3252
+
3253
+ property :mime_type, as: 'mimeType'
3254
+ end
3255
+ end
3256
+
3257
+ class GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation
3258
+ # @private
3259
+ class Representation < Google::Apis::Core::JsonRepresentation
3260
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly::Representation
3261
+
3262
+ property :language_code, as: 'languageCode'
3263
+ property :mid, as: 'mid'
3264
+ property :name, as: 'name'
3265
+ property :score, as: 'score'
3266
+ end
3267
+ end
3268
+
3269
+ class GoogleCloudVisionV1p3beta1LocationInfo
3270
+ # @private
3271
+ class Representation < Google::Apis::Core::JsonRepresentation
3272
+ property :lat_lng, as: 'latLng', class: Google::Apis::VisionV1p2beta1::LatLng, decorator: Google::Apis::VisionV1p2beta1::LatLng::Representation
3273
+
3274
+ end
3275
+ end
3276
+
3277
+ class GoogleCloudVisionV1p3beta1NormalizedVertex
3278
+ # @private
3279
+ class Representation < Google::Apis::Core::JsonRepresentation
3280
+ property :x, as: 'x'
3281
+ property :y, as: 'y'
3282
+ end
3283
+ end
3284
+
3285
+ class GoogleCloudVisionV1p3beta1OperationMetadata
3286
+ # @private
3287
+ class Representation < Google::Apis::Core::JsonRepresentation
3288
+ property :create_time, as: 'createTime'
3289
+ property :state, as: 'state'
3290
+ property :update_time, as: 'updateTime'
3291
+ end
3292
+ end
3293
+
3294
+ class GoogleCloudVisionV1p3beta1OutputConfig
3295
+ # @private
3296
+ class Representation < Google::Apis::Core::JsonRepresentation
3297
+ property :batch_size, as: 'batchSize'
3298
+ property :gcs_destination, as: 'gcsDestination', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1GcsDestination, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1GcsDestination::Representation
3299
+
3300
+ end
3301
+ end
3302
+
3303
+ class GoogleCloudVisionV1p3beta1Page
3304
+ # @private
3305
+ class Representation < Google::Apis::Core::JsonRepresentation
3306
+ collection :blocks, as: 'blocks', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1Block, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1Block::Representation
3307
+
3308
+ property :confidence, as: 'confidence'
3309
+ property :height, as: 'height'
3310
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1TextAnnotationTextProperty::Representation
3311
+
3312
+ property :width, as: 'width'
3313
+ end
3314
+ end
3315
+
3316
+ class GoogleCloudVisionV1p3beta1Paragraph
3317
+ # @private
3318
+ class Representation < Google::Apis::Core::JsonRepresentation
3319
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly::Representation
3320
+
3321
+ property :confidence, as: 'confidence'
3322
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1TextAnnotationTextProperty::Representation
3323
+
3324
+ collection :words, as: 'words', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1Word, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1Word::Representation
3325
+
3326
+ end
3327
+ end
3328
+
3329
+ class GoogleCloudVisionV1p3beta1Position
3330
+ # @private
3331
+ class Representation < Google::Apis::Core::JsonRepresentation
3332
+ property :x, as: 'x'
3333
+ property :y, as: 'y'
3334
+ property :z, as: 'z'
3335
+ end
3336
+ end
3337
+
3338
+ class GoogleCloudVisionV1p3beta1Product
3339
+ # @private
3340
+ class Representation < Google::Apis::Core::JsonRepresentation
3341
+ property :description, as: 'description'
3342
+ property :display_name, as: 'displayName'
3343
+ property :name, as: 'name'
3344
+ property :product_category, as: 'productCategory'
3345
+ collection :product_labels, as: 'productLabels', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ProductKeyValue, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ProductKeyValue::Representation
3346
+
3347
+ end
3348
+ end
3349
+
3350
+ class GoogleCloudVisionV1p3beta1ProductKeyValue
3351
+ # @private
3352
+ class Representation < Google::Apis::Core::JsonRepresentation
3353
+ property :key, as: 'key'
3354
+ property :value, as: 'value'
3355
+ end
3356
+ end
3357
+
3358
+ class GoogleCloudVisionV1p3beta1ProductSearchResults
3359
+ # @private
3360
+ class Representation < Google::Apis::Core::JsonRepresentation
3361
+ property :index_time, as: 'indexTime'
3362
+ collection :product_grouped_results, as: 'productGroupedResults', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult::Representation
3363
+
3364
+ collection :results, as: 'results', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ProductSearchResultsResult, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ProductSearchResultsResult::Representation
3365
+
3366
+ end
3367
+ end
3368
+
3369
+ class GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult
3370
+ # @private
3371
+ class Representation < Google::Apis::Core::JsonRepresentation
3372
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly::Representation
3373
+
3374
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation::Representation
3375
+
3376
+ collection :results, as: 'results', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ProductSearchResultsResult, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1ProductSearchResultsResult::Representation
3377
+
3378
+ end
3379
+ end
3380
+
3381
+ class GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation
3382
+ # @private
3383
+ class Representation < Google::Apis::Core::JsonRepresentation
3384
+ property :language_code, as: 'languageCode'
3385
+ property :mid, as: 'mid'
3386
+ property :name, as: 'name'
3387
+ property :score, as: 'score'
3388
+ end
3389
+ end
3390
+
3391
+ class GoogleCloudVisionV1p3beta1ProductSearchResultsResult
3392
+ # @private
3393
+ class Representation < Google::Apis::Core::JsonRepresentation
3394
+ property :image, as: 'image'
3395
+ property :product, as: 'product', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1Product, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1Product::Representation
3396
+
3397
+ property :score, as: 'score'
3398
+ end
3399
+ end
3400
+
3401
+ class GoogleCloudVisionV1p3beta1Property
3402
+ # @private
3403
+ class Representation < Google::Apis::Core::JsonRepresentation
3404
+ property :name, as: 'name'
3405
+ property :uint64_value, :numeric_string => true, as: 'uint64Value'
3406
+ property :value, as: 'value'
3407
+ end
3408
+ end
3409
+
3410
+ class GoogleCloudVisionV1p3beta1ReferenceImage
3411
+ # @private
3412
+ class Representation < Google::Apis::Core::JsonRepresentation
3413
+ collection :bounding_polys, as: 'boundingPolys', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly::Representation
3414
+
3415
+ property :name, as: 'name'
3416
+ property :uri, as: 'uri'
3417
+ end
3418
+ end
3419
+
3420
+ class GoogleCloudVisionV1p3beta1SafeSearchAnnotation
3421
+ # @private
3422
+ class Representation < Google::Apis::Core::JsonRepresentation
3423
+ property :adult, as: 'adult'
3424
+ property :medical, as: 'medical'
3425
+ property :racy, as: 'racy'
3426
+ property :spoof, as: 'spoof'
3427
+ property :violence, as: 'violence'
3428
+ end
3429
+ end
3430
+
3431
+ class GoogleCloudVisionV1p3beta1Symbol
3432
+ # @private
3433
+ class Representation < Google::Apis::Core::JsonRepresentation
3434
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly::Representation
3435
+
3436
+ property :confidence, as: 'confidence'
3437
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1TextAnnotationTextProperty::Representation
3438
+
3439
+ property :text, as: 'text'
3440
+ end
3441
+ end
3442
+
3443
+ class GoogleCloudVisionV1p3beta1TextAnnotation
3444
+ # @private
3445
+ class Representation < Google::Apis::Core::JsonRepresentation
3446
+ collection :pages, as: 'pages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1Page, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1Page::Representation
3447
+
3448
+ property :text, as: 'text'
3449
+ end
3450
+ end
3451
+
3452
+ class GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak
3453
+ # @private
3454
+ class Representation < Google::Apis::Core::JsonRepresentation
3455
+ property :is_prefix, as: 'isPrefix'
3456
+ property :type, as: 'type'
3457
+ end
3458
+ end
3459
+
3460
+ class GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage
3461
+ # @private
3462
+ class Representation < Google::Apis::Core::JsonRepresentation
3463
+ property :confidence, as: 'confidence'
3464
+ property :language_code, as: 'languageCode'
3465
+ end
3466
+ end
3467
+
3468
+ class GoogleCloudVisionV1p3beta1TextAnnotationTextProperty
3469
+ # @private
3470
+ class Representation < Google::Apis::Core::JsonRepresentation
3471
+ property :detected_break, as: 'detectedBreak', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak::Representation
3472
+
3473
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage::Representation
3474
+
3475
+ end
3476
+ end
3477
+
3478
+ class GoogleCloudVisionV1p3beta1Vertex
3479
+ # @private
3480
+ class Representation < Google::Apis::Core::JsonRepresentation
3481
+ property :x, as: 'x'
3482
+ property :y, as: 'y'
3483
+ end
3484
+ end
3485
+
3486
+ class GoogleCloudVisionV1p3beta1WebDetection
3487
+ # @private
3488
+ class Representation < Google::Apis::Core::JsonRepresentation
3489
+ collection :best_guess_labels, as: 'bestGuessLabels', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1WebDetectionWebLabel, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1WebDetectionWebLabel::Representation
3490
+
3491
+ collection :full_matching_images, as: 'fullMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1WebDetectionWebImage::Representation
3492
+
3493
+ collection :pages_with_matching_images, as: 'pagesWithMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1WebDetectionWebPage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1WebDetectionWebPage::Representation
3494
+
3495
+ collection :partial_matching_images, as: 'partialMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1WebDetectionWebImage::Representation
3496
+
3497
+ collection :visually_similar_images, as: 'visuallySimilarImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1WebDetectionWebImage::Representation
3498
+
3499
+ collection :web_entities, as: 'webEntities', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1WebDetectionWebEntity, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1WebDetectionWebEntity::Representation
3500
+
3501
+ end
3502
+ end
3503
+
3504
+ class GoogleCloudVisionV1p3beta1WebDetectionWebEntity
3505
+ # @private
3506
+ class Representation < Google::Apis::Core::JsonRepresentation
3507
+ property :description, as: 'description'
3508
+ property :entity_id, as: 'entityId'
3509
+ property :score, as: 'score'
3510
+ end
3511
+ end
3512
+
3513
+ class GoogleCloudVisionV1p3beta1WebDetectionWebImage
3514
+ # @private
3515
+ class Representation < Google::Apis::Core::JsonRepresentation
3516
+ property :score, as: 'score'
3517
+ property :url, as: 'url'
3518
+ end
3519
+ end
3520
+
3521
+ class GoogleCloudVisionV1p3beta1WebDetectionWebLabel
3522
+ # @private
3523
+ class Representation < Google::Apis::Core::JsonRepresentation
3524
+ property :label, as: 'label'
3525
+ property :language_code, as: 'languageCode'
3526
+ end
3527
+ end
3528
+
3529
+ class GoogleCloudVisionV1p3beta1WebDetectionWebPage
3530
+ # @private
3531
+ class Representation < Google::Apis::Core::JsonRepresentation
3532
+ collection :full_matching_images, as: 'fullMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1WebDetectionWebImage::Representation
3533
+
3534
+ property :page_title, as: 'pageTitle'
3535
+ collection :partial_matching_images, as: 'partialMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1WebDetectionWebImage::Representation
3536
+
3537
+ property :score, as: 'score'
3538
+ property :url, as: 'url'
3539
+ end
3540
+ end
3541
+
3542
+ class GoogleCloudVisionV1p3beta1Word
3543
+ # @private
3544
+ class Representation < Google::Apis::Core::JsonRepresentation
3545
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1BoundingPoly::Representation
3546
+
3547
+ property :confidence, as: 'confidence'
3548
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1TextAnnotationTextProperty::Representation
3549
+
3550
+ collection :symbols, as: 'symbols', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1Symbol, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1Symbol::Representation
3551
+
3552
+ end
3553
+ end
3554
+
3555
+ class GoogleCloudVisionV1p4beta1AnnotateFileResponse
3556
+ # @private
3557
+ class Representation < Google::Apis::Core::JsonRepresentation
3558
+ property :error, as: 'error', class: Google::Apis::VisionV1p2beta1::Status, decorator: Google::Apis::VisionV1p2beta1::Status::Representation
3559
+
3560
+ property :input_config, as: 'inputConfig', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1InputConfig, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1InputConfig::Representation
3561
+
3562
+ collection :responses, as: 'responses', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1AnnotateImageResponse, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1AnnotateImageResponse::Representation
3563
+
3564
+ property :total_pages, as: 'totalPages'
3565
+ end
3566
+ end
3567
+
3568
+ class GoogleCloudVisionV1p4beta1AnnotateImageResponse
3569
+ # @private
3570
+ class Representation < Google::Apis::Core::JsonRepresentation
3571
+ property :context, as: 'context', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ImageAnnotationContext, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ImageAnnotationContext::Representation
3572
+
3573
+ property :crop_hints_annotation, as: 'cropHintsAnnotation', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1CropHintsAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1CropHintsAnnotation::Representation
3574
+
3575
+ property :error, as: 'error', class: Google::Apis::VisionV1p2beta1::Status, decorator: Google::Apis::VisionV1p2beta1::Status::Representation
3576
+
3577
+ collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1FaceAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1FaceAnnotation::Representation
3578
+
3579
+ property :full_text_annotation, as: 'fullTextAnnotation', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1TextAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1TextAnnotation::Representation
3580
+
3581
+ property :image_properties_annotation, as: 'imagePropertiesAnnotation', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ImageProperties, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ImageProperties::Representation
3582
+
3583
+ collection :label_annotations, as: 'labelAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1EntityAnnotation::Representation
3584
+
3585
+ collection :landmark_annotations, as: 'landmarkAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1EntityAnnotation::Representation
3586
+
3587
+ collection :localized_object_annotations, as: 'localizedObjectAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation::Representation
3588
+
3589
+ collection :logo_annotations, as: 'logoAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1EntityAnnotation::Representation
3590
+
3591
+ property :product_search_results, as: 'productSearchResults', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ProductSearchResults, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ProductSearchResults::Representation
3592
+
3593
+ property :safe_search_annotation, as: 'safeSearchAnnotation', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1SafeSearchAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1SafeSearchAnnotation::Representation
3594
+
3595
+ collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1EntityAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1EntityAnnotation::Representation
3596
+
3597
+ property :web_detection, as: 'webDetection', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1WebDetection, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1WebDetection::Representation
3598
+
3599
+ end
3600
+ end
3601
+
3602
+ class GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse
3603
+ # @private
3604
+ class Representation < Google::Apis::Core::JsonRepresentation
3605
+ property :output_config, as: 'outputConfig', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1OutputConfig, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1OutputConfig::Representation
3606
+
3607
+ end
3608
+ end
3609
+
3610
+ class GoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse
3611
+ # @private
3612
+ class Representation < Google::Apis::Core::JsonRepresentation
3613
+ collection :responses, as: 'responses', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse::Representation
3614
+
3615
+ end
3616
+ end
3617
+
3618
+ class GoogleCloudVisionV1p4beta1AsyncBatchAnnotateImagesResponse
3619
+ # @private
3620
+ class Representation < Google::Apis::Core::JsonRepresentation
3621
+ property :output_config, as: 'outputConfig', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1OutputConfig, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1OutputConfig::Representation
3622
+
3623
+ end
3624
+ end
3625
+
3626
+ class GoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse
3627
+ # @private
3628
+ class Representation < Google::Apis::Core::JsonRepresentation
3629
+ collection :responses, as: 'responses', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1AnnotateFileResponse, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1AnnotateFileResponse::Representation
3630
+
3631
+ end
3632
+ end
3633
+
3634
+ class GoogleCloudVisionV1p4beta1BatchOperationMetadata
3635
+ # @private
3636
+ class Representation < Google::Apis::Core::JsonRepresentation
3637
+ property :end_time, as: 'endTime'
3638
+ property :state, as: 'state'
3639
+ property :submit_time, as: 'submitTime'
3640
+ end
3641
+ end
3642
+
3643
+ class GoogleCloudVisionV1p4beta1Block
3644
+ # @private
3645
+ class Representation < Google::Apis::Core::JsonRepresentation
3646
+ property :block_type, as: 'blockType'
3647
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly::Representation
3648
+
3649
+ property :confidence, as: 'confidence'
3650
+ collection :paragraphs, as: 'paragraphs', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Paragraph, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Paragraph::Representation
3651
+
3652
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1TextAnnotationTextProperty::Representation
3653
+
3654
+ end
3655
+ end
3656
+
3657
+ class GoogleCloudVisionV1p4beta1BoundingPoly
3658
+ # @private
3659
+ class Representation < Google::Apis::Core::JsonRepresentation
3660
+ collection :normalized_vertices, as: 'normalizedVertices', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1NormalizedVertex, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1NormalizedVertex::Representation
3661
+
3662
+ collection :vertices, as: 'vertices', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Vertex, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Vertex::Representation
3663
+
3664
+ end
3665
+ end
3666
+
3667
+ class GoogleCloudVisionV1p4beta1Celebrity
3668
+ # @private
3669
+ class Representation < Google::Apis::Core::JsonRepresentation
3670
+ property :description, as: 'description'
3671
+ property :display_name, as: 'displayName'
3672
+ property :name, as: 'name'
3673
+ end
3674
+ end
3675
+
3676
+ class GoogleCloudVisionV1p4beta1ColorInfo
3677
+ # @private
3678
+ class Representation < Google::Apis::Core::JsonRepresentation
3679
+ property :color, as: 'color', class: Google::Apis::VisionV1p2beta1::Color, decorator: Google::Apis::VisionV1p2beta1::Color::Representation
3680
+
3681
+ property :pixel_fraction, as: 'pixelFraction'
3682
+ property :score, as: 'score'
3683
+ end
3684
+ end
3685
+
3686
+ class GoogleCloudVisionV1p4beta1CropHint
3687
+ # @private
3688
+ class Representation < Google::Apis::Core::JsonRepresentation
3689
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly::Representation
3690
+
3691
+ property :confidence, as: 'confidence'
3692
+ property :importance_fraction, as: 'importanceFraction'
3693
+ end
3694
+ end
3695
+
3696
+ class GoogleCloudVisionV1p4beta1CropHintsAnnotation
3697
+ # @private
3698
+ class Representation < Google::Apis::Core::JsonRepresentation
3699
+ collection :crop_hints, as: 'cropHints', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1CropHint, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1CropHint::Representation
3700
+
3701
+ end
3702
+ end
3703
+
3704
+ class GoogleCloudVisionV1p4beta1DominantColorsAnnotation
3705
+ # @private
3706
+ class Representation < Google::Apis::Core::JsonRepresentation
3707
+ collection :colors, as: 'colors', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ColorInfo, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ColorInfo::Representation
3708
+
3709
+ end
3710
+ end
3711
+
3712
+ class GoogleCloudVisionV1p4beta1EntityAnnotation
3713
+ # @private
3714
+ class Representation < Google::Apis::Core::JsonRepresentation
3715
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly::Representation
3716
+
3717
+ property :confidence, as: 'confidence'
3718
+ property :description, as: 'description'
3719
+ property :locale, as: 'locale'
3720
+ collection :locations, as: 'locations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1LocationInfo, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1LocationInfo::Representation
3721
+
3722
+ property :mid, as: 'mid'
3723
+ collection :properties, as: 'properties', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Property, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Property::Representation
3724
+
3725
+ property :score, as: 'score'
3726
+ property :topicality, as: 'topicality'
3727
+ end
3728
+ end
3729
+
3730
+ class GoogleCloudVisionV1p4beta1FaceAnnotation
3731
+ # @private
3732
+ class Representation < Google::Apis::Core::JsonRepresentation
3733
+ property :anger_likelihood, as: 'angerLikelihood'
3734
+ property :blurred_likelihood, as: 'blurredLikelihood'
3735
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly::Representation
3736
+
3737
+ property :detection_confidence, as: 'detectionConfidence'
3738
+ property :fd_bounding_poly, as: 'fdBoundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly::Representation
3739
+
3740
+ property :headwear_likelihood, as: 'headwearLikelihood'
3741
+ property :joy_likelihood, as: 'joyLikelihood'
3742
+ property :landmarking_confidence, as: 'landmarkingConfidence'
3743
+ collection :landmarks, as: 'landmarks', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1FaceAnnotationLandmark, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1FaceAnnotationLandmark::Representation
3744
+
3745
+ property :pan_angle, as: 'panAngle'
3746
+ collection :recognition_result, as: 'recognitionResult', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1FaceRecognitionResult, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1FaceRecognitionResult::Representation
3747
+
3748
+ property :roll_angle, as: 'rollAngle'
3749
+ property :sorrow_likelihood, as: 'sorrowLikelihood'
3750
+ property :surprise_likelihood, as: 'surpriseLikelihood'
3751
+ property :tilt_angle, as: 'tiltAngle'
3752
+ property :under_exposed_likelihood, as: 'underExposedLikelihood'
3753
+ end
3754
+ end
3755
+
3756
+ class GoogleCloudVisionV1p4beta1FaceAnnotationLandmark
3757
+ # @private
3758
+ class Representation < Google::Apis::Core::JsonRepresentation
3759
+ property :position, as: 'position', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Position, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Position::Representation
3760
+
3761
+ property :type, as: 'type'
3762
+ end
3763
+ end
3764
+
3765
+ class GoogleCloudVisionV1p4beta1FaceRecognitionResult
3766
+ # @private
3767
+ class Representation < Google::Apis::Core::JsonRepresentation
3768
+ property :celebrity, as: 'celebrity', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Celebrity, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Celebrity::Representation
3769
+
3770
+ property :confidence, as: 'confidence'
3771
+ end
3772
+ end
3773
+
3774
+ class GoogleCloudVisionV1p4beta1GcsDestination
3775
+ # @private
3776
+ class Representation < Google::Apis::Core::JsonRepresentation
3777
+ property :uri, as: 'uri'
3778
+ end
3779
+ end
3780
+
3781
+ class GoogleCloudVisionV1p4beta1GcsSource
3782
+ # @private
3783
+ class Representation < Google::Apis::Core::JsonRepresentation
3784
+ property :uri, as: 'uri'
3785
+ end
3786
+ end
3787
+
3788
+ class GoogleCloudVisionV1p4beta1ImageAnnotationContext
3789
+ # @private
3790
+ class Representation < Google::Apis::Core::JsonRepresentation
3791
+ property :page_number, as: 'pageNumber'
3792
+ property :uri, as: 'uri'
3793
+ end
3794
+ end
3795
+
3796
+ class GoogleCloudVisionV1p4beta1ImageProperties
3797
+ # @private
3798
+ class Representation < Google::Apis::Core::JsonRepresentation
3799
+ property :dominant_colors, as: 'dominantColors', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1DominantColorsAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1DominantColorsAnnotation::Representation
3800
+
3801
+ end
3802
+ end
3803
+
3804
+ class GoogleCloudVisionV1p4beta1ImportProductSetsResponse
3805
+ # @private
3806
+ class Representation < Google::Apis::Core::JsonRepresentation
3807
+ collection :reference_images, as: 'referenceImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ReferenceImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ReferenceImage::Representation
3808
+
3809
+ collection :statuses, as: 'statuses', class: Google::Apis::VisionV1p2beta1::Status, decorator: Google::Apis::VisionV1p2beta1::Status::Representation
3810
+
3811
+ end
3812
+ end
3813
+
3814
+ class GoogleCloudVisionV1p4beta1InputConfig
3815
+ # @private
3816
+ class Representation < Google::Apis::Core::JsonRepresentation
3817
+ property :content, :base64 => true, as: 'content'
3818
+ property :gcs_source, as: 'gcsSource', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1GcsSource, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1GcsSource::Representation
3819
+
3820
+ property :mime_type, as: 'mimeType'
3821
+ end
3822
+ end
3823
+
3824
+ class GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation
3825
+ # @private
3826
+ class Representation < Google::Apis::Core::JsonRepresentation
3827
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly::Representation
3828
+
3829
+ property :language_code, as: 'languageCode'
3830
+ property :mid, as: 'mid'
3831
+ property :name, as: 'name'
3832
+ property :score, as: 'score'
3833
+ end
3834
+ end
3835
+
3836
+ class GoogleCloudVisionV1p4beta1LocationInfo
3837
+ # @private
3838
+ class Representation < Google::Apis::Core::JsonRepresentation
3839
+ property :lat_lng, as: 'latLng', class: Google::Apis::VisionV1p2beta1::LatLng, decorator: Google::Apis::VisionV1p2beta1::LatLng::Representation
3840
+
3841
+ end
3842
+ end
3843
+
3844
+ class GoogleCloudVisionV1p4beta1NormalizedVertex
3845
+ # @private
3846
+ class Representation < Google::Apis::Core::JsonRepresentation
3847
+ property :x, as: 'x'
3848
+ property :y, as: 'y'
3849
+ end
3850
+ end
3851
+
3852
+ class GoogleCloudVisionV1p4beta1OperationMetadata
3853
+ # @private
3854
+ class Representation < Google::Apis::Core::JsonRepresentation
3855
+ property :create_time, as: 'createTime'
3856
+ property :state, as: 'state'
3857
+ property :update_time, as: 'updateTime'
3858
+ end
3859
+ end
3860
+
3861
+ class GoogleCloudVisionV1p4beta1OutputConfig
3862
+ # @private
3863
+ class Representation < Google::Apis::Core::JsonRepresentation
3864
+ property :batch_size, as: 'batchSize'
3865
+ property :gcs_destination, as: 'gcsDestination', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1GcsDestination, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1GcsDestination::Representation
3866
+
3867
+ end
3868
+ end
3869
+
3870
+ class GoogleCloudVisionV1p4beta1Page
3871
+ # @private
3872
+ class Representation < Google::Apis::Core::JsonRepresentation
3873
+ collection :blocks, as: 'blocks', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Block, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Block::Representation
3874
+
3875
+ property :confidence, as: 'confidence'
3876
+ property :height, as: 'height'
3877
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1TextAnnotationTextProperty::Representation
3878
+
3879
+ property :width, as: 'width'
3880
+ end
3881
+ end
3882
+
3883
+ class GoogleCloudVisionV1p4beta1Paragraph
3884
+ # @private
3885
+ class Representation < Google::Apis::Core::JsonRepresentation
3886
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly::Representation
3887
+
3888
+ property :confidence, as: 'confidence'
3889
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1TextAnnotationTextProperty::Representation
3890
+
3891
+ collection :words, as: 'words', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Word, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Word::Representation
3892
+
3893
+ end
3894
+ end
3895
+
3896
+ class GoogleCloudVisionV1p4beta1Position
3897
+ # @private
3898
+ class Representation < Google::Apis::Core::JsonRepresentation
3899
+ property :x, as: 'x'
3900
+ property :y, as: 'y'
3901
+ property :z, as: 'z'
3902
+ end
3903
+ end
3904
+
3905
+ class GoogleCloudVisionV1p4beta1Product
3906
+ # @private
3907
+ class Representation < Google::Apis::Core::JsonRepresentation
3908
+ property :description, as: 'description'
3909
+ property :display_name, as: 'displayName'
3910
+ property :name, as: 'name'
3911
+ property :product_category, as: 'productCategory'
3912
+ collection :product_labels, as: 'productLabels', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ProductKeyValue, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ProductKeyValue::Representation
3913
+
3914
+ end
3915
+ end
3916
+
3917
+ class GoogleCloudVisionV1p4beta1ProductKeyValue
3918
+ # @private
3919
+ class Representation < Google::Apis::Core::JsonRepresentation
3920
+ property :key, as: 'key'
3921
+ property :value, as: 'value'
3922
+ end
3923
+ end
3924
+
3925
+ class GoogleCloudVisionV1p4beta1ProductSearchResults
3926
+ # @private
3927
+ class Representation < Google::Apis::Core::JsonRepresentation
3928
+ property :index_time, as: 'indexTime'
3929
+ collection :product_grouped_results, as: 'productGroupedResults', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult::Representation
3930
+
3931
+ collection :results, as: 'results', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ProductSearchResultsResult, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ProductSearchResultsResult::Representation
3932
+
3933
+ end
3934
+ end
3935
+
3936
+ class GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult
3937
+ # @private
3938
+ class Representation < Google::Apis::Core::JsonRepresentation
3939
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly::Representation
3940
+
3941
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation::Representation
3942
+
3943
+ collection :results, as: 'results', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ProductSearchResultsResult, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1ProductSearchResultsResult::Representation
3944
+
3945
+ end
3946
+ end
3947
+
3948
+ class GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation
3949
+ # @private
3950
+ class Representation < Google::Apis::Core::JsonRepresentation
3951
+ property :language_code, as: 'languageCode'
3952
+ property :mid, as: 'mid'
3953
+ property :name, as: 'name'
3954
+ property :score, as: 'score'
3955
+ end
3956
+ end
3957
+
3958
+ class GoogleCloudVisionV1p4beta1ProductSearchResultsResult
3959
+ # @private
3960
+ class Representation < Google::Apis::Core::JsonRepresentation
3961
+ property :image, as: 'image'
3962
+ property :product, as: 'product', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Product, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Product::Representation
3963
+
3964
+ property :score, as: 'score'
3965
+ end
3966
+ end
3967
+
3968
+ class GoogleCloudVisionV1p4beta1Property
3969
+ # @private
3970
+ class Representation < Google::Apis::Core::JsonRepresentation
3971
+ property :name, as: 'name'
3972
+ property :uint64_value, :numeric_string => true, as: 'uint64Value'
3973
+ property :value, as: 'value'
3974
+ end
3975
+ end
3976
+
3977
+ class GoogleCloudVisionV1p4beta1ReferenceImage
3978
+ # @private
3979
+ class Representation < Google::Apis::Core::JsonRepresentation
3980
+ collection :bounding_polys, as: 'boundingPolys', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly::Representation
3981
+
3982
+ property :name, as: 'name'
3983
+ property :uri, as: 'uri'
3984
+ end
3985
+ end
3986
+
3987
+ class GoogleCloudVisionV1p4beta1SafeSearchAnnotation
3988
+ # @private
3989
+ class Representation < Google::Apis::Core::JsonRepresentation
3990
+ property :adult, as: 'adult'
3991
+ property :medical, as: 'medical'
3992
+ property :racy, as: 'racy'
3993
+ property :spoof, as: 'spoof'
3994
+ property :violence, as: 'violence'
3995
+ end
3996
+ end
3997
+
3998
+ class GoogleCloudVisionV1p4beta1Symbol
3999
+ # @private
4000
+ class Representation < Google::Apis::Core::JsonRepresentation
4001
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly::Representation
4002
+
4003
+ property :confidence, as: 'confidence'
4004
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1TextAnnotationTextProperty::Representation
4005
+
4006
+ property :text, as: 'text'
4007
+ end
4008
+ end
4009
+
4010
+ class GoogleCloudVisionV1p4beta1TextAnnotation
4011
+ # @private
4012
+ class Representation < Google::Apis::Core::JsonRepresentation
4013
+ collection :pages, as: 'pages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Page, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Page::Representation
4014
+
4015
+ property :text, as: 'text'
4016
+ end
4017
+ end
4018
+
4019
+ class GoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak
4020
+ # @private
4021
+ class Representation < Google::Apis::Core::JsonRepresentation
4022
+ property :is_prefix, as: 'isPrefix'
4023
+ property :type, as: 'type'
4024
+ end
4025
+ end
4026
+
4027
+ class GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage
4028
+ # @private
4029
+ class Representation < Google::Apis::Core::JsonRepresentation
4030
+ property :confidence, as: 'confidence'
4031
+ property :language_code, as: 'languageCode'
4032
+ end
4033
+ end
4034
+
4035
+ class GoogleCloudVisionV1p4beta1TextAnnotationTextProperty
4036
+ # @private
4037
+ class Representation < Google::Apis::Core::JsonRepresentation
4038
+ property :detected_break, as: 'detectedBreak', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak::Representation
4039
+
4040
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage::Representation
4041
+
4042
+ end
4043
+ end
4044
+
4045
+ class GoogleCloudVisionV1p4beta1Vertex
4046
+ # @private
4047
+ class Representation < Google::Apis::Core::JsonRepresentation
4048
+ property :x, as: 'x'
4049
+ property :y, as: 'y'
4050
+ end
4051
+ end
4052
+
4053
+ class GoogleCloudVisionV1p4beta1WebDetection
4054
+ # @private
4055
+ class Representation < Google::Apis::Core::JsonRepresentation
4056
+ collection :best_guess_labels, as: 'bestGuessLabels', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1WebDetectionWebLabel, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1WebDetectionWebLabel::Representation
4057
+
4058
+ collection :full_matching_images, as: 'fullMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1WebDetectionWebImage::Representation
4059
+
4060
+ collection :pages_with_matching_images, as: 'pagesWithMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1WebDetectionWebPage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1WebDetectionWebPage::Representation
4061
+
4062
+ collection :partial_matching_images, as: 'partialMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1WebDetectionWebImage::Representation
4063
+
4064
+ collection :visually_similar_images, as: 'visuallySimilarImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1WebDetectionWebImage::Representation
4065
+
4066
+ collection :web_entities, as: 'webEntities', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1WebDetectionWebEntity, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1WebDetectionWebEntity::Representation
4067
+
4068
+ end
4069
+ end
4070
+
4071
+ class GoogleCloudVisionV1p4beta1WebDetectionWebEntity
4072
+ # @private
4073
+ class Representation < Google::Apis::Core::JsonRepresentation
4074
+ property :description, as: 'description'
4075
+ property :entity_id, as: 'entityId'
4076
+ property :score, as: 'score'
4077
+ end
4078
+ end
4079
+
4080
+ class GoogleCloudVisionV1p4beta1WebDetectionWebImage
4081
+ # @private
4082
+ class Representation < Google::Apis::Core::JsonRepresentation
4083
+ property :score, as: 'score'
4084
+ property :url, as: 'url'
4085
+ end
4086
+ end
4087
+
4088
+ class GoogleCloudVisionV1p4beta1WebDetectionWebLabel
4089
+ # @private
4090
+ class Representation < Google::Apis::Core::JsonRepresentation
4091
+ property :label, as: 'label'
4092
+ property :language_code, as: 'languageCode'
4093
+ end
4094
+ end
4095
+
4096
+ class GoogleCloudVisionV1p4beta1WebDetectionWebPage
4097
+ # @private
4098
+ class Representation < Google::Apis::Core::JsonRepresentation
4099
+ collection :full_matching_images, as: 'fullMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1WebDetectionWebImage::Representation
4100
+
4101
+ property :page_title, as: 'pageTitle'
4102
+ collection :partial_matching_images, as: 'partialMatchingImages', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1WebDetectionWebImage::Representation
4103
+
4104
+ property :score, as: 'score'
4105
+ property :url, as: 'url'
4106
+ end
4107
+ end
4108
+
4109
+ class GoogleCloudVisionV1p4beta1Word
4110
+ # @private
4111
+ class Representation < Google::Apis::Core::JsonRepresentation
4112
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1BoundingPoly::Representation
4113
+
4114
+ property :confidence, as: 'confidence'
4115
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1TextAnnotationTextProperty::Representation
4116
+
4117
+ collection :symbols, as: 'symbols', class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Symbol, decorator: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p4beta1Symbol::Representation
4118
+
4119
+ end
4120
+ end
4121
+
4122
+ class GroupedResult
4123
+ # @private
4124
+ class Representation < Google::Apis::Core::JsonRepresentation
4125
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::BoundingPoly::Representation
4126
+
4127
+ collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VisionV1p2beta1::ObjectAnnotation, decorator: Google::Apis::VisionV1p2beta1::ObjectAnnotation::Representation
4128
+
4129
+ collection :results, as: 'results', class: Google::Apis::VisionV1p2beta1::Result, decorator: Google::Apis::VisionV1p2beta1::Result::Representation
4130
+
4131
+ end
4132
+ end
4133
+
4134
+ class ImageAnnotationContext
4135
+ # @private
4136
+ class Representation < Google::Apis::Core::JsonRepresentation
4137
+ property :page_number, as: 'pageNumber'
4138
+ property :uri, as: 'uri'
4139
+ end
4140
+ end
4141
+
4142
+ class ImageProperties
4143
+ # @private
4144
+ class Representation < Google::Apis::Core::JsonRepresentation
4145
+ property :dominant_colors, as: 'dominantColors', class: Google::Apis::VisionV1p2beta1::DominantColorsAnnotation, decorator: Google::Apis::VisionV1p2beta1::DominantColorsAnnotation::Representation
4146
+
4147
+ end
4148
+ end
4149
+
4150
+ class ImportProductSetsResponse
4151
+ # @private
4152
+ class Representation < Google::Apis::Core::JsonRepresentation
4153
+ collection :reference_images, as: 'referenceImages', class: Google::Apis::VisionV1p2beta1::ReferenceImage, decorator: Google::Apis::VisionV1p2beta1::ReferenceImage::Representation
4154
+
4155
+ collection :statuses, as: 'statuses', class: Google::Apis::VisionV1p2beta1::Status, decorator: Google::Apis::VisionV1p2beta1::Status::Representation
4156
+
4157
+ end
4158
+ end
4159
+
4160
+ class InputConfig
4161
+ # @private
4162
+ class Representation < Google::Apis::Core::JsonRepresentation
4163
+ property :content, :base64 => true, as: 'content'
4164
+ property :gcs_source, as: 'gcsSource', class: Google::Apis::VisionV1p2beta1::GcsSource, decorator: Google::Apis::VisionV1p2beta1::GcsSource::Representation
4165
+
4166
+ property :mime_type, as: 'mimeType'
4167
+ end
4168
+ end
4169
+
4170
+ class KeyValue
4171
+ # @private
4172
+ class Representation < Google::Apis::Core::JsonRepresentation
4173
+ property :key, as: 'key'
4174
+ property :value, as: 'value'
4175
+ end
4176
+ end
4177
+
4178
+ class Landmark
4179
+ # @private
4180
+ class Representation < Google::Apis::Core::JsonRepresentation
4181
+ property :position, as: 'position', class: Google::Apis::VisionV1p2beta1::Position, decorator: Google::Apis::VisionV1p2beta1::Position::Representation
4182
+
4183
+ property :type, as: 'type'
4184
+ end
4185
+ end
4186
+
4187
+ class LatLng
4188
+ # @private
4189
+ class Representation < Google::Apis::Core::JsonRepresentation
4190
+ property :latitude, as: 'latitude'
4191
+ property :longitude, as: 'longitude'
4192
+ end
4193
+ end
4194
+
4195
+ class LocalizedObjectAnnotation
4196
+ # @private
4197
+ class Representation < Google::Apis::Core::JsonRepresentation
4198
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1p2beta1::BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::BoundingPoly::Representation
4199
+
4200
+ property :language_code, as: 'languageCode'
4201
+ property :mid, as: 'mid'
4202
+ property :name, as: 'name'
4203
+ property :score, as: 'score'
4204
+ end
4205
+ end
4206
+
4207
+ class LocationInfo
4208
+ # @private
4209
+ class Representation < Google::Apis::Core::JsonRepresentation
4210
+ property :lat_lng, as: 'latLng', class: Google::Apis::VisionV1p2beta1::LatLng, decorator: Google::Apis::VisionV1p2beta1::LatLng::Representation
4211
+
4212
+ end
4213
+ end
4214
+
4215
+ class NormalizedVertex
4216
+ # @private
4217
+ class Representation < Google::Apis::Core::JsonRepresentation
4218
+ property :x, as: 'x'
4219
+ property :y, as: 'y'
4220
+ end
4221
+ end
4222
+
4223
+ class ObjectAnnotation
4224
+ # @private
4225
+ class Representation < Google::Apis::Core::JsonRepresentation
4226
+ property :language_code, as: 'languageCode'
4227
+ property :mid, as: 'mid'
4228
+ property :name, as: 'name'
4229
+ property :score, as: 'score'
4230
+ end
4231
+ end
4232
+
4233
+ class Operation
4234
+ # @private
4235
+ class Representation < Google::Apis::Core::JsonRepresentation
4236
+ property :done, as: 'done'
4237
+ property :error, as: 'error', class: Google::Apis::VisionV1p2beta1::Status, decorator: Google::Apis::VisionV1p2beta1::Status::Representation
4238
+
4239
+ hash :metadata, as: 'metadata'
4240
+ property :name, as: 'name'
4241
+ hash :response, as: 'response'
4242
+ end
4243
+ end
4244
+
4245
+ class OperationMetadata
4246
+ # @private
4247
+ class Representation < Google::Apis::Core::JsonRepresentation
4248
+ property :create_time, as: 'createTime'
4249
+ property :state, as: 'state'
4250
+ property :update_time, as: 'updateTime'
4251
+ end
4252
+ end
4253
+
4254
+ class OutputConfig
4255
+ # @private
4256
+ class Representation < Google::Apis::Core::JsonRepresentation
4257
+ property :batch_size, as: 'batchSize'
4258
+ property :gcs_destination, as: 'gcsDestination', class: Google::Apis::VisionV1p2beta1::GcsDestination, decorator: Google::Apis::VisionV1p2beta1::GcsDestination::Representation
4259
+
4260
+ end
4261
+ end
4262
+
4263
+ class Page
4264
+ # @private
4265
+ class Representation < Google::Apis::Core::JsonRepresentation
4266
+ collection :blocks, as: 'blocks', class: Google::Apis::VisionV1p2beta1::Block, decorator: Google::Apis::VisionV1p2beta1::Block::Representation
4267
+
4268
+ property :confidence, as: 'confidence'
4269
+ property :height, as: 'height'
4270
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::TextProperty, decorator: Google::Apis::VisionV1p2beta1::TextProperty::Representation
4271
+
4272
+ property :width, as: 'width'
4273
+ end
4274
+ end
4275
+
4276
+ class Paragraph
4277
+ # @private
4278
+ class Representation < Google::Apis::Core::JsonRepresentation
4279
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::BoundingPoly::Representation
4280
+
4281
+ property :confidence, as: 'confidence'
4282
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::TextProperty, decorator: Google::Apis::VisionV1p2beta1::TextProperty::Representation
4283
+
4284
+ collection :words, as: 'words', class: Google::Apis::VisionV1p2beta1::Word, decorator: Google::Apis::VisionV1p2beta1::Word::Representation
4285
+
4286
+ end
4287
+ end
4288
+
4289
+ class Position
4290
+ # @private
4291
+ class Representation < Google::Apis::Core::JsonRepresentation
4292
+ property :x, as: 'x'
4293
+ property :y, as: 'y'
4294
+ property :z, as: 'z'
4295
+ end
4296
+ end
4297
+
4298
+ class Product
4299
+ # @private
4300
+ class Representation < Google::Apis::Core::JsonRepresentation
4301
+ property :description, as: 'description'
4302
+ property :display_name, as: 'displayName'
4303
+ property :name, as: 'name'
4304
+ property :product_category, as: 'productCategory'
4305
+ collection :product_labels, as: 'productLabels', class: Google::Apis::VisionV1p2beta1::KeyValue, decorator: Google::Apis::VisionV1p2beta1::KeyValue::Representation
4306
+
4307
+ end
4308
+ end
4309
+
4310
+ class ProductSearchResults
4311
+ # @private
4312
+ class Representation < Google::Apis::Core::JsonRepresentation
4313
+ property :index_time, as: 'indexTime'
4314
+ collection :product_grouped_results, as: 'productGroupedResults', class: Google::Apis::VisionV1p2beta1::GroupedResult, decorator: Google::Apis::VisionV1p2beta1::GroupedResult::Representation
4315
+
4316
+ collection :results, as: 'results', class: Google::Apis::VisionV1p2beta1::Result, decorator: Google::Apis::VisionV1p2beta1::Result::Representation
4317
+
4318
+ end
4319
+ end
4320
+
4321
+ class Property
4322
+ # @private
4323
+ class Representation < Google::Apis::Core::JsonRepresentation
4324
+ property :name, as: 'name'
4325
+ property :uint64_value, :numeric_string => true, as: 'uint64Value'
4326
+ property :value, as: 'value'
4327
+ end
4328
+ end
4329
+
4330
+ class ReferenceImage
4331
+ # @private
4332
+ class Representation < Google::Apis::Core::JsonRepresentation
4333
+ collection :bounding_polys, as: 'boundingPolys', class: Google::Apis::VisionV1p2beta1::BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::BoundingPoly::Representation
4334
+
4335
+ property :name, as: 'name'
4336
+ property :uri, as: 'uri'
4337
+ end
4338
+ end
4339
+
4340
+ class Result
4341
+ # @private
4342
+ class Representation < Google::Apis::Core::JsonRepresentation
4343
+ property :image, as: 'image'
4344
+ property :product, as: 'product', class: Google::Apis::VisionV1p2beta1::Product, decorator: Google::Apis::VisionV1p2beta1::Product::Representation
4345
+
4346
+ property :score, as: 'score'
4347
+ end
4348
+ end
4349
+
4350
+ class SafeSearchAnnotation
4351
+ # @private
4352
+ class Representation < Google::Apis::Core::JsonRepresentation
4353
+ property :adult, as: 'adult'
4354
+ property :medical, as: 'medical'
4355
+ property :racy, as: 'racy'
4356
+ property :spoof, as: 'spoof'
4357
+ property :violence, as: 'violence'
4358
+ end
4359
+ end
4360
+
4361
+ class Status
4362
+ # @private
4363
+ class Representation < Google::Apis::Core::JsonRepresentation
4364
+ property :code, as: 'code'
4365
+ collection :details, as: 'details'
4366
+ property :message, as: 'message'
4367
+ end
4368
+ end
4369
+
4370
+ class Symbol
4371
+ # @private
4372
+ class Representation < Google::Apis::Core::JsonRepresentation
4373
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::BoundingPoly::Representation
4374
+
4375
+ property :confidence, as: 'confidence'
4376
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::TextProperty, decorator: Google::Apis::VisionV1p2beta1::TextProperty::Representation
4377
+
4378
+ property :text, as: 'text'
4379
+ end
4380
+ end
4381
+
4382
+ class TextAnnotation
4383
+ # @private
4384
+ class Representation < Google::Apis::Core::JsonRepresentation
4385
+ collection :pages, as: 'pages', class: Google::Apis::VisionV1p2beta1::Page, decorator: Google::Apis::VisionV1p2beta1::Page::Representation
4386
+
4387
+ property :text, as: 'text'
4388
+ end
4389
+ end
4390
+
4391
+ class TextProperty
4392
+ # @private
4393
+ class Representation < Google::Apis::Core::JsonRepresentation
4394
+ property :detected_break, as: 'detectedBreak', class: Google::Apis::VisionV1p2beta1::DetectedBreak, decorator: Google::Apis::VisionV1p2beta1::DetectedBreak::Representation
4395
+
4396
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::VisionV1p2beta1::DetectedLanguage, decorator: Google::Apis::VisionV1p2beta1::DetectedLanguage::Representation
4397
+
4398
+ end
4399
+ end
4400
+
4401
+ class Vertex
4402
+ # @private
4403
+ class Representation < Google::Apis::Core::JsonRepresentation
4404
+ property :x, as: 'x'
4405
+ property :y, as: 'y'
4406
+ end
4407
+ end
4408
+
4409
+ class WebDetection
4410
+ # @private
4411
+ class Representation < Google::Apis::Core::JsonRepresentation
4412
+ collection :best_guess_labels, as: 'bestGuessLabels', class: Google::Apis::VisionV1p2beta1::WebLabel, decorator: Google::Apis::VisionV1p2beta1::WebLabel::Representation
4413
+
4414
+ collection :full_matching_images, as: 'fullMatchingImages', class: Google::Apis::VisionV1p2beta1::WebImage, decorator: Google::Apis::VisionV1p2beta1::WebImage::Representation
4415
+
4416
+ collection :pages_with_matching_images, as: 'pagesWithMatchingImages', class: Google::Apis::VisionV1p2beta1::WebPage, decorator: Google::Apis::VisionV1p2beta1::WebPage::Representation
4417
+
4418
+ collection :partial_matching_images, as: 'partialMatchingImages', class: Google::Apis::VisionV1p2beta1::WebImage, decorator: Google::Apis::VisionV1p2beta1::WebImage::Representation
4419
+
4420
+ collection :visually_similar_images, as: 'visuallySimilarImages', class: Google::Apis::VisionV1p2beta1::WebImage, decorator: Google::Apis::VisionV1p2beta1::WebImage::Representation
4421
+
4422
+ collection :web_entities, as: 'webEntities', class: Google::Apis::VisionV1p2beta1::WebEntity, decorator: Google::Apis::VisionV1p2beta1::WebEntity::Representation
4423
+
4424
+ end
4425
+ end
4426
+
4427
+ class WebEntity
4428
+ # @private
4429
+ class Representation < Google::Apis::Core::JsonRepresentation
4430
+ property :description, as: 'description'
4431
+ property :entity_id, as: 'entityId'
4432
+ property :score, as: 'score'
4433
+ end
4434
+ end
4435
+
4436
+ class WebImage
4437
+ # @private
4438
+ class Representation < Google::Apis::Core::JsonRepresentation
4439
+ property :score, as: 'score'
4440
+ property :url, as: 'url'
4441
+ end
4442
+ end
4443
+
4444
+ class WebLabel
4445
+ # @private
4446
+ class Representation < Google::Apis::Core::JsonRepresentation
4447
+ property :label, as: 'label'
4448
+ property :language_code, as: 'languageCode'
4449
+ end
4450
+ end
4451
+
4452
+ class WebPage
4453
+ # @private
4454
+ class Representation < Google::Apis::Core::JsonRepresentation
4455
+ collection :full_matching_images, as: 'fullMatchingImages', class: Google::Apis::VisionV1p2beta1::WebImage, decorator: Google::Apis::VisionV1p2beta1::WebImage::Representation
4456
+
4457
+ property :page_title, as: 'pageTitle'
4458
+ collection :partial_matching_images, as: 'partialMatchingImages', class: Google::Apis::VisionV1p2beta1::WebImage, decorator: Google::Apis::VisionV1p2beta1::WebImage::Representation
4459
+
4460
+ property :score, as: 'score'
4461
+ property :url, as: 'url'
4462
+ end
4463
+ end
4464
+
4465
+ class Word
4466
+ # @private
4467
+ class Representation < Google::Apis::Core::JsonRepresentation
4468
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1p2beta1::BoundingPoly, decorator: Google::Apis::VisionV1p2beta1::BoundingPoly::Representation
4469
+
4470
+ property :confidence, as: 'confidence'
4471
+ property :property, as: 'property', class: Google::Apis::VisionV1p2beta1::TextProperty, decorator: Google::Apis::VisionV1p2beta1::TextProperty::Representation
4472
+
4473
+ collection :symbols, as: 'symbols', class: Google::Apis::VisionV1p2beta1::Symbol, decorator: Google::Apis::VisionV1p2beta1::Symbol::Representation
4474
+
4475
+ end
4476
+ end
4477
+ end
4478
+ end
4479
+ end