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