google-apis-vision_v1 0.1.0

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