google-apis-documentai_v1 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,28 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ module Google
16
+ module Apis
17
+ module DocumentaiV1
18
+ # Version of the google-apis-documentai_v1 gem
19
+ GEM_VERSION = "0.1.0"
20
+
21
+ # Version of the code generator used to generate this client
22
+ GENERATOR_VERSION = "0.2.0"
23
+
24
+ # Revision of the discovery document this client was generated from
25
+ REVISION = "20210329"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,3021 @@
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 DocumentaiV1
24
+
25
+ class GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class GoogleCloudDocumentaiUiv1beta3CreateLabelerPoolOperationMetadata
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class GoogleCloudDocumentaiUiv1beta3DeleteProcessorMetadata
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class GoogleCloudDocumentaiUiv1beta3DeleteProcessorVersionMetadata
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionMetadata
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionResponse
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class GoogleCloudDocumentaiUiv1beta3DisableProcessorResponse
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class GoogleCloudDocumentaiUiv1beta3EnableProcessorResponse
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionResponse
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionResponse
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class GoogleCloudDocumentaiV1BatchDocumentsInputConfig
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class GoogleCloudDocumentaiV1BatchProcessMetadata
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class GoogleCloudDocumentaiV1BatchProcessRequest
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class GoogleCloudDocumentaiV1BatchProcessResponse
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class GoogleCloudDocumentaiV1BoundingPoly
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class GoogleCloudDocumentaiV1CommonOperationMetadata
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class GoogleCloudDocumentaiV1Document
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class GoogleCloudDocumentaiV1DocumentEntity
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class GoogleCloudDocumentaiV1DocumentEntityNormalizedValue
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class GoogleCloudDocumentaiV1DocumentEntityRelation
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class GoogleCloudDocumentaiV1DocumentOutputConfig
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class GoogleCloudDocumentaiV1DocumentPage
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class GoogleCloudDocumentaiV1DocumentPageAnchor
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class GoogleCloudDocumentaiV1DocumentPageAnchorPageRef
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class GoogleCloudDocumentaiV1DocumentPageBlock
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class GoogleCloudDocumentaiV1DocumentPageDetectedLanguage
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class GoogleCloudDocumentaiV1DocumentPageDimension
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class GoogleCloudDocumentaiV1DocumentPageFormField
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class GoogleCloudDocumentaiV1DocumentPageImage
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class GoogleCloudDocumentaiV1DocumentPageLayout
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class GoogleCloudDocumentaiV1DocumentPageLine
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class GoogleCloudDocumentaiV1DocumentPageMatrix
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class GoogleCloudDocumentaiV1DocumentPageParagraph
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class GoogleCloudDocumentaiV1DocumentPageTable
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class GoogleCloudDocumentaiV1DocumentPageTableTableCell
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class GoogleCloudDocumentaiV1DocumentPageTableTableRow
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class GoogleCloudDocumentaiV1DocumentPageToken
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class GoogleCloudDocumentaiV1DocumentPageVisualElement
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class GoogleCloudDocumentaiV1DocumentProvenance
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class GoogleCloudDocumentaiV1DocumentProvenanceParent
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class GoogleCloudDocumentaiV1DocumentRevision
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class GoogleCloudDocumentaiV1DocumentRevisionHumanReview
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class GoogleCloudDocumentaiV1DocumentShardInfo
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class GoogleCloudDocumentaiV1DocumentStyle
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class GoogleCloudDocumentaiV1DocumentStyleFontSize
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class GoogleCloudDocumentaiV1DocumentTextAnchor
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class GoogleCloudDocumentaiV1DocumentTextChange
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class GoogleCloudDocumentaiV1GcsDocument
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class GoogleCloudDocumentaiV1GcsDocuments
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class GoogleCloudDocumentaiV1GcsPrefix
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class GoogleCloudDocumentaiV1HumanReviewStatus
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class GoogleCloudDocumentaiV1NormalizedVertex
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class GoogleCloudDocumentaiV1ProcessRequest
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class GoogleCloudDocumentaiV1ProcessResponse
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class GoogleCloudDocumentaiV1RawDocument
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class GoogleCloudDocumentaiV1ReviewDocumentRequest
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class GoogleCloudDocumentaiV1ReviewDocumentResponse
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class GoogleCloudDocumentaiV1Vertex
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class GoogleCloudDocumentaiV1beta1BoundingPoly
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ class GoogleCloudDocumentaiV1beta1Document
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class GoogleCloudDocumentaiV1beta1DocumentEntity
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
499
+ class GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
505
+ class GoogleCloudDocumentaiV1beta1DocumentEntityRelation
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
511
+ class GoogleCloudDocumentaiV1beta1DocumentPage
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class GoogleCloudDocumentaiV1beta1DocumentPageAnchor
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
529
+ class GoogleCloudDocumentaiV1beta1DocumentPageBlock
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
535
+ class GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
541
+ class GoogleCloudDocumentaiV1beta1DocumentPageDimension
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
547
+ class GoogleCloudDocumentaiV1beta1DocumentPageFormField
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class GoogleCloudDocumentaiV1beta1DocumentPageImage
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
559
+ class GoogleCloudDocumentaiV1beta1DocumentPageLayout
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
565
+ class GoogleCloudDocumentaiV1beta1DocumentPageLine
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
571
+ class GoogleCloudDocumentaiV1beta1DocumentPageMatrix
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
577
+ class GoogleCloudDocumentaiV1beta1DocumentPageParagraph
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
583
+ class GoogleCloudDocumentaiV1beta1DocumentPageTable
584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
585
+
586
+ include Google::Apis::Core::JsonObjectSupport
587
+ end
588
+
589
+ class GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
595
+ class GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
601
+ class GoogleCloudDocumentaiV1beta1DocumentPageToken
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
607
+ class GoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class GoogleCloudDocumentaiV1beta1DocumentPageVisualElement
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
619
+ class GoogleCloudDocumentaiV1beta1DocumentProvenance
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
625
+ class GoogleCloudDocumentaiV1beta1DocumentProvenanceParent
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class GoogleCloudDocumentaiV1beta1DocumentRevision
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
637
+ class GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
643
+ class GoogleCloudDocumentaiV1beta1DocumentShardInfo
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
649
+ class GoogleCloudDocumentaiV1beta1DocumentStyle
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
655
+ class GoogleCloudDocumentaiV1beta1DocumentStyleFontSize
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
661
+ class GoogleCloudDocumentaiV1beta1DocumentTextAnchor
662
+ class Representation < Google::Apis::Core::JsonRepresentation; end
663
+
664
+ include Google::Apis::Core::JsonObjectSupport
665
+ end
666
+
667
+ class GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
673
+ class GoogleCloudDocumentaiV1beta1DocumentTextChange
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
679
+ class GoogleCloudDocumentaiV1beta1GcsDestination
680
+ class Representation < Google::Apis::Core::JsonRepresentation; end
681
+
682
+ include Google::Apis::Core::JsonObjectSupport
683
+ end
684
+
685
+ class GoogleCloudDocumentaiV1beta1GcsSource
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
691
+ class GoogleCloudDocumentaiV1beta1InputConfig
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
697
+ class GoogleCloudDocumentaiV1beta1NormalizedVertex
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
703
+ class GoogleCloudDocumentaiV1beta1OperationMetadata
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
709
+ class GoogleCloudDocumentaiV1beta1OutputConfig
710
+ class Representation < Google::Apis::Core::JsonRepresentation; end
711
+
712
+ include Google::Apis::Core::JsonObjectSupport
713
+ end
714
+
715
+ class GoogleCloudDocumentaiV1beta1ProcessDocumentResponse
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
721
+ class GoogleCloudDocumentaiV1beta1Vertex
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
727
+ class GoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
733
+ class GoogleCloudDocumentaiV1beta2BoundingPoly
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+
736
+ include Google::Apis::Core::JsonObjectSupport
737
+ end
738
+
739
+ class GoogleCloudDocumentaiV1beta2Document
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
745
+ class GoogleCloudDocumentaiV1beta2DocumentEntity
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
751
+ class GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue
752
+ class Representation < Google::Apis::Core::JsonRepresentation; end
753
+
754
+ include Google::Apis::Core::JsonObjectSupport
755
+ end
756
+
757
+ class GoogleCloudDocumentaiV1beta2DocumentEntityRelation
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
763
+ class GoogleCloudDocumentaiV1beta2DocumentLabel
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
769
+ class GoogleCloudDocumentaiV1beta2DocumentPage
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
775
+ class GoogleCloudDocumentaiV1beta2DocumentPageAnchor
776
+ class Representation < Google::Apis::Core::JsonRepresentation; end
777
+
778
+ include Google::Apis::Core::JsonObjectSupport
779
+ end
780
+
781
+ class GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef
782
+ class Representation < Google::Apis::Core::JsonRepresentation; end
783
+
784
+ include Google::Apis::Core::JsonObjectSupport
785
+ end
786
+
787
+ class GoogleCloudDocumentaiV1beta2DocumentPageBlock
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
793
+ class GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage
794
+ class Representation < Google::Apis::Core::JsonRepresentation; end
795
+
796
+ include Google::Apis::Core::JsonObjectSupport
797
+ end
798
+
799
+ class GoogleCloudDocumentaiV1beta2DocumentPageDimension
800
+ class Representation < Google::Apis::Core::JsonRepresentation; end
801
+
802
+ include Google::Apis::Core::JsonObjectSupport
803
+ end
804
+
805
+ class GoogleCloudDocumentaiV1beta2DocumentPageFormField
806
+ class Representation < Google::Apis::Core::JsonRepresentation; end
807
+
808
+ include Google::Apis::Core::JsonObjectSupport
809
+ end
810
+
811
+ class GoogleCloudDocumentaiV1beta2DocumentPageImage
812
+ class Representation < Google::Apis::Core::JsonRepresentation; end
813
+
814
+ include Google::Apis::Core::JsonObjectSupport
815
+ end
816
+
817
+ class GoogleCloudDocumentaiV1beta2DocumentPageLayout
818
+ class Representation < Google::Apis::Core::JsonRepresentation; end
819
+
820
+ include Google::Apis::Core::JsonObjectSupport
821
+ end
822
+
823
+ class GoogleCloudDocumentaiV1beta2DocumentPageLine
824
+ class Representation < Google::Apis::Core::JsonRepresentation; end
825
+
826
+ include Google::Apis::Core::JsonObjectSupport
827
+ end
828
+
829
+ class GoogleCloudDocumentaiV1beta2DocumentPageMatrix
830
+ class Representation < Google::Apis::Core::JsonRepresentation; end
831
+
832
+ include Google::Apis::Core::JsonObjectSupport
833
+ end
834
+
835
+ class GoogleCloudDocumentaiV1beta2DocumentPageParagraph
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
841
+ class GoogleCloudDocumentaiV1beta2DocumentPageTable
842
+ class Representation < Google::Apis::Core::JsonRepresentation; end
843
+
844
+ include Google::Apis::Core::JsonObjectSupport
845
+ end
846
+
847
+ class GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell
848
+ class Representation < Google::Apis::Core::JsonRepresentation; end
849
+
850
+ include Google::Apis::Core::JsonObjectSupport
851
+ end
852
+
853
+ class GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow
854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
855
+
856
+ include Google::Apis::Core::JsonObjectSupport
857
+ end
858
+
859
+ class GoogleCloudDocumentaiV1beta2DocumentPageToken
860
+ class Representation < Google::Apis::Core::JsonRepresentation; end
861
+
862
+ include Google::Apis::Core::JsonObjectSupport
863
+ end
864
+
865
+ class GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak
866
+ class Representation < Google::Apis::Core::JsonRepresentation; end
867
+
868
+ include Google::Apis::Core::JsonObjectSupport
869
+ end
870
+
871
+ class GoogleCloudDocumentaiV1beta2DocumentPageVisualElement
872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
873
+
874
+ include Google::Apis::Core::JsonObjectSupport
875
+ end
876
+
877
+ class GoogleCloudDocumentaiV1beta2DocumentProvenance
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
883
+ class GoogleCloudDocumentaiV1beta2DocumentProvenanceParent
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
889
+ class GoogleCloudDocumentaiV1beta2DocumentRevision
890
+ class Representation < Google::Apis::Core::JsonRepresentation; end
891
+
892
+ include Google::Apis::Core::JsonObjectSupport
893
+ end
894
+
895
+ class GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview
896
+ class Representation < Google::Apis::Core::JsonRepresentation; end
897
+
898
+ include Google::Apis::Core::JsonObjectSupport
899
+ end
900
+
901
+ class GoogleCloudDocumentaiV1beta2DocumentShardInfo
902
+ class Representation < Google::Apis::Core::JsonRepresentation; end
903
+
904
+ include Google::Apis::Core::JsonObjectSupport
905
+ end
906
+
907
+ class GoogleCloudDocumentaiV1beta2DocumentStyle
908
+ class Representation < Google::Apis::Core::JsonRepresentation; end
909
+
910
+ include Google::Apis::Core::JsonObjectSupport
911
+ end
912
+
913
+ class GoogleCloudDocumentaiV1beta2DocumentStyleFontSize
914
+ class Representation < Google::Apis::Core::JsonRepresentation; end
915
+
916
+ include Google::Apis::Core::JsonObjectSupport
917
+ end
918
+
919
+ class GoogleCloudDocumentaiV1beta2DocumentTextAnchor
920
+ class Representation < Google::Apis::Core::JsonRepresentation; end
921
+
922
+ include Google::Apis::Core::JsonObjectSupport
923
+ end
924
+
925
+ class GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment
926
+ class Representation < Google::Apis::Core::JsonRepresentation; end
927
+
928
+ include Google::Apis::Core::JsonObjectSupport
929
+ end
930
+
931
+ class GoogleCloudDocumentaiV1beta2DocumentTextChange
932
+ class Representation < Google::Apis::Core::JsonRepresentation; end
933
+
934
+ include Google::Apis::Core::JsonObjectSupport
935
+ end
936
+
937
+ class GoogleCloudDocumentaiV1beta2GcsDestination
938
+ class Representation < Google::Apis::Core::JsonRepresentation; end
939
+
940
+ include Google::Apis::Core::JsonObjectSupport
941
+ end
942
+
943
+ class GoogleCloudDocumentaiV1beta2GcsSource
944
+ class Representation < Google::Apis::Core::JsonRepresentation; end
945
+
946
+ include Google::Apis::Core::JsonObjectSupport
947
+ end
948
+
949
+ class GoogleCloudDocumentaiV1beta2InputConfig
950
+ class Representation < Google::Apis::Core::JsonRepresentation; end
951
+
952
+ include Google::Apis::Core::JsonObjectSupport
953
+ end
954
+
955
+ class GoogleCloudDocumentaiV1beta2NormalizedVertex
956
+ class Representation < Google::Apis::Core::JsonRepresentation; end
957
+
958
+ include Google::Apis::Core::JsonObjectSupport
959
+ end
960
+
961
+ class GoogleCloudDocumentaiV1beta2OperationMetadata
962
+ class Representation < Google::Apis::Core::JsonRepresentation; end
963
+
964
+ include Google::Apis::Core::JsonObjectSupport
965
+ end
966
+
967
+ class GoogleCloudDocumentaiV1beta2OutputConfig
968
+ class Representation < Google::Apis::Core::JsonRepresentation; end
969
+
970
+ include Google::Apis::Core::JsonObjectSupport
971
+ end
972
+
973
+ class GoogleCloudDocumentaiV1beta2ProcessDocumentResponse
974
+ class Representation < Google::Apis::Core::JsonRepresentation; end
975
+
976
+ include Google::Apis::Core::JsonObjectSupport
977
+ end
978
+
979
+ class GoogleCloudDocumentaiV1beta2Vertex
980
+ class Representation < Google::Apis::Core::JsonRepresentation; end
981
+
982
+ include Google::Apis::Core::JsonObjectSupport
983
+ end
984
+
985
+ class GoogleCloudDocumentaiV1beta3BatchProcessMetadata
986
+ class Representation < Google::Apis::Core::JsonRepresentation; end
987
+
988
+ include Google::Apis::Core::JsonObjectSupport
989
+ end
990
+
991
+ class GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus
992
+ class Representation < Google::Apis::Core::JsonRepresentation; end
993
+
994
+ include Google::Apis::Core::JsonObjectSupport
995
+ end
996
+
997
+ class GoogleCloudDocumentaiV1beta3BatchProcessResponse
998
+ class Representation < Google::Apis::Core::JsonRepresentation; end
999
+
1000
+ include Google::Apis::Core::JsonObjectSupport
1001
+ end
1002
+
1003
+ class GoogleCloudDocumentaiV1beta3CommonOperationMetadata
1004
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1005
+
1006
+ include Google::Apis::Core::JsonObjectSupport
1007
+ end
1008
+
1009
+ class GoogleCloudDocumentaiV1beta3HumanReviewStatus
1010
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1011
+
1012
+ include Google::Apis::Core::JsonObjectSupport
1013
+ end
1014
+
1015
+ class GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata
1016
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1017
+
1018
+ include Google::Apis::Core::JsonObjectSupport
1019
+ end
1020
+
1021
+ class GoogleCloudDocumentaiV1beta3ReviewDocumentResponse
1022
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1023
+
1024
+ include Google::Apis::Core::JsonObjectSupport
1025
+ end
1026
+
1027
+ class GoogleCloudLocationListLocationsResponse
1028
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1029
+
1030
+ include Google::Apis::Core::JsonObjectSupport
1031
+ end
1032
+
1033
+ class GoogleCloudLocationLocation
1034
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1035
+
1036
+ include Google::Apis::Core::JsonObjectSupport
1037
+ end
1038
+
1039
+ class GoogleLongrunningCancelOperationRequest
1040
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1041
+
1042
+ include Google::Apis::Core::JsonObjectSupport
1043
+ end
1044
+
1045
+ class GoogleLongrunningListOperationsResponse
1046
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1047
+
1048
+ include Google::Apis::Core::JsonObjectSupport
1049
+ end
1050
+
1051
+ class GoogleLongrunningOperation
1052
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1053
+
1054
+ include Google::Apis::Core::JsonObjectSupport
1055
+ end
1056
+
1057
+ class GoogleProtobufEmpty
1058
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1059
+
1060
+ include Google::Apis::Core::JsonObjectSupport
1061
+ end
1062
+
1063
+ class GoogleRpcStatus
1064
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1065
+
1066
+ include Google::Apis::Core::JsonObjectSupport
1067
+ end
1068
+
1069
+ class GoogleTypeColor
1070
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1071
+
1072
+ include Google::Apis::Core::JsonObjectSupport
1073
+ end
1074
+
1075
+ class GoogleTypeDate
1076
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1077
+
1078
+ include Google::Apis::Core::JsonObjectSupport
1079
+ end
1080
+
1081
+ class GoogleTypeDateTime
1082
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1083
+
1084
+ include Google::Apis::Core::JsonObjectSupport
1085
+ end
1086
+
1087
+ class GoogleTypeMoney
1088
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1089
+
1090
+ include Google::Apis::Core::JsonObjectSupport
1091
+ end
1092
+
1093
+ class GoogleTypePostalAddress
1094
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1095
+
1096
+ include Google::Apis::Core::JsonObjectSupport
1097
+ end
1098
+
1099
+ class GoogleTypeTimeZone
1100
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1101
+
1102
+ include Google::Apis::Core::JsonObjectSupport
1103
+ end
1104
+
1105
+ class GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata
1106
+ # @private
1107
+ class Representation < Google::Apis::Core::JsonRepresentation
1108
+ property :create_time, as: 'createTime'
1109
+ property :state, as: 'state'
1110
+ property :state_message, as: 'stateMessage'
1111
+ property :update_time, as: 'updateTime'
1112
+ end
1113
+ end
1114
+
1115
+ class GoogleCloudDocumentaiUiv1beta3CreateLabelerPoolOperationMetadata
1116
+ # @private
1117
+ class Representation < Google::Apis::Core::JsonRepresentation
1118
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1119
+
1120
+ end
1121
+ end
1122
+
1123
+ class GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata
1124
+ # @private
1125
+ class Representation < Google::Apis::Core::JsonRepresentation
1126
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1127
+
1128
+ end
1129
+ end
1130
+
1131
+ class GoogleCloudDocumentaiUiv1beta3DeleteProcessorMetadata
1132
+ # @private
1133
+ class Representation < Google::Apis::Core::JsonRepresentation
1134
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1135
+
1136
+ end
1137
+ end
1138
+
1139
+ class GoogleCloudDocumentaiUiv1beta3DeleteProcessorVersionMetadata
1140
+ # @private
1141
+ class Representation < Google::Apis::Core::JsonRepresentation
1142
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1143
+
1144
+ end
1145
+ end
1146
+
1147
+ class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionMetadata
1148
+ # @private
1149
+ class Representation < Google::Apis::Core::JsonRepresentation
1150
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1151
+
1152
+ end
1153
+ end
1154
+
1155
+ class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionResponse
1156
+ # @private
1157
+ class Representation < Google::Apis::Core::JsonRepresentation
1158
+ end
1159
+ end
1160
+
1161
+ class GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata
1162
+ # @private
1163
+ class Representation < Google::Apis::Core::JsonRepresentation
1164
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1165
+
1166
+ end
1167
+ end
1168
+
1169
+ class GoogleCloudDocumentaiUiv1beta3DisableProcessorResponse
1170
+ # @private
1171
+ class Representation < Google::Apis::Core::JsonRepresentation
1172
+ end
1173
+ end
1174
+
1175
+ class GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata
1176
+ # @private
1177
+ class Representation < Google::Apis::Core::JsonRepresentation
1178
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1179
+
1180
+ end
1181
+ end
1182
+
1183
+ class GoogleCloudDocumentaiUiv1beta3EnableProcessorResponse
1184
+ # @private
1185
+ class Representation < Google::Apis::Core::JsonRepresentation
1186
+ end
1187
+ end
1188
+
1189
+ class GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata
1190
+ # @private
1191
+ class Representation < Google::Apis::Core::JsonRepresentation
1192
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1193
+
1194
+ end
1195
+ end
1196
+
1197
+ class GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionResponse
1198
+ # @private
1199
+ class Representation < Google::Apis::Core::JsonRepresentation
1200
+ property :evaluation, as: 'evaluation'
1201
+ end
1202
+ end
1203
+
1204
+ class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
1205
+ # @private
1206
+ class Representation < Google::Apis::Core::JsonRepresentation
1207
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1208
+
1209
+ end
1210
+ end
1211
+
1212
+ class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionResponse
1213
+ # @private
1214
+ class Representation < Google::Apis::Core::JsonRepresentation
1215
+ end
1216
+ end
1217
+
1218
+ class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata
1219
+ # @private
1220
+ class Representation < Google::Apis::Core::JsonRepresentation
1221
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1222
+
1223
+ property :test_dataset_validation, as: 'testDatasetValidation', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation::Representation
1224
+
1225
+ property :training_dataset_validation, as: 'trainingDatasetValidation', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation::Representation
1226
+
1227
+ end
1228
+ end
1229
+
1230
+ class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation
1231
+ # @private
1232
+ class Representation < Google::Apis::Core::JsonRepresentation
1233
+ collection :dataset_errors, as: 'datasetErrors', class: Google::Apis::DocumentaiV1::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1::GoogleRpcStatus::Representation
1234
+
1235
+ collection :document_errors, as: 'documentErrors', class: Google::Apis::DocumentaiV1::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1::GoogleRpcStatus::Representation
1236
+
1237
+ end
1238
+ end
1239
+
1240
+ class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse
1241
+ # @private
1242
+ class Representation < Google::Apis::Core::JsonRepresentation
1243
+ property :processor_version, as: 'processorVersion'
1244
+ end
1245
+ end
1246
+
1247
+ class GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata
1248
+ # @private
1249
+ class Representation < Google::Apis::Core::JsonRepresentation
1250
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1251
+
1252
+ end
1253
+ end
1254
+
1255
+ class GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse
1256
+ # @private
1257
+ class Representation < Google::Apis::Core::JsonRepresentation
1258
+ end
1259
+ end
1260
+
1261
+ class GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata
1262
+ # @private
1263
+ class Representation < Google::Apis::Core::JsonRepresentation
1264
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1265
+
1266
+ end
1267
+ end
1268
+
1269
+ class GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata
1270
+ # @private
1271
+ class Representation < Google::Apis::Core::JsonRepresentation
1272
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1273
+
1274
+ end
1275
+ end
1276
+
1277
+ class GoogleCloudDocumentaiV1BatchDocumentsInputConfig
1278
+ # @private
1279
+ class Representation < Google::Apis::Core::JsonRepresentation
1280
+ property :gcs_documents, as: 'gcsDocuments', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsDocuments, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsDocuments::Representation
1281
+
1282
+ property :gcs_prefix, as: 'gcsPrefix', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsPrefix, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsPrefix::Representation
1283
+
1284
+ end
1285
+ end
1286
+
1287
+ class GoogleCloudDocumentaiV1BatchProcessMetadata
1288
+ # @private
1289
+ class Representation < Google::Apis::Core::JsonRepresentation
1290
+ property :create_time, as: 'createTime'
1291
+ collection :individual_process_statuses, as: 'individualProcessStatuses', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus::Representation
1292
+
1293
+ property :state, as: 'state'
1294
+ property :state_message, as: 'stateMessage'
1295
+ property :update_time, as: 'updateTime'
1296
+ end
1297
+ end
1298
+
1299
+ class GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus
1300
+ # @private
1301
+ class Representation < Google::Apis::Core::JsonRepresentation
1302
+ property :human_review_status, as: 'humanReviewStatus', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1HumanReviewStatus, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1HumanReviewStatus::Representation
1303
+
1304
+ property :input_gcs_source, as: 'inputGcsSource'
1305
+ property :output_gcs_destination, as: 'outputGcsDestination'
1306
+ property :status, as: 'status', class: Google::Apis::DocumentaiV1::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1::GoogleRpcStatus::Representation
1307
+
1308
+ end
1309
+ end
1310
+
1311
+ class GoogleCloudDocumentaiV1BatchProcessRequest
1312
+ # @private
1313
+ class Representation < Google::Apis::Core::JsonRepresentation
1314
+ property :document_output_config, as: 'documentOutputConfig', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentOutputConfig, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentOutputConfig::Representation
1315
+
1316
+ property :input_documents, as: 'inputDocuments', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1BatchDocumentsInputConfig, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1BatchDocumentsInputConfig::Representation
1317
+
1318
+ property :skip_human_review, as: 'skipHumanReview'
1319
+ end
1320
+ end
1321
+
1322
+ class GoogleCloudDocumentaiV1BatchProcessResponse
1323
+ # @private
1324
+ class Representation < Google::Apis::Core::JsonRepresentation
1325
+ end
1326
+ end
1327
+
1328
+ class GoogleCloudDocumentaiV1BoundingPoly
1329
+ # @private
1330
+ class Representation < Google::Apis::Core::JsonRepresentation
1331
+ collection :normalized_vertices, as: 'normalizedVertices', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1NormalizedVertex, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1NormalizedVertex::Representation
1332
+
1333
+ collection :vertices, as: 'vertices', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Vertex, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Vertex::Representation
1334
+
1335
+ end
1336
+ end
1337
+
1338
+ class GoogleCloudDocumentaiV1CommonOperationMetadata
1339
+ # @private
1340
+ class Representation < Google::Apis::Core::JsonRepresentation
1341
+ property :create_time, as: 'createTime'
1342
+ property :state, as: 'state'
1343
+ property :state_message, as: 'stateMessage'
1344
+ property :update_time, as: 'updateTime'
1345
+ end
1346
+ end
1347
+
1348
+ class GoogleCloudDocumentaiV1Document
1349
+ # @private
1350
+ class Representation < Google::Apis::Core::JsonRepresentation
1351
+ property :content, :base64 => true, as: 'content'
1352
+ collection :entities, as: 'entities', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntity, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntity::Representation
1353
+
1354
+ collection :entity_relations, as: 'entityRelations', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntityRelation, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntityRelation::Representation
1355
+
1356
+ property :error, as: 'error', class: Google::Apis::DocumentaiV1::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1::GoogleRpcStatus::Representation
1357
+
1358
+ property :mime_type, as: 'mimeType'
1359
+ collection :pages, as: 'pages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPage::Representation
1360
+
1361
+ collection :revisions, as: 'revisions', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentRevision, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentRevision::Representation
1362
+
1363
+ property :shard_info, as: 'shardInfo', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentShardInfo, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentShardInfo::Representation
1364
+
1365
+ property :text, as: 'text'
1366
+ collection :text_changes, as: 'textChanges', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentTextChange, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentTextChange::Representation
1367
+
1368
+ collection :text_styles, as: 'textStyles', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentStyle, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentStyle::Representation
1369
+
1370
+ property :uri, as: 'uri'
1371
+ end
1372
+ end
1373
+
1374
+ class GoogleCloudDocumentaiV1DocumentEntity
1375
+ # @private
1376
+ class Representation < Google::Apis::Core::JsonRepresentation
1377
+ property :confidence, as: 'confidence'
1378
+ property :id, as: 'id'
1379
+ property :mention_id, as: 'mentionId'
1380
+ property :mention_text, as: 'mentionText'
1381
+ property :normalized_value, as: 'normalizedValue', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntityNormalizedValue, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntityNormalizedValue::Representation
1382
+
1383
+ property :page_anchor, as: 'pageAnchor', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageAnchor, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageAnchor::Representation
1384
+
1385
+ collection :properties, as: 'properties', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntity, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntity::Representation
1386
+
1387
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentProvenance::Representation
1388
+
1389
+ property :redacted, as: 'redacted'
1390
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentTextAnchor::Representation
1391
+
1392
+ property :type, as: 'type'
1393
+ end
1394
+ end
1395
+
1396
+ class GoogleCloudDocumentaiV1DocumentEntityNormalizedValue
1397
+ # @private
1398
+ class Representation < Google::Apis::Core::JsonRepresentation
1399
+ property :address_value, as: 'addressValue', class: Google::Apis::DocumentaiV1::GoogleTypePostalAddress, decorator: Google::Apis::DocumentaiV1::GoogleTypePostalAddress::Representation
1400
+
1401
+ property :boolean_value, as: 'booleanValue'
1402
+ property :date_value, as: 'dateValue', class: Google::Apis::DocumentaiV1::GoogleTypeDate, decorator: Google::Apis::DocumentaiV1::GoogleTypeDate::Representation
1403
+
1404
+ property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1::GoogleTypeDateTime::Representation
1405
+
1406
+ property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1::GoogleTypeMoney::Representation
1407
+
1408
+ property :text, as: 'text'
1409
+ end
1410
+ end
1411
+
1412
+ class GoogleCloudDocumentaiV1DocumentEntityRelation
1413
+ # @private
1414
+ class Representation < Google::Apis::Core::JsonRepresentation
1415
+ property :object_id_prop, as: 'objectId'
1416
+ property :relation, as: 'relation'
1417
+ property :subject_id, as: 'subjectId'
1418
+ end
1419
+ end
1420
+
1421
+ class GoogleCloudDocumentaiV1DocumentOutputConfig
1422
+ # @private
1423
+ class Representation < Google::Apis::Core::JsonRepresentation
1424
+ property :gcs_output_config, as: 'gcsOutputConfig', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig::Representation
1425
+
1426
+ end
1427
+ end
1428
+
1429
+ class GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig
1430
+ # @private
1431
+ class Representation < Google::Apis::Core::JsonRepresentation
1432
+ property :gcs_uri, as: 'gcsUri'
1433
+ end
1434
+ end
1435
+
1436
+ class GoogleCloudDocumentaiV1DocumentPage
1437
+ # @private
1438
+ class Representation < Google::Apis::Core::JsonRepresentation
1439
+ collection :blocks, as: 'blocks', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageBlock::Representation
1440
+
1441
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage::Representation
1442
+
1443
+ property :dimension, as: 'dimension', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDimension, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDimension::Representation
1444
+
1445
+ collection :form_fields, as: 'formFields', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageFormField, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageFormField::Representation
1446
+
1447
+ property :image, as: 'image', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageImage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageImage::Representation
1448
+
1449
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout::Representation
1450
+
1451
+ collection :lines, as: 'lines', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLine, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLine::Representation
1452
+
1453
+ property :page_number, as: 'pageNumber'
1454
+ collection :paragraphs, as: 'paragraphs', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageParagraph, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageParagraph::Representation
1455
+
1456
+ collection :tables, as: 'tables', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageTable, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageTable::Representation
1457
+
1458
+ collection :tokens, as: 'tokens', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageToken, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageToken::Representation
1459
+
1460
+ collection :transforms, as: 'transforms', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageMatrix, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageMatrix::Representation
1461
+
1462
+ collection :visual_elements, as: 'visualElements', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageVisualElement, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageVisualElement::Representation
1463
+
1464
+ end
1465
+ end
1466
+
1467
+ class GoogleCloudDocumentaiV1DocumentPageAnchor
1468
+ # @private
1469
+ class Representation < Google::Apis::Core::JsonRepresentation
1470
+ collection :page_refs, as: 'pageRefs', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageAnchorPageRef, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageAnchorPageRef::Representation
1471
+
1472
+ end
1473
+ end
1474
+
1475
+ class GoogleCloudDocumentaiV1DocumentPageAnchorPageRef
1476
+ # @private
1477
+ class Representation < Google::Apis::Core::JsonRepresentation
1478
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1BoundingPoly, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1BoundingPoly::Representation
1479
+
1480
+ property :layout_id, as: 'layoutId'
1481
+ property :layout_type, as: 'layoutType'
1482
+ property :page, :numeric_string => true, as: 'page'
1483
+ end
1484
+ end
1485
+
1486
+ class GoogleCloudDocumentaiV1DocumentPageBlock
1487
+ # @private
1488
+ class Representation < Google::Apis::Core::JsonRepresentation
1489
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage::Representation
1490
+
1491
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout::Representation
1492
+
1493
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentProvenance::Representation
1494
+
1495
+ end
1496
+ end
1497
+
1498
+ class GoogleCloudDocumentaiV1DocumentPageDetectedLanguage
1499
+ # @private
1500
+ class Representation < Google::Apis::Core::JsonRepresentation
1501
+ property :confidence, as: 'confidence'
1502
+ property :language_code, as: 'languageCode'
1503
+ end
1504
+ end
1505
+
1506
+ class GoogleCloudDocumentaiV1DocumentPageDimension
1507
+ # @private
1508
+ class Representation < Google::Apis::Core::JsonRepresentation
1509
+ property :height, as: 'height'
1510
+ property :unit, as: 'unit'
1511
+ property :width, as: 'width'
1512
+ end
1513
+ end
1514
+
1515
+ class GoogleCloudDocumentaiV1DocumentPageFormField
1516
+ # @private
1517
+ class Representation < Google::Apis::Core::JsonRepresentation
1518
+ property :field_name, as: 'fieldName', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout::Representation
1519
+
1520
+ property :field_value, as: 'fieldValue', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout::Representation
1521
+
1522
+ collection :name_detected_languages, as: 'nameDetectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage::Representation
1523
+
1524
+ collection :value_detected_languages, as: 'valueDetectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage::Representation
1525
+
1526
+ property :value_type, as: 'valueType'
1527
+ end
1528
+ end
1529
+
1530
+ class GoogleCloudDocumentaiV1DocumentPageImage
1531
+ # @private
1532
+ class Representation < Google::Apis::Core::JsonRepresentation
1533
+ property :content, :base64 => true, as: 'content'
1534
+ property :height, as: 'height'
1535
+ property :mime_type, as: 'mimeType'
1536
+ property :width, as: 'width'
1537
+ end
1538
+ end
1539
+
1540
+ class GoogleCloudDocumentaiV1DocumentPageLayout
1541
+ # @private
1542
+ class Representation < Google::Apis::Core::JsonRepresentation
1543
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1BoundingPoly, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1BoundingPoly::Representation
1544
+
1545
+ property :confidence, as: 'confidence'
1546
+ property :orientation, as: 'orientation'
1547
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentTextAnchor::Representation
1548
+
1549
+ end
1550
+ end
1551
+
1552
+ class GoogleCloudDocumentaiV1DocumentPageLine
1553
+ # @private
1554
+ class Representation < Google::Apis::Core::JsonRepresentation
1555
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage::Representation
1556
+
1557
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout::Representation
1558
+
1559
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentProvenance::Representation
1560
+
1561
+ end
1562
+ end
1563
+
1564
+ class GoogleCloudDocumentaiV1DocumentPageMatrix
1565
+ # @private
1566
+ class Representation < Google::Apis::Core::JsonRepresentation
1567
+ property :cols, as: 'cols'
1568
+ property :data, :base64 => true, as: 'data'
1569
+ property :rows, as: 'rows'
1570
+ property :type, as: 'type'
1571
+ end
1572
+ end
1573
+
1574
+ class GoogleCloudDocumentaiV1DocumentPageParagraph
1575
+ # @private
1576
+ class Representation < Google::Apis::Core::JsonRepresentation
1577
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage::Representation
1578
+
1579
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout::Representation
1580
+
1581
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentProvenance::Representation
1582
+
1583
+ end
1584
+ end
1585
+
1586
+ class GoogleCloudDocumentaiV1DocumentPageTable
1587
+ # @private
1588
+ class Representation < Google::Apis::Core::JsonRepresentation
1589
+ collection :body_rows, as: 'bodyRows', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageTableTableRow, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageTableTableRow::Representation
1590
+
1591
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage::Representation
1592
+
1593
+ collection :header_rows, as: 'headerRows', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageTableTableRow, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageTableTableRow::Representation
1594
+
1595
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout::Representation
1596
+
1597
+ end
1598
+ end
1599
+
1600
+ class GoogleCloudDocumentaiV1DocumentPageTableTableCell
1601
+ # @private
1602
+ class Representation < Google::Apis::Core::JsonRepresentation
1603
+ property :col_span, as: 'colSpan'
1604
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage::Representation
1605
+
1606
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout::Representation
1607
+
1608
+ property :row_span, as: 'rowSpan'
1609
+ end
1610
+ end
1611
+
1612
+ class GoogleCloudDocumentaiV1DocumentPageTableTableRow
1613
+ # @private
1614
+ class Representation < Google::Apis::Core::JsonRepresentation
1615
+ collection :cells, as: 'cells', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageTableTableCell, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageTableTableCell::Representation
1616
+
1617
+ end
1618
+ end
1619
+
1620
+ class GoogleCloudDocumentaiV1DocumentPageToken
1621
+ # @private
1622
+ class Representation < Google::Apis::Core::JsonRepresentation
1623
+ property :detected_break, as: 'detectedBreak', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak::Representation
1624
+
1625
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage::Representation
1626
+
1627
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout::Representation
1628
+
1629
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentProvenance::Representation
1630
+
1631
+ end
1632
+ end
1633
+
1634
+ class GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak
1635
+ # @private
1636
+ class Representation < Google::Apis::Core::JsonRepresentation
1637
+ property :type, as: 'type'
1638
+ end
1639
+ end
1640
+
1641
+ class GoogleCloudDocumentaiV1DocumentPageVisualElement
1642
+ # @private
1643
+ class Representation < Google::Apis::Core::JsonRepresentation
1644
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageDetectedLanguage::Representation
1645
+
1646
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout::Representation
1647
+
1648
+ property :type, as: 'type'
1649
+ end
1650
+ end
1651
+
1652
+ class GoogleCloudDocumentaiV1DocumentProvenance
1653
+ # @private
1654
+ class Representation < Google::Apis::Core::JsonRepresentation
1655
+ property :id, as: 'id'
1656
+ collection :parents, as: 'parents', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentProvenanceParent, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentProvenanceParent::Representation
1657
+
1658
+ property :revision, as: 'revision'
1659
+ property :type, as: 'type'
1660
+ end
1661
+ end
1662
+
1663
+ class GoogleCloudDocumentaiV1DocumentProvenanceParent
1664
+ # @private
1665
+ class Representation < Google::Apis::Core::JsonRepresentation
1666
+ property :id, as: 'id'
1667
+ property :revision, as: 'revision'
1668
+ end
1669
+ end
1670
+
1671
+ class GoogleCloudDocumentaiV1DocumentRevision
1672
+ # @private
1673
+ class Representation < Google::Apis::Core::JsonRepresentation
1674
+ property :agent, as: 'agent'
1675
+ property :create_time, as: 'createTime'
1676
+ property :human_review, as: 'humanReview', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentRevisionHumanReview, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentRevisionHumanReview::Representation
1677
+
1678
+ property :id, as: 'id'
1679
+ collection :parent, as: 'parent'
1680
+ property :processor, as: 'processor'
1681
+ end
1682
+ end
1683
+
1684
+ class GoogleCloudDocumentaiV1DocumentRevisionHumanReview
1685
+ # @private
1686
+ class Representation < Google::Apis::Core::JsonRepresentation
1687
+ property :state, as: 'state'
1688
+ property :state_message, as: 'stateMessage'
1689
+ end
1690
+ end
1691
+
1692
+ class GoogleCloudDocumentaiV1DocumentShardInfo
1693
+ # @private
1694
+ class Representation < Google::Apis::Core::JsonRepresentation
1695
+ property :shard_count, :numeric_string => true, as: 'shardCount'
1696
+ property :shard_index, :numeric_string => true, as: 'shardIndex'
1697
+ property :text_offset, :numeric_string => true, as: 'textOffset'
1698
+ end
1699
+ end
1700
+
1701
+ class GoogleCloudDocumentaiV1DocumentStyle
1702
+ # @private
1703
+ class Representation < Google::Apis::Core::JsonRepresentation
1704
+ property :background_color, as: 'backgroundColor', class: Google::Apis::DocumentaiV1::GoogleTypeColor, decorator: Google::Apis::DocumentaiV1::GoogleTypeColor::Representation
1705
+
1706
+ property :color, as: 'color', class: Google::Apis::DocumentaiV1::GoogleTypeColor, decorator: Google::Apis::DocumentaiV1::GoogleTypeColor::Representation
1707
+
1708
+ property :font_size, as: 'fontSize', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentStyleFontSize, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentStyleFontSize::Representation
1709
+
1710
+ property :font_weight, as: 'fontWeight'
1711
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentTextAnchor::Representation
1712
+
1713
+ property :text_decoration, as: 'textDecoration'
1714
+ property :text_style, as: 'textStyle'
1715
+ end
1716
+ end
1717
+
1718
+ class GoogleCloudDocumentaiV1DocumentStyleFontSize
1719
+ # @private
1720
+ class Representation < Google::Apis::Core::JsonRepresentation
1721
+ property :size, as: 'size'
1722
+ property :unit, as: 'unit'
1723
+ end
1724
+ end
1725
+
1726
+ class GoogleCloudDocumentaiV1DocumentTextAnchor
1727
+ # @private
1728
+ class Representation < Google::Apis::Core::JsonRepresentation
1729
+ property :content, as: 'content'
1730
+ collection :text_segments, as: 'textSegments', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment::Representation
1731
+
1732
+ end
1733
+ end
1734
+
1735
+ class GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment
1736
+ # @private
1737
+ class Representation < Google::Apis::Core::JsonRepresentation
1738
+ property :end_index, :numeric_string => true, as: 'endIndex'
1739
+ property :start_index, :numeric_string => true, as: 'startIndex'
1740
+ end
1741
+ end
1742
+
1743
+ class GoogleCloudDocumentaiV1DocumentTextChange
1744
+ # @private
1745
+ class Representation < Google::Apis::Core::JsonRepresentation
1746
+ property :changed_text, as: 'changedText'
1747
+ collection :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentProvenance::Representation
1748
+
1749
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentTextAnchor::Representation
1750
+
1751
+ end
1752
+ end
1753
+
1754
+ class GoogleCloudDocumentaiV1GcsDocument
1755
+ # @private
1756
+ class Representation < Google::Apis::Core::JsonRepresentation
1757
+ property :gcs_uri, as: 'gcsUri'
1758
+ property :mime_type, as: 'mimeType'
1759
+ end
1760
+ end
1761
+
1762
+ class GoogleCloudDocumentaiV1GcsDocuments
1763
+ # @private
1764
+ class Representation < Google::Apis::Core::JsonRepresentation
1765
+ collection :documents, as: 'documents', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsDocument, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsDocument::Representation
1766
+
1767
+ end
1768
+ end
1769
+
1770
+ class GoogleCloudDocumentaiV1GcsPrefix
1771
+ # @private
1772
+ class Representation < Google::Apis::Core::JsonRepresentation
1773
+ property :gcs_uri_prefix, as: 'gcsUriPrefix'
1774
+ end
1775
+ end
1776
+
1777
+ class GoogleCloudDocumentaiV1HumanReviewStatus
1778
+ # @private
1779
+ class Representation < Google::Apis::Core::JsonRepresentation
1780
+ property :human_review_operation, as: 'humanReviewOperation'
1781
+ property :state, as: 'state'
1782
+ property :state_message, as: 'stateMessage'
1783
+ end
1784
+ end
1785
+
1786
+ class GoogleCloudDocumentaiV1NormalizedVertex
1787
+ # @private
1788
+ class Representation < Google::Apis::Core::JsonRepresentation
1789
+ property :x, as: 'x'
1790
+ property :y, as: 'y'
1791
+ end
1792
+ end
1793
+
1794
+ class GoogleCloudDocumentaiV1ProcessRequest
1795
+ # @private
1796
+ class Representation < Google::Apis::Core::JsonRepresentation
1797
+ property :inline_document, as: 'inlineDocument', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Document, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Document::Representation
1798
+
1799
+ property :raw_document, as: 'rawDocument', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1RawDocument, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1RawDocument::Representation
1800
+
1801
+ property :skip_human_review, as: 'skipHumanReview'
1802
+ end
1803
+ end
1804
+
1805
+ class GoogleCloudDocumentaiV1ProcessResponse
1806
+ # @private
1807
+ class Representation < Google::Apis::Core::JsonRepresentation
1808
+ property :document, as: 'document', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Document, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Document::Representation
1809
+
1810
+ property :human_review_status, as: 'humanReviewStatus', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1HumanReviewStatus, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1HumanReviewStatus::Representation
1811
+
1812
+ end
1813
+ end
1814
+
1815
+ class GoogleCloudDocumentaiV1RawDocument
1816
+ # @private
1817
+ class Representation < Google::Apis::Core::JsonRepresentation
1818
+ property :content, :base64 => true, as: 'content'
1819
+ property :mime_type, as: 'mimeType'
1820
+ end
1821
+ end
1822
+
1823
+ class GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata
1824
+ # @private
1825
+ class Representation < Google::Apis::Core::JsonRepresentation
1826
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
1827
+
1828
+ end
1829
+ end
1830
+
1831
+ class GoogleCloudDocumentaiV1ReviewDocumentRequest
1832
+ # @private
1833
+ class Representation < Google::Apis::Core::JsonRepresentation
1834
+ property :inline_document, as: 'inlineDocument', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Document, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Document::Representation
1835
+
1836
+ end
1837
+ end
1838
+
1839
+ class GoogleCloudDocumentaiV1ReviewDocumentResponse
1840
+ # @private
1841
+ class Representation < Google::Apis::Core::JsonRepresentation
1842
+ property :gcs_destination, as: 'gcsDestination'
1843
+ end
1844
+ end
1845
+
1846
+ class GoogleCloudDocumentaiV1Vertex
1847
+ # @private
1848
+ class Representation < Google::Apis::Core::JsonRepresentation
1849
+ property :x, as: 'x'
1850
+ property :y, as: 'y'
1851
+ end
1852
+ end
1853
+
1854
+ class GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse
1855
+ # @private
1856
+ class Representation < Google::Apis::Core::JsonRepresentation
1857
+ collection :responses, as: 'responses', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1ProcessDocumentResponse, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1ProcessDocumentResponse::Representation
1858
+
1859
+ end
1860
+ end
1861
+
1862
+ class GoogleCloudDocumentaiV1beta1BoundingPoly
1863
+ # @private
1864
+ class Representation < Google::Apis::Core::JsonRepresentation
1865
+ collection :normalized_vertices, as: 'normalizedVertices', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1NormalizedVertex, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1NormalizedVertex::Representation
1866
+
1867
+ collection :vertices, as: 'vertices', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1Vertex, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1Vertex::Representation
1868
+
1869
+ end
1870
+ end
1871
+
1872
+ class GoogleCloudDocumentaiV1beta1Document
1873
+ # @private
1874
+ class Representation < Google::Apis::Core::JsonRepresentation
1875
+ property :content, :base64 => true, as: 'content'
1876
+ collection :entities, as: 'entities', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentEntity, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentEntity::Representation
1877
+
1878
+ collection :entity_relations, as: 'entityRelations', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentEntityRelation, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentEntityRelation::Representation
1879
+
1880
+ property :error, as: 'error', class: Google::Apis::DocumentaiV1::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1::GoogleRpcStatus::Representation
1881
+
1882
+ property :mime_type, as: 'mimeType'
1883
+ collection :pages, as: 'pages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPage::Representation
1884
+
1885
+ collection :revisions, as: 'revisions', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentRevision, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentRevision::Representation
1886
+
1887
+ property :shard_info, as: 'shardInfo', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentShardInfo, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentShardInfo::Representation
1888
+
1889
+ property :text, as: 'text'
1890
+ collection :text_changes, as: 'textChanges', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentTextChange, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentTextChange::Representation
1891
+
1892
+ collection :text_styles, as: 'textStyles', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentStyle, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentStyle::Representation
1893
+
1894
+ property :uri, as: 'uri'
1895
+ end
1896
+ end
1897
+
1898
+ class GoogleCloudDocumentaiV1beta1DocumentEntity
1899
+ # @private
1900
+ class Representation < Google::Apis::Core::JsonRepresentation
1901
+ property :confidence, as: 'confidence'
1902
+ property :id, as: 'id'
1903
+ property :mention_id, as: 'mentionId'
1904
+ property :mention_text, as: 'mentionText'
1905
+ property :normalized_value, as: 'normalizedValue', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue::Representation
1906
+
1907
+ property :page_anchor, as: 'pageAnchor', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageAnchor, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageAnchor::Representation
1908
+
1909
+ collection :properties, as: 'properties', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentEntity, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentEntity::Representation
1910
+
1911
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentProvenance::Representation
1912
+
1913
+ property :redacted, as: 'redacted'
1914
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentTextAnchor::Representation
1915
+
1916
+ property :type, as: 'type'
1917
+ end
1918
+ end
1919
+
1920
+ class GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue
1921
+ # @private
1922
+ class Representation < Google::Apis::Core::JsonRepresentation
1923
+ property :address_value, as: 'addressValue', class: Google::Apis::DocumentaiV1::GoogleTypePostalAddress, decorator: Google::Apis::DocumentaiV1::GoogleTypePostalAddress::Representation
1924
+
1925
+ property :boolean_value, as: 'booleanValue'
1926
+ property :date_value, as: 'dateValue', class: Google::Apis::DocumentaiV1::GoogleTypeDate, decorator: Google::Apis::DocumentaiV1::GoogleTypeDate::Representation
1927
+
1928
+ property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1::GoogleTypeDateTime::Representation
1929
+
1930
+ property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1::GoogleTypeMoney::Representation
1931
+
1932
+ property :text, as: 'text'
1933
+ end
1934
+ end
1935
+
1936
+ class GoogleCloudDocumentaiV1beta1DocumentEntityRelation
1937
+ # @private
1938
+ class Representation < Google::Apis::Core::JsonRepresentation
1939
+ property :object_id_prop, as: 'objectId'
1940
+ property :relation, as: 'relation'
1941
+ property :subject_id, as: 'subjectId'
1942
+ end
1943
+ end
1944
+
1945
+ class GoogleCloudDocumentaiV1beta1DocumentPage
1946
+ # @private
1947
+ class Representation < Google::Apis::Core::JsonRepresentation
1948
+ collection :blocks, as: 'blocks', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageBlock::Representation
1949
+
1950
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
1951
+
1952
+ property :dimension, as: 'dimension', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDimension, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDimension::Representation
1953
+
1954
+ collection :form_fields, as: 'formFields', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageFormField, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageFormField::Representation
1955
+
1956
+ property :image, as: 'image', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageImage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageImage::Representation
1957
+
1958
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
1959
+
1960
+ collection :lines, as: 'lines', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLine, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLine::Representation
1961
+
1962
+ property :page_number, as: 'pageNumber'
1963
+ collection :paragraphs, as: 'paragraphs', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageParagraph, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageParagraph::Representation
1964
+
1965
+ collection :tables, as: 'tables', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageTable, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageTable::Representation
1966
+
1967
+ collection :tokens, as: 'tokens', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageToken, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageToken::Representation
1968
+
1969
+ collection :transforms, as: 'transforms', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageMatrix, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageMatrix::Representation
1970
+
1971
+ collection :visual_elements, as: 'visualElements', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageVisualElement, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageVisualElement::Representation
1972
+
1973
+ end
1974
+ end
1975
+
1976
+ class GoogleCloudDocumentaiV1beta1DocumentPageAnchor
1977
+ # @private
1978
+ class Representation < Google::Apis::Core::JsonRepresentation
1979
+ collection :page_refs, as: 'pageRefs', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef::Representation
1980
+
1981
+ end
1982
+ end
1983
+
1984
+ class GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef
1985
+ # @private
1986
+ class Representation < Google::Apis::Core::JsonRepresentation
1987
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1BoundingPoly, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1BoundingPoly::Representation
1988
+
1989
+ property :layout_id, as: 'layoutId'
1990
+ property :layout_type, as: 'layoutType'
1991
+ property :page, :numeric_string => true, as: 'page'
1992
+ end
1993
+ end
1994
+
1995
+ class GoogleCloudDocumentaiV1beta1DocumentPageBlock
1996
+ # @private
1997
+ class Representation < Google::Apis::Core::JsonRepresentation
1998
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
1999
+
2000
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
2001
+
2002
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentProvenance::Representation
2003
+
2004
+ end
2005
+ end
2006
+
2007
+ class GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage
2008
+ # @private
2009
+ class Representation < Google::Apis::Core::JsonRepresentation
2010
+ property :confidence, as: 'confidence'
2011
+ property :language_code, as: 'languageCode'
2012
+ end
2013
+ end
2014
+
2015
+ class GoogleCloudDocumentaiV1beta1DocumentPageDimension
2016
+ # @private
2017
+ class Representation < Google::Apis::Core::JsonRepresentation
2018
+ property :height, as: 'height'
2019
+ property :unit, as: 'unit'
2020
+ property :width, as: 'width'
2021
+ end
2022
+ end
2023
+
2024
+ class GoogleCloudDocumentaiV1beta1DocumentPageFormField
2025
+ # @private
2026
+ class Representation < Google::Apis::Core::JsonRepresentation
2027
+ property :field_name, as: 'fieldName', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
2028
+
2029
+ property :field_value, as: 'fieldValue', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
2030
+
2031
+ collection :name_detected_languages, as: 'nameDetectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
2032
+
2033
+ collection :value_detected_languages, as: 'valueDetectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
2034
+
2035
+ property :value_type, as: 'valueType'
2036
+ end
2037
+ end
2038
+
2039
+ class GoogleCloudDocumentaiV1beta1DocumentPageImage
2040
+ # @private
2041
+ class Representation < Google::Apis::Core::JsonRepresentation
2042
+ property :content, :base64 => true, as: 'content'
2043
+ property :height, as: 'height'
2044
+ property :mime_type, as: 'mimeType'
2045
+ property :width, as: 'width'
2046
+ end
2047
+ end
2048
+
2049
+ class GoogleCloudDocumentaiV1beta1DocumentPageLayout
2050
+ # @private
2051
+ class Representation < Google::Apis::Core::JsonRepresentation
2052
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1BoundingPoly, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1BoundingPoly::Representation
2053
+
2054
+ property :confidence, as: 'confidence'
2055
+ property :orientation, as: 'orientation'
2056
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentTextAnchor::Representation
2057
+
2058
+ end
2059
+ end
2060
+
2061
+ class GoogleCloudDocumentaiV1beta1DocumentPageLine
2062
+ # @private
2063
+ class Representation < Google::Apis::Core::JsonRepresentation
2064
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
2065
+
2066
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
2067
+
2068
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentProvenance::Representation
2069
+
2070
+ end
2071
+ end
2072
+
2073
+ class GoogleCloudDocumentaiV1beta1DocumentPageMatrix
2074
+ # @private
2075
+ class Representation < Google::Apis::Core::JsonRepresentation
2076
+ property :cols, as: 'cols'
2077
+ property :data, :base64 => true, as: 'data'
2078
+ property :rows, as: 'rows'
2079
+ property :type, as: 'type'
2080
+ end
2081
+ end
2082
+
2083
+ class GoogleCloudDocumentaiV1beta1DocumentPageParagraph
2084
+ # @private
2085
+ class Representation < Google::Apis::Core::JsonRepresentation
2086
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
2087
+
2088
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
2089
+
2090
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentProvenance::Representation
2091
+
2092
+ end
2093
+ end
2094
+
2095
+ class GoogleCloudDocumentaiV1beta1DocumentPageTable
2096
+ # @private
2097
+ class Representation < Google::Apis::Core::JsonRepresentation
2098
+ collection :body_rows, as: 'bodyRows', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow::Representation
2099
+
2100
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
2101
+
2102
+ collection :header_rows, as: 'headerRows', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow::Representation
2103
+
2104
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
2105
+
2106
+ end
2107
+ end
2108
+
2109
+ class GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell
2110
+ # @private
2111
+ class Representation < Google::Apis::Core::JsonRepresentation
2112
+ property :col_span, as: 'colSpan'
2113
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
2114
+
2115
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
2116
+
2117
+ property :row_span, as: 'rowSpan'
2118
+ end
2119
+ end
2120
+
2121
+ class GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow
2122
+ # @private
2123
+ class Representation < Google::Apis::Core::JsonRepresentation
2124
+ collection :cells, as: 'cells', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell::Representation
2125
+
2126
+ end
2127
+ end
2128
+
2129
+ class GoogleCloudDocumentaiV1beta1DocumentPageToken
2130
+ # @private
2131
+ class Representation < Google::Apis::Core::JsonRepresentation
2132
+ property :detected_break, as: 'detectedBreak', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak::Representation
2133
+
2134
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
2135
+
2136
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
2137
+
2138
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentProvenance::Representation
2139
+
2140
+ end
2141
+ end
2142
+
2143
+ class GoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak
2144
+ # @private
2145
+ class Representation < Google::Apis::Core::JsonRepresentation
2146
+ property :type, as: 'type'
2147
+ end
2148
+ end
2149
+
2150
+ class GoogleCloudDocumentaiV1beta1DocumentPageVisualElement
2151
+ # @private
2152
+ class Representation < Google::Apis::Core::JsonRepresentation
2153
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
2154
+
2155
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
2156
+
2157
+ property :type, as: 'type'
2158
+ end
2159
+ end
2160
+
2161
+ class GoogleCloudDocumentaiV1beta1DocumentProvenance
2162
+ # @private
2163
+ class Representation < Google::Apis::Core::JsonRepresentation
2164
+ property :id, as: 'id'
2165
+ collection :parents, as: 'parents', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentProvenanceParent, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentProvenanceParent::Representation
2166
+
2167
+ property :revision, as: 'revision'
2168
+ property :type, as: 'type'
2169
+ end
2170
+ end
2171
+
2172
+ class GoogleCloudDocumentaiV1beta1DocumentProvenanceParent
2173
+ # @private
2174
+ class Representation < Google::Apis::Core::JsonRepresentation
2175
+ property :id, as: 'id'
2176
+ property :revision, as: 'revision'
2177
+ end
2178
+ end
2179
+
2180
+ class GoogleCloudDocumentaiV1beta1DocumentRevision
2181
+ # @private
2182
+ class Representation < Google::Apis::Core::JsonRepresentation
2183
+ property :agent, as: 'agent'
2184
+ property :create_time, as: 'createTime'
2185
+ property :human_review, as: 'humanReview', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview::Representation
2186
+
2187
+ property :id, as: 'id'
2188
+ collection :parent, as: 'parent'
2189
+ property :processor, as: 'processor'
2190
+ end
2191
+ end
2192
+
2193
+ class GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview
2194
+ # @private
2195
+ class Representation < Google::Apis::Core::JsonRepresentation
2196
+ property :state, as: 'state'
2197
+ property :state_message, as: 'stateMessage'
2198
+ end
2199
+ end
2200
+
2201
+ class GoogleCloudDocumentaiV1beta1DocumentShardInfo
2202
+ # @private
2203
+ class Representation < Google::Apis::Core::JsonRepresentation
2204
+ property :shard_count, :numeric_string => true, as: 'shardCount'
2205
+ property :shard_index, :numeric_string => true, as: 'shardIndex'
2206
+ property :text_offset, :numeric_string => true, as: 'textOffset'
2207
+ end
2208
+ end
2209
+
2210
+ class GoogleCloudDocumentaiV1beta1DocumentStyle
2211
+ # @private
2212
+ class Representation < Google::Apis::Core::JsonRepresentation
2213
+ property :background_color, as: 'backgroundColor', class: Google::Apis::DocumentaiV1::GoogleTypeColor, decorator: Google::Apis::DocumentaiV1::GoogleTypeColor::Representation
2214
+
2215
+ property :color, as: 'color', class: Google::Apis::DocumentaiV1::GoogleTypeColor, decorator: Google::Apis::DocumentaiV1::GoogleTypeColor::Representation
2216
+
2217
+ property :font_size, as: 'fontSize', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentStyleFontSize, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentStyleFontSize::Representation
2218
+
2219
+ property :font_weight, as: 'fontWeight'
2220
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentTextAnchor::Representation
2221
+
2222
+ property :text_decoration, as: 'textDecoration'
2223
+ property :text_style, as: 'textStyle'
2224
+ end
2225
+ end
2226
+
2227
+ class GoogleCloudDocumentaiV1beta1DocumentStyleFontSize
2228
+ # @private
2229
+ class Representation < Google::Apis::Core::JsonRepresentation
2230
+ property :size, as: 'size'
2231
+ property :unit, as: 'unit'
2232
+ end
2233
+ end
2234
+
2235
+ class GoogleCloudDocumentaiV1beta1DocumentTextAnchor
2236
+ # @private
2237
+ class Representation < Google::Apis::Core::JsonRepresentation
2238
+ property :content, as: 'content'
2239
+ collection :text_segments, as: 'textSegments', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment::Representation
2240
+
2241
+ end
2242
+ end
2243
+
2244
+ class GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment
2245
+ # @private
2246
+ class Representation < Google::Apis::Core::JsonRepresentation
2247
+ property :end_index, :numeric_string => true, as: 'endIndex'
2248
+ property :start_index, :numeric_string => true, as: 'startIndex'
2249
+ end
2250
+ end
2251
+
2252
+ class GoogleCloudDocumentaiV1beta1DocumentTextChange
2253
+ # @private
2254
+ class Representation < Google::Apis::Core::JsonRepresentation
2255
+ property :changed_text, as: 'changedText'
2256
+ collection :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentProvenance::Representation
2257
+
2258
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentTextAnchor::Representation
2259
+
2260
+ end
2261
+ end
2262
+
2263
+ class GoogleCloudDocumentaiV1beta1GcsDestination
2264
+ # @private
2265
+ class Representation < Google::Apis::Core::JsonRepresentation
2266
+ property :uri, as: 'uri'
2267
+ end
2268
+ end
2269
+
2270
+ class GoogleCloudDocumentaiV1beta1GcsSource
2271
+ # @private
2272
+ class Representation < Google::Apis::Core::JsonRepresentation
2273
+ property :uri, as: 'uri'
2274
+ end
2275
+ end
2276
+
2277
+ class GoogleCloudDocumentaiV1beta1InputConfig
2278
+ # @private
2279
+ class Representation < Google::Apis::Core::JsonRepresentation
2280
+ property :gcs_source, as: 'gcsSource', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1GcsSource, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1GcsSource::Representation
2281
+
2282
+ property :mime_type, as: 'mimeType'
2283
+ end
2284
+ end
2285
+
2286
+ class GoogleCloudDocumentaiV1beta1NormalizedVertex
2287
+ # @private
2288
+ class Representation < Google::Apis::Core::JsonRepresentation
2289
+ property :x, as: 'x'
2290
+ property :y, as: 'y'
2291
+ end
2292
+ end
2293
+
2294
+ class GoogleCloudDocumentaiV1beta1OperationMetadata
2295
+ # @private
2296
+ class Representation < Google::Apis::Core::JsonRepresentation
2297
+ property :create_time, as: 'createTime'
2298
+ property :state, as: 'state'
2299
+ property :state_message, as: 'stateMessage'
2300
+ property :update_time, as: 'updateTime'
2301
+ end
2302
+ end
2303
+
2304
+ class GoogleCloudDocumentaiV1beta1OutputConfig
2305
+ # @private
2306
+ class Representation < Google::Apis::Core::JsonRepresentation
2307
+ property :gcs_destination, as: 'gcsDestination', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1GcsDestination, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1GcsDestination::Representation
2308
+
2309
+ property :pages_per_shard, as: 'pagesPerShard'
2310
+ end
2311
+ end
2312
+
2313
+ class GoogleCloudDocumentaiV1beta1ProcessDocumentResponse
2314
+ # @private
2315
+ class Representation < Google::Apis::Core::JsonRepresentation
2316
+ property :input_config, as: 'inputConfig', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1InputConfig, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1InputConfig::Representation
2317
+
2318
+ property :output_config, as: 'outputConfig', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1OutputConfig, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1OutputConfig::Representation
2319
+
2320
+ end
2321
+ end
2322
+
2323
+ class GoogleCloudDocumentaiV1beta1Vertex
2324
+ # @private
2325
+ class Representation < Google::Apis::Core::JsonRepresentation
2326
+ property :x, as: 'x'
2327
+ property :y, as: 'y'
2328
+ end
2329
+ end
2330
+
2331
+ class GoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse
2332
+ # @private
2333
+ class Representation < Google::Apis::Core::JsonRepresentation
2334
+ collection :responses, as: 'responses', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2ProcessDocumentResponse, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2ProcessDocumentResponse::Representation
2335
+
2336
+ end
2337
+ end
2338
+
2339
+ class GoogleCloudDocumentaiV1beta2BoundingPoly
2340
+ # @private
2341
+ class Representation < Google::Apis::Core::JsonRepresentation
2342
+ collection :normalized_vertices, as: 'normalizedVertices', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2NormalizedVertex, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2NormalizedVertex::Representation
2343
+
2344
+ collection :vertices, as: 'vertices', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2Vertex, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2Vertex::Representation
2345
+
2346
+ end
2347
+ end
2348
+
2349
+ class GoogleCloudDocumentaiV1beta2Document
2350
+ # @private
2351
+ class Representation < Google::Apis::Core::JsonRepresentation
2352
+ property :content, :base64 => true, as: 'content'
2353
+ collection :entities, as: 'entities', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentEntity, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentEntity::Representation
2354
+
2355
+ collection :entity_relations, as: 'entityRelations', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentEntityRelation, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentEntityRelation::Representation
2356
+
2357
+ property :error, as: 'error', class: Google::Apis::DocumentaiV1::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1::GoogleRpcStatus::Representation
2358
+
2359
+ collection :labels, as: 'labels', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentLabel, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentLabel::Representation
2360
+
2361
+ property :mime_type, as: 'mimeType'
2362
+ collection :pages, as: 'pages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPage::Representation
2363
+
2364
+ collection :revisions, as: 'revisions', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentRevision, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentRevision::Representation
2365
+
2366
+ property :shard_info, as: 'shardInfo', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentShardInfo, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentShardInfo::Representation
2367
+
2368
+ property :text, as: 'text'
2369
+ collection :text_changes, as: 'textChanges', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentTextChange, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentTextChange::Representation
2370
+
2371
+ collection :text_styles, as: 'textStyles', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentStyle, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentStyle::Representation
2372
+
2373
+ property :uri, as: 'uri'
2374
+ end
2375
+ end
2376
+
2377
+ class GoogleCloudDocumentaiV1beta2DocumentEntity
2378
+ # @private
2379
+ class Representation < Google::Apis::Core::JsonRepresentation
2380
+ property :confidence, as: 'confidence'
2381
+ property :id, as: 'id'
2382
+ property :mention_id, as: 'mentionId'
2383
+ property :mention_text, as: 'mentionText'
2384
+ property :normalized_value, as: 'normalizedValue', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue::Representation
2385
+
2386
+ property :page_anchor, as: 'pageAnchor', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageAnchor, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageAnchor::Representation
2387
+
2388
+ collection :properties, as: 'properties', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentEntity, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentEntity::Representation
2389
+
2390
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentProvenance::Representation
2391
+
2392
+ property :redacted, as: 'redacted'
2393
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentTextAnchor::Representation
2394
+
2395
+ property :type, as: 'type'
2396
+ end
2397
+ end
2398
+
2399
+ class GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue
2400
+ # @private
2401
+ class Representation < Google::Apis::Core::JsonRepresentation
2402
+ property :address_value, as: 'addressValue', class: Google::Apis::DocumentaiV1::GoogleTypePostalAddress, decorator: Google::Apis::DocumentaiV1::GoogleTypePostalAddress::Representation
2403
+
2404
+ property :boolean_value, as: 'booleanValue'
2405
+ property :date_value, as: 'dateValue', class: Google::Apis::DocumentaiV1::GoogleTypeDate, decorator: Google::Apis::DocumentaiV1::GoogleTypeDate::Representation
2406
+
2407
+ property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1::GoogleTypeDateTime::Representation
2408
+
2409
+ property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1::GoogleTypeMoney::Representation
2410
+
2411
+ property :text, as: 'text'
2412
+ end
2413
+ end
2414
+
2415
+ class GoogleCloudDocumentaiV1beta2DocumentEntityRelation
2416
+ # @private
2417
+ class Representation < Google::Apis::Core::JsonRepresentation
2418
+ property :object_id_prop, as: 'objectId'
2419
+ property :relation, as: 'relation'
2420
+ property :subject_id, as: 'subjectId'
2421
+ end
2422
+ end
2423
+
2424
+ class GoogleCloudDocumentaiV1beta2DocumentLabel
2425
+ # @private
2426
+ class Representation < Google::Apis::Core::JsonRepresentation
2427
+ property :automl_model, as: 'automlModel'
2428
+ property :confidence, as: 'confidence'
2429
+ property :name, as: 'name'
2430
+ end
2431
+ end
2432
+
2433
+ class GoogleCloudDocumentaiV1beta2DocumentPage
2434
+ # @private
2435
+ class Representation < Google::Apis::Core::JsonRepresentation
2436
+ collection :blocks, as: 'blocks', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageBlock::Representation
2437
+
2438
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
2439
+
2440
+ property :dimension, as: 'dimension', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDimension, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDimension::Representation
2441
+
2442
+ collection :form_fields, as: 'formFields', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageFormField, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageFormField::Representation
2443
+
2444
+ property :image, as: 'image', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageImage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageImage::Representation
2445
+
2446
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
2447
+
2448
+ collection :lines, as: 'lines', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLine, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLine::Representation
2449
+
2450
+ property :page_number, as: 'pageNumber'
2451
+ collection :paragraphs, as: 'paragraphs', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageParagraph, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageParagraph::Representation
2452
+
2453
+ collection :tables, as: 'tables', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageTable, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageTable::Representation
2454
+
2455
+ collection :tokens, as: 'tokens', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageToken, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageToken::Representation
2456
+
2457
+ collection :transforms, as: 'transforms', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageMatrix, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageMatrix::Representation
2458
+
2459
+ collection :visual_elements, as: 'visualElements', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageVisualElement, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageVisualElement::Representation
2460
+
2461
+ end
2462
+ end
2463
+
2464
+ class GoogleCloudDocumentaiV1beta2DocumentPageAnchor
2465
+ # @private
2466
+ class Representation < Google::Apis::Core::JsonRepresentation
2467
+ collection :page_refs, as: 'pageRefs', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef::Representation
2468
+
2469
+ end
2470
+ end
2471
+
2472
+ class GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef
2473
+ # @private
2474
+ class Representation < Google::Apis::Core::JsonRepresentation
2475
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2BoundingPoly, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2BoundingPoly::Representation
2476
+
2477
+ property :layout_id, as: 'layoutId'
2478
+ property :layout_type, as: 'layoutType'
2479
+ property :page, :numeric_string => true, as: 'page'
2480
+ end
2481
+ end
2482
+
2483
+ class GoogleCloudDocumentaiV1beta2DocumentPageBlock
2484
+ # @private
2485
+ class Representation < Google::Apis::Core::JsonRepresentation
2486
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
2487
+
2488
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
2489
+
2490
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentProvenance::Representation
2491
+
2492
+ end
2493
+ end
2494
+
2495
+ class GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage
2496
+ # @private
2497
+ class Representation < Google::Apis::Core::JsonRepresentation
2498
+ property :confidence, as: 'confidence'
2499
+ property :language_code, as: 'languageCode'
2500
+ end
2501
+ end
2502
+
2503
+ class GoogleCloudDocumentaiV1beta2DocumentPageDimension
2504
+ # @private
2505
+ class Representation < Google::Apis::Core::JsonRepresentation
2506
+ property :height, as: 'height'
2507
+ property :unit, as: 'unit'
2508
+ property :width, as: 'width'
2509
+ end
2510
+ end
2511
+
2512
+ class GoogleCloudDocumentaiV1beta2DocumentPageFormField
2513
+ # @private
2514
+ class Representation < Google::Apis::Core::JsonRepresentation
2515
+ property :field_name, as: 'fieldName', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
2516
+
2517
+ property :field_value, as: 'fieldValue', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
2518
+
2519
+ collection :name_detected_languages, as: 'nameDetectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
2520
+
2521
+ collection :value_detected_languages, as: 'valueDetectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
2522
+
2523
+ property :value_type, as: 'valueType'
2524
+ end
2525
+ end
2526
+
2527
+ class GoogleCloudDocumentaiV1beta2DocumentPageImage
2528
+ # @private
2529
+ class Representation < Google::Apis::Core::JsonRepresentation
2530
+ property :content, :base64 => true, as: 'content'
2531
+ property :height, as: 'height'
2532
+ property :mime_type, as: 'mimeType'
2533
+ property :width, as: 'width'
2534
+ end
2535
+ end
2536
+
2537
+ class GoogleCloudDocumentaiV1beta2DocumentPageLayout
2538
+ # @private
2539
+ class Representation < Google::Apis::Core::JsonRepresentation
2540
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2BoundingPoly, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2BoundingPoly::Representation
2541
+
2542
+ property :confidence, as: 'confidence'
2543
+ property :orientation, as: 'orientation'
2544
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentTextAnchor::Representation
2545
+
2546
+ end
2547
+ end
2548
+
2549
+ class GoogleCloudDocumentaiV1beta2DocumentPageLine
2550
+ # @private
2551
+ class Representation < Google::Apis::Core::JsonRepresentation
2552
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
2553
+
2554
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
2555
+
2556
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentProvenance::Representation
2557
+
2558
+ end
2559
+ end
2560
+
2561
+ class GoogleCloudDocumentaiV1beta2DocumentPageMatrix
2562
+ # @private
2563
+ class Representation < Google::Apis::Core::JsonRepresentation
2564
+ property :cols, as: 'cols'
2565
+ property :data, :base64 => true, as: 'data'
2566
+ property :rows, as: 'rows'
2567
+ property :type, as: 'type'
2568
+ end
2569
+ end
2570
+
2571
+ class GoogleCloudDocumentaiV1beta2DocumentPageParagraph
2572
+ # @private
2573
+ class Representation < Google::Apis::Core::JsonRepresentation
2574
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
2575
+
2576
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
2577
+
2578
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentProvenance::Representation
2579
+
2580
+ end
2581
+ end
2582
+
2583
+ class GoogleCloudDocumentaiV1beta2DocumentPageTable
2584
+ # @private
2585
+ class Representation < Google::Apis::Core::JsonRepresentation
2586
+ collection :body_rows, as: 'bodyRows', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow::Representation
2587
+
2588
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
2589
+
2590
+ collection :header_rows, as: 'headerRows', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow::Representation
2591
+
2592
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
2593
+
2594
+ end
2595
+ end
2596
+
2597
+ class GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell
2598
+ # @private
2599
+ class Representation < Google::Apis::Core::JsonRepresentation
2600
+ property :col_span, as: 'colSpan'
2601
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
2602
+
2603
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
2604
+
2605
+ property :row_span, as: 'rowSpan'
2606
+ end
2607
+ end
2608
+
2609
+ class GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow
2610
+ # @private
2611
+ class Representation < Google::Apis::Core::JsonRepresentation
2612
+ collection :cells, as: 'cells', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell::Representation
2613
+
2614
+ end
2615
+ end
2616
+
2617
+ class GoogleCloudDocumentaiV1beta2DocumentPageToken
2618
+ # @private
2619
+ class Representation < Google::Apis::Core::JsonRepresentation
2620
+ property :detected_break, as: 'detectedBreak', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak::Representation
2621
+
2622
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
2623
+
2624
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
2625
+
2626
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentProvenance::Representation
2627
+
2628
+ end
2629
+ end
2630
+
2631
+ class GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak
2632
+ # @private
2633
+ class Representation < Google::Apis::Core::JsonRepresentation
2634
+ property :type, as: 'type'
2635
+ end
2636
+ end
2637
+
2638
+ class GoogleCloudDocumentaiV1beta2DocumentPageVisualElement
2639
+ # @private
2640
+ class Representation < Google::Apis::Core::JsonRepresentation
2641
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
2642
+
2643
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
2644
+
2645
+ property :type, as: 'type'
2646
+ end
2647
+ end
2648
+
2649
+ class GoogleCloudDocumentaiV1beta2DocumentProvenance
2650
+ # @private
2651
+ class Representation < Google::Apis::Core::JsonRepresentation
2652
+ property :id, as: 'id'
2653
+ collection :parents, as: 'parents', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentProvenanceParent, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentProvenanceParent::Representation
2654
+
2655
+ property :revision, as: 'revision'
2656
+ property :type, as: 'type'
2657
+ end
2658
+ end
2659
+
2660
+ class GoogleCloudDocumentaiV1beta2DocumentProvenanceParent
2661
+ # @private
2662
+ class Representation < Google::Apis::Core::JsonRepresentation
2663
+ property :id, as: 'id'
2664
+ property :revision, as: 'revision'
2665
+ end
2666
+ end
2667
+
2668
+ class GoogleCloudDocumentaiV1beta2DocumentRevision
2669
+ # @private
2670
+ class Representation < Google::Apis::Core::JsonRepresentation
2671
+ property :agent, as: 'agent'
2672
+ property :create_time, as: 'createTime'
2673
+ property :human_review, as: 'humanReview', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview::Representation
2674
+
2675
+ property :id, as: 'id'
2676
+ collection :parent, as: 'parent'
2677
+ property :processor, as: 'processor'
2678
+ end
2679
+ end
2680
+
2681
+ class GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview
2682
+ # @private
2683
+ class Representation < Google::Apis::Core::JsonRepresentation
2684
+ property :state, as: 'state'
2685
+ property :state_message, as: 'stateMessage'
2686
+ end
2687
+ end
2688
+
2689
+ class GoogleCloudDocumentaiV1beta2DocumentShardInfo
2690
+ # @private
2691
+ class Representation < Google::Apis::Core::JsonRepresentation
2692
+ property :shard_count, :numeric_string => true, as: 'shardCount'
2693
+ property :shard_index, :numeric_string => true, as: 'shardIndex'
2694
+ property :text_offset, :numeric_string => true, as: 'textOffset'
2695
+ end
2696
+ end
2697
+
2698
+ class GoogleCloudDocumentaiV1beta2DocumentStyle
2699
+ # @private
2700
+ class Representation < Google::Apis::Core::JsonRepresentation
2701
+ property :background_color, as: 'backgroundColor', class: Google::Apis::DocumentaiV1::GoogleTypeColor, decorator: Google::Apis::DocumentaiV1::GoogleTypeColor::Representation
2702
+
2703
+ property :color, as: 'color', class: Google::Apis::DocumentaiV1::GoogleTypeColor, decorator: Google::Apis::DocumentaiV1::GoogleTypeColor::Representation
2704
+
2705
+ property :font_size, as: 'fontSize', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentStyleFontSize, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentStyleFontSize::Representation
2706
+
2707
+ property :font_weight, as: 'fontWeight'
2708
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentTextAnchor::Representation
2709
+
2710
+ property :text_decoration, as: 'textDecoration'
2711
+ property :text_style, as: 'textStyle'
2712
+ end
2713
+ end
2714
+
2715
+ class GoogleCloudDocumentaiV1beta2DocumentStyleFontSize
2716
+ # @private
2717
+ class Representation < Google::Apis::Core::JsonRepresentation
2718
+ property :size, as: 'size'
2719
+ property :unit, as: 'unit'
2720
+ end
2721
+ end
2722
+
2723
+ class GoogleCloudDocumentaiV1beta2DocumentTextAnchor
2724
+ # @private
2725
+ class Representation < Google::Apis::Core::JsonRepresentation
2726
+ property :content, as: 'content'
2727
+ collection :text_segments, as: 'textSegments', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment::Representation
2728
+
2729
+ end
2730
+ end
2731
+
2732
+ class GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment
2733
+ # @private
2734
+ class Representation < Google::Apis::Core::JsonRepresentation
2735
+ property :end_index, :numeric_string => true, as: 'endIndex'
2736
+ property :start_index, :numeric_string => true, as: 'startIndex'
2737
+ end
2738
+ end
2739
+
2740
+ class GoogleCloudDocumentaiV1beta2DocumentTextChange
2741
+ # @private
2742
+ class Representation < Google::Apis::Core::JsonRepresentation
2743
+ property :changed_text, as: 'changedText'
2744
+ collection :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentProvenance::Representation
2745
+
2746
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentTextAnchor::Representation
2747
+
2748
+ end
2749
+ end
2750
+
2751
+ class GoogleCloudDocumentaiV1beta2GcsDestination
2752
+ # @private
2753
+ class Representation < Google::Apis::Core::JsonRepresentation
2754
+ property :uri, as: 'uri'
2755
+ end
2756
+ end
2757
+
2758
+ class GoogleCloudDocumentaiV1beta2GcsSource
2759
+ # @private
2760
+ class Representation < Google::Apis::Core::JsonRepresentation
2761
+ property :uri, as: 'uri'
2762
+ end
2763
+ end
2764
+
2765
+ class GoogleCloudDocumentaiV1beta2InputConfig
2766
+ # @private
2767
+ class Representation < Google::Apis::Core::JsonRepresentation
2768
+ property :contents, :base64 => true, as: 'contents'
2769
+ property :gcs_source, as: 'gcsSource', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2GcsSource, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2GcsSource::Representation
2770
+
2771
+ property :mime_type, as: 'mimeType'
2772
+ end
2773
+ end
2774
+
2775
+ class GoogleCloudDocumentaiV1beta2NormalizedVertex
2776
+ # @private
2777
+ class Representation < Google::Apis::Core::JsonRepresentation
2778
+ property :x, as: 'x'
2779
+ property :y, as: 'y'
2780
+ end
2781
+ end
2782
+
2783
+ class GoogleCloudDocumentaiV1beta2OperationMetadata
2784
+ # @private
2785
+ class Representation < Google::Apis::Core::JsonRepresentation
2786
+ property :create_time, as: 'createTime'
2787
+ property :state, as: 'state'
2788
+ property :state_message, as: 'stateMessage'
2789
+ property :update_time, as: 'updateTime'
2790
+ end
2791
+ end
2792
+
2793
+ class GoogleCloudDocumentaiV1beta2OutputConfig
2794
+ # @private
2795
+ class Representation < Google::Apis::Core::JsonRepresentation
2796
+ property :gcs_destination, as: 'gcsDestination', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2GcsDestination, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2GcsDestination::Representation
2797
+
2798
+ property :pages_per_shard, as: 'pagesPerShard'
2799
+ end
2800
+ end
2801
+
2802
+ class GoogleCloudDocumentaiV1beta2ProcessDocumentResponse
2803
+ # @private
2804
+ class Representation < Google::Apis::Core::JsonRepresentation
2805
+ property :input_config, as: 'inputConfig', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2InputConfig, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2InputConfig::Representation
2806
+
2807
+ property :output_config, as: 'outputConfig', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2OutputConfig, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2OutputConfig::Representation
2808
+
2809
+ end
2810
+ end
2811
+
2812
+ class GoogleCloudDocumentaiV1beta2Vertex
2813
+ # @private
2814
+ class Representation < Google::Apis::Core::JsonRepresentation
2815
+ property :x, as: 'x'
2816
+ property :y, as: 'y'
2817
+ end
2818
+ end
2819
+
2820
+ class GoogleCloudDocumentaiV1beta3BatchProcessMetadata
2821
+ # @private
2822
+ class Representation < Google::Apis::Core::JsonRepresentation
2823
+ property :create_time, as: 'createTime'
2824
+ collection :individual_process_statuses, as: 'individualProcessStatuses', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus::Representation
2825
+
2826
+ property :state, as: 'state'
2827
+ property :state_message, as: 'stateMessage'
2828
+ property :update_time, as: 'updateTime'
2829
+ end
2830
+ end
2831
+
2832
+ class GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus
2833
+ # @private
2834
+ class Representation < Google::Apis::Core::JsonRepresentation
2835
+ property :human_review_operation, as: 'humanReviewOperation'
2836
+ property :human_review_status, as: 'humanReviewStatus', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3HumanReviewStatus, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3HumanReviewStatus::Representation
2837
+
2838
+ property :input_gcs_source, as: 'inputGcsSource'
2839
+ property :output_gcs_destination, as: 'outputGcsDestination'
2840
+ property :status, as: 'status', class: Google::Apis::DocumentaiV1::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1::GoogleRpcStatus::Representation
2841
+
2842
+ end
2843
+ end
2844
+
2845
+ class GoogleCloudDocumentaiV1beta3BatchProcessResponse
2846
+ # @private
2847
+ class Representation < Google::Apis::Core::JsonRepresentation
2848
+ end
2849
+ end
2850
+
2851
+ class GoogleCloudDocumentaiV1beta3CommonOperationMetadata
2852
+ # @private
2853
+ class Representation < Google::Apis::Core::JsonRepresentation
2854
+ property :create_time, as: 'createTime'
2855
+ property :state, as: 'state'
2856
+ property :state_message, as: 'stateMessage'
2857
+ property :update_time, as: 'updateTime'
2858
+ end
2859
+ end
2860
+
2861
+ class GoogleCloudDocumentaiV1beta3HumanReviewStatus
2862
+ # @private
2863
+ class Representation < Google::Apis::Core::JsonRepresentation
2864
+ property :human_review_operation, as: 'humanReviewOperation'
2865
+ property :state, as: 'state'
2866
+ property :state_message, as: 'stateMessage'
2867
+ end
2868
+ end
2869
+
2870
+ class GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata
2871
+ # @private
2872
+ class Representation < Google::Apis::Core::JsonRepresentation
2873
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
2874
+
2875
+ property :create_time, as: 'createTime'
2876
+ property :state, as: 'state'
2877
+ property :state_message, as: 'stateMessage'
2878
+ property :update_time, as: 'updateTime'
2879
+ end
2880
+ end
2881
+
2882
+ class GoogleCloudDocumentaiV1beta3ReviewDocumentResponse
2883
+ # @private
2884
+ class Representation < Google::Apis::Core::JsonRepresentation
2885
+ property :gcs_destination, as: 'gcsDestination'
2886
+ end
2887
+ end
2888
+
2889
+ class GoogleCloudLocationListLocationsResponse
2890
+ # @private
2891
+ class Representation < Google::Apis::Core::JsonRepresentation
2892
+ collection :locations, as: 'locations', class: Google::Apis::DocumentaiV1::GoogleCloudLocationLocation, decorator: Google::Apis::DocumentaiV1::GoogleCloudLocationLocation::Representation
2893
+
2894
+ property :next_page_token, as: 'nextPageToken'
2895
+ end
2896
+ end
2897
+
2898
+ class GoogleCloudLocationLocation
2899
+ # @private
2900
+ class Representation < Google::Apis::Core::JsonRepresentation
2901
+ property :display_name, as: 'displayName'
2902
+ hash :labels, as: 'labels'
2903
+ property :location_id, as: 'locationId'
2904
+ hash :metadata, as: 'metadata'
2905
+ property :name, as: 'name'
2906
+ end
2907
+ end
2908
+
2909
+ class GoogleLongrunningCancelOperationRequest
2910
+ # @private
2911
+ class Representation < Google::Apis::Core::JsonRepresentation
2912
+ end
2913
+ end
2914
+
2915
+ class GoogleLongrunningListOperationsResponse
2916
+ # @private
2917
+ class Representation < Google::Apis::Core::JsonRepresentation
2918
+ property :next_page_token, as: 'nextPageToken'
2919
+ collection :operations, as: 'operations', class: Google::Apis::DocumentaiV1::GoogleLongrunningOperation, decorator: Google::Apis::DocumentaiV1::GoogleLongrunningOperation::Representation
2920
+
2921
+ end
2922
+ end
2923
+
2924
+ class GoogleLongrunningOperation
2925
+ # @private
2926
+ class Representation < Google::Apis::Core::JsonRepresentation
2927
+ property :done, as: 'done'
2928
+ property :error, as: 'error', class: Google::Apis::DocumentaiV1::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1::GoogleRpcStatus::Representation
2929
+
2930
+ hash :metadata, as: 'metadata'
2931
+ property :name, as: 'name'
2932
+ hash :response, as: 'response'
2933
+ end
2934
+ end
2935
+
2936
+ class GoogleProtobufEmpty
2937
+ # @private
2938
+ class Representation < Google::Apis::Core::JsonRepresentation
2939
+ end
2940
+ end
2941
+
2942
+ class GoogleRpcStatus
2943
+ # @private
2944
+ class Representation < Google::Apis::Core::JsonRepresentation
2945
+ property :code, as: 'code'
2946
+ collection :details, as: 'details'
2947
+ property :message, as: 'message'
2948
+ end
2949
+ end
2950
+
2951
+ class GoogleTypeColor
2952
+ # @private
2953
+ class Representation < Google::Apis::Core::JsonRepresentation
2954
+ property :alpha, as: 'alpha'
2955
+ property :blue, as: 'blue'
2956
+ property :green, as: 'green'
2957
+ property :red, as: 'red'
2958
+ end
2959
+ end
2960
+
2961
+ class GoogleTypeDate
2962
+ # @private
2963
+ class Representation < Google::Apis::Core::JsonRepresentation
2964
+ property :day, as: 'day'
2965
+ property :month, as: 'month'
2966
+ property :year, as: 'year'
2967
+ end
2968
+ end
2969
+
2970
+ class GoogleTypeDateTime
2971
+ # @private
2972
+ class Representation < Google::Apis::Core::JsonRepresentation
2973
+ property :day, as: 'day'
2974
+ property :hours, as: 'hours'
2975
+ property :minutes, as: 'minutes'
2976
+ property :month, as: 'month'
2977
+ property :nanos, as: 'nanos'
2978
+ property :seconds, as: 'seconds'
2979
+ property :time_zone, as: 'timeZone', class: Google::Apis::DocumentaiV1::GoogleTypeTimeZone, decorator: Google::Apis::DocumentaiV1::GoogleTypeTimeZone::Representation
2980
+
2981
+ property :utc_offset, as: 'utcOffset'
2982
+ property :year, as: 'year'
2983
+ end
2984
+ end
2985
+
2986
+ class GoogleTypeMoney
2987
+ # @private
2988
+ class Representation < Google::Apis::Core::JsonRepresentation
2989
+ property :currency_code, as: 'currencyCode'
2990
+ property :nanos, as: 'nanos'
2991
+ property :units, :numeric_string => true, as: 'units'
2992
+ end
2993
+ end
2994
+
2995
+ class GoogleTypePostalAddress
2996
+ # @private
2997
+ class Representation < Google::Apis::Core::JsonRepresentation
2998
+ collection :address_lines, as: 'addressLines'
2999
+ property :administrative_area, as: 'administrativeArea'
3000
+ property :language_code, as: 'languageCode'
3001
+ property :locality, as: 'locality'
3002
+ property :organization, as: 'organization'
3003
+ property :postal_code, as: 'postalCode'
3004
+ collection :recipients, as: 'recipients'
3005
+ property :region_code, as: 'regionCode'
3006
+ property :revision, as: 'revision'
3007
+ property :sorting_code, as: 'sortingCode'
3008
+ property :sublocality, as: 'sublocality'
3009
+ end
3010
+ end
3011
+
3012
+ class GoogleTypeTimeZone
3013
+ # @private
3014
+ class Representation < Google::Apis::Core::JsonRepresentation
3015
+ property :id, as: 'id'
3016
+ property :version, as: 'version'
3017
+ end
3018
+ end
3019
+ end
3020
+ end
3021
+ end