google-apis-documentai_v1beta2 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 DocumentaiV1beta2
18
+ # Version of the google-apis-documentai_v1beta2 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,2303 @@
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 DocumentaiV1beta2
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 GoogleCloudDocumentaiV1beta2AutoMlParams
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class GoogleCloudDocumentaiV1beta2BatchProcessDocumentsRequest
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class GoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class GoogleCloudDocumentaiV1beta2BoundingPoly
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class GoogleCloudDocumentaiV1beta2Document
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class GoogleCloudDocumentaiV1beta2DocumentEntity
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class GoogleCloudDocumentaiV1beta2DocumentEntityRelation
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ class GoogleCloudDocumentaiV1beta2DocumentLabel
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class GoogleCloudDocumentaiV1beta2DocumentPage
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
499
+ class GoogleCloudDocumentaiV1beta2DocumentPageAnchor
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
505
+ class GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
511
+ class GoogleCloudDocumentaiV1beta2DocumentPageBlock
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class GoogleCloudDocumentaiV1beta2DocumentPageDimension
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
529
+ class GoogleCloudDocumentaiV1beta2DocumentPageFormField
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
535
+ class GoogleCloudDocumentaiV1beta2DocumentPageImage
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
541
+ class GoogleCloudDocumentaiV1beta2DocumentPageLayout
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
547
+ class GoogleCloudDocumentaiV1beta2DocumentPageLine
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class GoogleCloudDocumentaiV1beta2DocumentPageMatrix
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
559
+ class GoogleCloudDocumentaiV1beta2DocumentPageParagraph
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
565
+ class GoogleCloudDocumentaiV1beta2DocumentPageTable
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
571
+ class GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
577
+ class GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
583
+ class GoogleCloudDocumentaiV1beta2DocumentPageToken
584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
585
+
586
+ include Google::Apis::Core::JsonObjectSupport
587
+ end
588
+
589
+ class GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
595
+ class GoogleCloudDocumentaiV1beta2DocumentPageVisualElement
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
601
+ class GoogleCloudDocumentaiV1beta2DocumentProvenance
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
607
+ class GoogleCloudDocumentaiV1beta2DocumentProvenanceParent
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class GoogleCloudDocumentaiV1beta2DocumentRevision
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
619
+ class GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
625
+ class GoogleCloudDocumentaiV1beta2DocumentShardInfo
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class GoogleCloudDocumentaiV1beta2DocumentStyle
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
637
+ class GoogleCloudDocumentaiV1beta2DocumentStyleFontSize
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
643
+ class GoogleCloudDocumentaiV1beta2DocumentTextAnchor
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
649
+ class GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
655
+ class GoogleCloudDocumentaiV1beta2DocumentTextChange
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
661
+ class GoogleCloudDocumentaiV1beta2DocumentTranslation
662
+ class Representation < Google::Apis::Core::JsonRepresentation; end
663
+
664
+ include Google::Apis::Core::JsonObjectSupport
665
+ end
666
+
667
+ class GoogleCloudDocumentaiV1beta2EntityExtractionParams
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
673
+ class GoogleCloudDocumentaiV1beta2FormExtractionParams
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
679
+ class GoogleCloudDocumentaiV1beta2GcsDestination
680
+ class Representation < Google::Apis::Core::JsonRepresentation; end
681
+
682
+ include Google::Apis::Core::JsonObjectSupport
683
+ end
684
+
685
+ class GoogleCloudDocumentaiV1beta2GcsSource
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
691
+ class GoogleCloudDocumentaiV1beta2InputConfig
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
697
+ class GoogleCloudDocumentaiV1beta2KeyValuePairHint
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
703
+ class GoogleCloudDocumentaiV1beta2NormalizedVertex
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
709
+ class GoogleCloudDocumentaiV1beta2OcrParams
710
+ class Representation < Google::Apis::Core::JsonRepresentation; end
711
+
712
+ include Google::Apis::Core::JsonObjectSupport
713
+ end
714
+
715
+ class GoogleCloudDocumentaiV1beta2OperationMetadata
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
721
+ class GoogleCloudDocumentaiV1beta2OutputConfig
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
727
+ class GoogleCloudDocumentaiV1beta2ProcessDocumentRequest
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
733
+ class GoogleCloudDocumentaiV1beta2ProcessDocumentResponse
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+
736
+ include Google::Apis::Core::JsonObjectSupport
737
+ end
738
+
739
+ class GoogleCloudDocumentaiV1beta2TableBoundHint
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
745
+ class GoogleCloudDocumentaiV1beta2TableExtractionParams
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
751
+ class GoogleCloudDocumentaiV1beta2Vertex
752
+ class Representation < Google::Apis::Core::JsonRepresentation; end
753
+
754
+ include Google::Apis::Core::JsonObjectSupport
755
+ end
756
+
757
+ class GoogleCloudDocumentaiV1beta3BatchProcessMetadata
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
763
+ class GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
769
+ class GoogleCloudDocumentaiV1beta3BatchProcessResponse
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
775
+ class GoogleCloudDocumentaiV1beta3CommonOperationMetadata
776
+ class Representation < Google::Apis::Core::JsonRepresentation; end
777
+
778
+ include Google::Apis::Core::JsonObjectSupport
779
+ end
780
+
781
+ class GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata
782
+ class Representation < Google::Apis::Core::JsonRepresentation; end
783
+
784
+ include Google::Apis::Core::JsonObjectSupport
785
+ end
786
+
787
+ class GoogleCloudDocumentaiV1beta3ReviewDocumentResponse
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
793
+ class GoogleLongrunningOperation
794
+ class Representation < Google::Apis::Core::JsonRepresentation; end
795
+
796
+ include Google::Apis::Core::JsonObjectSupport
797
+ end
798
+
799
+ class GoogleProtobufEmpty
800
+ class Representation < Google::Apis::Core::JsonRepresentation; end
801
+
802
+ include Google::Apis::Core::JsonObjectSupport
803
+ end
804
+
805
+ class GoogleRpcStatus
806
+ class Representation < Google::Apis::Core::JsonRepresentation; end
807
+
808
+ include Google::Apis::Core::JsonObjectSupport
809
+ end
810
+
811
+ class GoogleTypeColor
812
+ class Representation < Google::Apis::Core::JsonRepresentation; end
813
+
814
+ include Google::Apis::Core::JsonObjectSupport
815
+ end
816
+
817
+ class GoogleTypeDate
818
+ class Representation < Google::Apis::Core::JsonRepresentation; end
819
+
820
+ include Google::Apis::Core::JsonObjectSupport
821
+ end
822
+
823
+ class GoogleTypeDateTime
824
+ class Representation < Google::Apis::Core::JsonRepresentation; end
825
+
826
+ include Google::Apis::Core::JsonObjectSupport
827
+ end
828
+
829
+ class GoogleTypeMoney
830
+ class Representation < Google::Apis::Core::JsonRepresentation; end
831
+
832
+ include Google::Apis::Core::JsonObjectSupport
833
+ end
834
+
835
+ class GoogleTypePostalAddress
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
841
+ class GoogleTypeTimeZone
842
+ class Representation < Google::Apis::Core::JsonRepresentation; end
843
+
844
+ include Google::Apis::Core::JsonObjectSupport
845
+ end
846
+
847
+ class GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata
848
+ # @private
849
+ class Representation < Google::Apis::Core::JsonRepresentation
850
+ property :create_time, as: 'createTime'
851
+ property :state, as: 'state'
852
+ property :state_message, as: 'stateMessage'
853
+ property :update_time, as: 'updateTime'
854
+ end
855
+ end
856
+
857
+ class GoogleCloudDocumentaiUiv1beta3CreateLabelerPoolOperationMetadata
858
+ # @private
859
+ class Representation < Google::Apis::Core::JsonRepresentation
860
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
861
+
862
+ end
863
+ end
864
+
865
+ class GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata
866
+ # @private
867
+ class Representation < Google::Apis::Core::JsonRepresentation
868
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
869
+
870
+ end
871
+ end
872
+
873
+ class GoogleCloudDocumentaiUiv1beta3DeleteProcessorMetadata
874
+ # @private
875
+ class Representation < Google::Apis::Core::JsonRepresentation
876
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
877
+
878
+ end
879
+ end
880
+
881
+ class GoogleCloudDocumentaiUiv1beta3DeleteProcessorVersionMetadata
882
+ # @private
883
+ class Representation < Google::Apis::Core::JsonRepresentation
884
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
885
+
886
+ end
887
+ end
888
+
889
+ class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionMetadata
890
+ # @private
891
+ class Representation < Google::Apis::Core::JsonRepresentation
892
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
893
+
894
+ end
895
+ end
896
+
897
+ class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionResponse
898
+ # @private
899
+ class Representation < Google::Apis::Core::JsonRepresentation
900
+ end
901
+ end
902
+
903
+ class GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata
904
+ # @private
905
+ class Representation < Google::Apis::Core::JsonRepresentation
906
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
907
+
908
+ end
909
+ end
910
+
911
+ class GoogleCloudDocumentaiUiv1beta3DisableProcessorResponse
912
+ # @private
913
+ class Representation < Google::Apis::Core::JsonRepresentation
914
+ end
915
+ end
916
+
917
+ class GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata
918
+ # @private
919
+ class Representation < Google::Apis::Core::JsonRepresentation
920
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
921
+
922
+ end
923
+ end
924
+
925
+ class GoogleCloudDocumentaiUiv1beta3EnableProcessorResponse
926
+ # @private
927
+ class Representation < Google::Apis::Core::JsonRepresentation
928
+ end
929
+ end
930
+
931
+ class GoogleCloudDocumentaiUiv1beta3ProcessorVersion
932
+ # @private
933
+ class Representation < Google::Apis::Core::JsonRepresentation
934
+ property :create_time, as: 'createTime'
935
+ property :display_name, as: 'displayName'
936
+ property :name, as: 'name'
937
+ property :schema, as: 'schema', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3Schema, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3Schema::Representation
938
+
939
+ property :state, as: 'state'
940
+ end
941
+ end
942
+
943
+ class GoogleCloudDocumentaiUiv1beta3Schema
944
+ # @private
945
+ class Representation < Google::Apis::Core::JsonRepresentation
946
+ property :description, as: 'description'
947
+ property :display_name, as: 'displayName'
948
+ collection :entity_types, as: 'entityTypes', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3SchemaEntityType, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3SchemaEntityType::Representation
949
+
950
+ end
951
+ end
952
+
953
+ class GoogleCloudDocumentaiUiv1beta3SchemaEntityType
954
+ # @private
955
+ class Representation < Google::Apis::Core::JsonRepresentation
956
+ property :base_type, as: 'baseType'
957
+ property :description, as: 'description'
958
+ property :occurrence_type, as: 'occurrenceType'
959
+ collection :properties, as: 'properties', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3SchemaEntityType, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3SchemaEntityType::Representation
960
+
961
+ property :source, as: 'source'
962
+ property :type, as: 'type'
963
+ end
964
+ end
965
+
966
+ class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata
967
+ # @private
968
+ class Representation < Google::Apis::Core::JsonRepresentation
969
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
970
+
971
+ end
972
+ end
973
+
974
+ class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse
975
+ # @private
976
+ class Representation < Google::Apis::Core::JsonRepresentation
977
+ property :processor_version, as: 'processorVersion', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3ProcessorVersion, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3ProcessorVersion::Representation
978
+
979
+ end
980
+ end
981
+
982
+ class GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata
983
+ # @private
984
+ class Representation < Google::Apis::Core::JsonRepresentation
985
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
986
+
987
+ end
988
+ end
989
+
990
+ class GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse
991
+ # @private
992
+ class Representation < Google::Apis::Core::JsonRepresentation
993
+ end
994
+ end
995
+
996
+ class GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata
997
+ # @private
998
+ class Representation < Google::Apis::Core::JsonRepresentation
999
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1000
+
1001
+ end
1002
+ end
1003
+
1004
+ class GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata
1005
+ # @private
1006
+ class Representation < Google::Apis::Core::JsonRepresentation
1007
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1008
+
1009
+ end
1010
+ end
1011
+
1012
+ class GoogleCloudDocumentaiV1BatchProcessMetadata
1013
+ # @private
1014
+ class Representation < Google::Apis::Core::JsonRepresentation
1015
+ property :create_time, as: 'createTime'
1016
+ collection :individual_process_statuses, as: 'individualProcessStatuses', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus::Representation
1017
+
1018
+ property :state, as: 'state'
1019
+ property :state_message, as: 'stateMessage'
1020
+ property :update_time, as: 'updateTime'
1021
+ end
1022
+ end
1023
+
1024
+ class GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus
1025
+ # @private
1026
+ class Representation < Google::Apis::Core::JsonRepresentation
1027
+ property :human_review_operation, as: 'humanReviewOperation'
1028
+ property :input_gcs_source, as: 'inputGcsSource'
1029
+ property :output_gcs_destination, as: 'outputGcsDestination'
1030
+ property :status, as: 'status', class: Google::Apis::DocumentaiV1beta2::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta2::GoogleRpcStatus::Representation
1031
+
1032
+ end
1033
+ end
1034
+
1035
+ class GoogleCloudDocumentaiV1BatchProcessResponse
1036
+ # @private
1037
+ class Representation < Google::Apis::Core::JsonRepresentation
1038
+ end
1039
+ end
1040
+
1041
+ class GoogleCloudDocumentaiV1CommonOperationMetadata
1042
+ # @private
1043
+ class Representation < Google::Apis::Core::JsonRepresentation
1044
+ property :create_time, as: 'createTime'
1045
+ property :state, as: 'state'
1046
+ property :state_message, as: 'stateMessage'
1047
+ property :update_time, as: 'updateTime'
1048
+ end
1049
+ end
1050
+
1051
+ class GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata
1052
+ # @private
1053
+ class Representation < Google::Apis::Core::JsonRepresentation
1054
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
1055
+
1056
+ end
1057
+ end
1058
+
1059
+ class GoogleCloudDocumentaiV1ReviewDocumentResponse
1060
+ # @private
1061
+ class Representation < Google::Apis::Core::JsonRepresentation
1062
+ property :gcs_destination, as: 'gcsDestination'
1063
+ end
1064
+ end
1065
+
1066
+ class GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse
1067
+ # @private
1068
+ class Representation < Google::Apis::Core::JsonRepresentation
1069
+ collection :responses, as: 'responses', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1ProcessDocumentResponse, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1ProcessDocumentResponse::Representation
1070
+
1071
+ end
1072
+ end
1073
+
1074
+ class GoogleCloudDocumentaiV1beta1BoundingPoly
1075
+ # @private
1076
+ class Representation < Google::Apis::Core::JsonRepresentation
1077
+ collection :normalized_vertices, as: 'normalizedVertices', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1NormalizedVertex, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1NormalizedVertex::Representation
1078
+
1079
+ collection :vertices, as: 'vertices', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1Vertex, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1Vertex::Representation
1080
+
1081
+ end
1082
+ end
1083
+
1084
+ class GoogleCloudDocumentaiV1beta1Document
1085
+ # @private
1086
+ class Representation < Google::Apis::Core::JsonRepresentation
1087
+ property :content, :base64 => true, as: 'content'
1088
+ collection :entities, as: 'entities', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentEntity, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentEntity::Representation
1089
+
1090
+ collection :entity_relations, as: 'entityRelations', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentEntityRelation, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentEntityRelation::Representation
1091
+
1092
+ property :error, as: 'error', class: Google::Apis::DocumentaiV1beta2::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta2::GoogleRpcStatus::Representation
1093
+
1094
+ property :mime_type, as: 'mimeType'
1095
+ collection :pages, as: 'pages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPage::Representation
1096
+
1097
+ collection :revisions, as: 'revisions', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentRevision, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentRevision::Representation
1098
+
1099
+ property :shard_info, as: 'shardInfo', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentShardInfo, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentShardInfo::Representation
1100
+
1101
+ property :text, as: 'text'
1102
+ collection :text_changes, as: 'textChanges', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTextChange, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTextChange::Representation
1103
+
1104
+ collection :text_styles, as: 'textStyles', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentStyle, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentStyle::Representation
1105
+
1106
+ collection :translations, as: 'translations', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTranslation, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTranslation::Representation
1107
+
1108
+ property :uri, as: 'uri'
1109
+ end
1110
+ end
1111
+
1112
+ class GoogleCloudDocumentaiV1beta1DocumentEntity
1113
+ # @private
1114
+ class Representation < Google::Apis::Core::JsonRepresentation
1115
+ property :confidence, as: 'confidence'
1116
+ property :id, as: 'id'
1117
+ property :mention_id, as: 'mentionId'
1118
+ property :mention_text, as: 'mentionText'
1119
+ property :normalized_value, as: 'normalizedValue', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue::Representation
1120
+
1121
+ property :page_anchor, as: 'pageAnchor', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageAnchor, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageAnchor::Representation
1122
+
1123
+ collection :properties, as: 'properties', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentEntity, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentEntity::Representation
1124
+
1125
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentProvenance, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentProvenance::Representation
1126
+
1127
+ property :redacted, as: 'redacted'
1128
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTextAnchor::Representation
1129
+
1130
+ property :type, as: 'type'
1131
+ end
1132
+ end
1133
+
1134
+ class GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue
1135
+ # @private
1136
+ class Representation < Google::Apis::Core::JsonRepresentation
1137
+ property :address_value, as: 'addressValue', class: Google::Apis::DocumentaiV1beta2::GoogleTypePostalAddress, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypePostalAddress::Representation
1138
+
1139
+ property :date_value, as: 'dateValue', class: Google::Apis::DocumentaiV1beta2::GoogleTypeDate, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeDate::Representation
1140
+
1141
+ property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1beta2::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeDateTime::Representation
1142
+
1143
+ property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1beta2::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeMoney::Representation
1144
+
1145
+ property :text, as: 'text'
1146
+ end
1147
+ end
1148
+
1149
+ class GoogleCloudDocumentaiV1beta1DocumentEntityRelation
1150
+ # @private
1151
+ class Representation < Google::Apis::Core::JsonRepresentation
1152
+ property :object_id_prop, as: 'objectId'
1153
+ property :relation, as: 'relation'
1154
+ property :subject_id, as: 'subjectId'
1155
+ end
1156
+ end
1157
+
1158
+ class GoogleCloudDocumentaiV1beta1DocumentPage
1159
+ # @private
1160
+ class Representation < Google::Apis::Core::JsonRepresentation
1161
+ collection :blocks, as: 'blocks', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageBlock, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageBlock::Representation
1162
+
1163
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
1164
+
1165
+ property :dimension, as: 'dimension', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDimension, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDimension::Representation
1166
+
1167
+ collection :form_fields, as: 'formFields', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageFormField, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageFormField::Representation
1168
+
1169
+ property :image, as: 'image', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageImage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageImage::Representation
1170
+
1171
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
1172
+
1173
+ collection :lines, as: 'lines', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLine, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLine::Representation
1174
+
1175
+ property :page_number, as: 'pageNumber'
1176
+ collection :paragraphs, as: 'paragraphs', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageParagraph, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageParagraph::Representation
1177
+
1178
+ collection :tables, as: 'tables', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageTable, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageTable::Representation
1179
+
1180
+ collection :tokens, as: 'tokens', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageToken, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageToken::Representation
1181
+
1182
+ collection :transforms, as: 'transforms', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageMatrix, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageMatrix::Representation
1183
+
1184
+ collection :visual_elements, as: 'visualElements', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageVisualElement, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageVisualElement::Representation
1185
+
1186
+ end
1187
+ end
1188
+
1189
+ class GoogleCloudDocumentaiV1beta1DocumentPageAnchor
1190
+ # @private
1191
+ class Representation < Google::Apis::Core::JsonRepresentation
1192
+ collection :page_refs, as: 'pageRefs', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef::Representation
1193
+
1194
+ end
1195
+ end
1196
+
1197
+ class GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef
1198
+ # @private
1199
+ class Representation < Google::Apis::Core::JsonRepresentation
1200
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1BoundingPoly, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1BoundingPoly::Representation
1201
+
1202
+ property :layout_id, as: 'layoutId'
1203
+ property :layout_type, as: 'layoutType'
1204
+ property :page, :numeric_string => true, as: 'page'
1205
+ end
1206
+ end
1207
+
1208
+ class GoogleCloudDocumentaiV1beta1DocumentPageBlock
1209
+ # @private
1210
+ class Representation < Google::Apis::Core::JsonRepresentation
1211
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
1212
+
1213
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
1214
+
1215
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentProvenance, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentProvenance::Representation
1216
+
1217
+ end
1218
+ end
1219
+
1220
+ class GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage
1221
+ # @private
1222
+ class Representation < Google::Apis::Core::JsonRepresentation
1223
+ property :confidence, as: 'confidence'
1224
+ property :language_code, as: 'languageCode'
1225
+ end
1226
+ end
1227
+
1228
+ class GoogleCloudDocumentaiV1beta1DocumentPageDimension
1229
+ # @private
1230
+ class Representation < Google::Apis::Core::JsonRepresentation
1231
+ property :height, as: 'height'
1232
+ property :unit, as: 'unit'
1233
+ property :width, as: 'width'
1234
+ end
1235
+ end
1236
+
1237
+ class GoogleCloudDocumentaiV1beta1DocumentPageFormField
1238
+ # @private
1239
+ class Representation < Google::Apis::Core::JsonRepresentation
1240
+ property :field_name, as: 'fieldName', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
1241
+
1242
+ property :field_value, as: 'fieldValue', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
1243
+
1244
+ collection :name_detected_languages, as: 'nameDetectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
1245
+
1246
+ collection :value_detected_languages, as: 'valueDetectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
1247
+
1248
+ property :value_type, as: 'valueType'
1249
+ end
1250
+ end
1251
+
1252
+ class GoogleCloudDocumentaiV1beta1DocumentPageImage
1253
+ # @private
1254
+ class Representation < Google::Apis::Core::JsonRepresentation
1255
+ property :content, :base64 => true, as: 'content'
1256
+ property :height, as: 'height'
1257
+ property :mime_type, as: 'mimeType'
1258
+ property :width, as: 'width'
1259
+ end
1260
+ end
1261
+
1262
+ class GoogleCloudDocumentaiV1beta1DocumentPageLayout
1263
+ # @private
1264
+ class Representation < Google::Apis::Core::JsonRepresentation
1265
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1BoundingPoly, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1BoundingPoly::Representation
1266
+
1267
+ property :confidence, as: 'confidence'
1268
+ property :orientation, as: 'orientation'
1269
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTextAnchor::Representation
1270
+
1271
+ end
1272
+ end
1273
+
1274
+ class GoogleCloudDocumentaiV1beta1DocumentPageLine
1275
+ # @private
1276
+ class Representation < Google::Apis::Core::JsonRepresentation
1277
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
1278
+
1279
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
1280
+
1281
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentProvenance, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentProvenance::Representation
1282
+
1283
+ end
1284
+ end
1285
+
1286
+ class GoogleCloudDocumentaiV1beta1DocumentPageMatrix
1287
+ # @private
1288
+ class Representation < Google::Apis::Core::JsonRepresentation
1289
+ property :cols, as: 'cols'
1290
+ property :data, :base64 => true, as: 'data'
1291
+ property :rows, as: 'rows'
1292
+ property :type, as: 'type'
1293
+ end
1294
+ end
1295
+
1296
+ class GoogleCloudDocumentaiV1beta1DocumentPageParagraph
1297
+ # @private
1298
+ class Representation < Google::Apis::Core::JsonRepresentation
1299
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
1300
+
1301
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
1302
+
1303
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentProvenance, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentProvenance::Representation
1304
+
1305
+ end
1306
+ end
1307
+
1308
+ class GoogleCloudDocumentaiV1beta1DocumentPageTable
1309
+ # @private
1310
+ class Representation < Google::Apis::Core::JsonRepresentation
1311
+ collection :body_rows, as: 'bodyRows', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow::Representation
1312
+
1313
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
1314
+
1315
+ collection :header_rows, as: 'headerRows', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow::Representation
1316
+
1317
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
1318
+
1319
+ end
1320
+ end
1321
+
1322
+ class GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell
1323
+ # @private
1324
+ class Representation < Google::Apis::Core::JsonRepresentation
1325
+ property :col_span, as: 'colSpan'
1326
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
1327
+
1328
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
1329
+
1330
+ property :row_span, as: 'rowSpan'
1331
+ end
1332
+ end
1333
+
1334
+ class GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow
1335
+ # @private
1336
+ class Representation < Google::Apis::Core::JsonRepresentation
1337
+ collection :cells, as: 'cells', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell::Representation
1338
+
1339
+ end
1340
+ end
1341
+
1342
+ class GoogleCloudDocumentaiV1beta1DocumentPageToken
1343
+ # @private
1344
+ class Representation < Google::Apis::Core::JsonRepresentation
1345
+ property :detected_break, as: 'detectedBreak', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak::Representation
1346
+
1347
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
1348
+
1349
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
1350
+
1351
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentProvenance, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentProvenance::Representation
1352
+
1353
+ end
1354
+ end
1355
+
1356
+ class GoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak
1357
+ # @private
1358
+ class Representation < Google::Apis::Core::JsonRepresentation
1359
+ property :type, as: 'type'
1360
+ end
1361
+ end
1362
+
1363
+ class GoogleCloudDocumentaiV1beta1DocumentPageVisualElement
1364
+ # @private
1365
+ class Representation < Google::Apis::Core::JsonRepresentation
1366
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage::Representation
1367
+
1368
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
1369
+
1370
+ property :type, as: 'type'
1371
+ end
1372
+ end
1373
+
1374
+ class GoogleCloudDocumentaiV1beta1DocumentProvenance
1375
+ # @private
1376
+ class Representation < Google::Apis::Core::JsonRepresentation
1377
+ property :id, as: 'id'
1378
+ collection :parents, as: 'parents', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentProvenanceParent, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentProvenanceParent::Representation
1379
+
1380
+ property :revision, as: 'revision'
1381
+ property :type, as: 'type'
1382
+ end
1383
+ end
1384
+
1385
+ class GoogleCloudDocumentaiV1beta1DocumentProvenanceParent
1386
+ # @private
1387
+ class Representation < Google::Apis::Core::JsonRepresentation
1388
+ property :id, as: 'id'
1389
+ property :revision, as: 'revision'
1390
+ end
1391
+ end
1392
+
1393
+ class GoogleCloudDocumentaiV1beta1DocumentRevision
1394
+ # @private
1395
+ class Representation < Google::Apis::Core::JsonRepresentation
1396
+ property :agent, as: 'agent'
1397
+ property :create_time, as: 'createTime'
1398
+ property :human_review, as: 'humanReview', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview::Representation
1399
+
1400
+ property :id, as: 'id'
1401
+ collection :parent, as: 'parent'
1402
+ property :processor, as: 'processor'
1403
+ end
1404
+ end
1405
+
1406
+ class GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview
1407
+ # @private
1408
+ class Representation < Google::Apis::Core::JsonRepresentation
1409
+ property :state, as: 'state'
1410
+ property :state_message, as: 'stateMessage'
1411
+ end
1412
+ end
1413
+
1414
+ class GoogleCloudDocumentaiV1beta1DocumentShardInfo
1415
+ # @private
1416
+ class Representation < Google::Apis::Core::JsonRepresentation
1417
+ property :shard_count, :numeric_string => true, as: 'shardCount'
1418
+ property :shard_index, :numeric_string => true, as: 'shardIndex'
1419
+ property :text_offset, :numeric_string => true, as: 'textOffset'
1420
+ end
1421
+ end
1422
+
1423
+ class GoogleCloudDocumentaiV1beta1DocumentStyle
1424
+ # @private
1425
+ class Representation < Google::Apis::Core::JsonRepresentation
1426
+ property :background_color, as: 'backgroundColor', class: Google::Apis::DocumentaiV1beta2::GoogleTypeColor, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeColor::Representation
1427
+
1428
+ property :color, as: 'color', class: Google::Apis::DocumentaiV1beta2::GoogleTypeColor, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeColor::Representation
1429
+
1430
+ property :font_size, as: 'fontSize', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentStyleFontSize, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentStyleFontSize::Representation
1431
+
1432
+ property :font_weight, as: 'fontWeight'
1433
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTextAnchor::Representation
1434
+
1435
+ property :text_decoration, as: 'textDecoration'
1436
+ property :text_style, as: 'textStyle'
1437
+ end
1438
+ end
1439
+
1440
+ class GoogleCloudDocumentaiV1beta1DocumentStyleFontSize
1441
+ # @private
1442
+ class Representation < Google::Apis::Core::JsonRepresentation
1443
+ property :size, as: 'size'
1444
+ property :unit, as: 'unit'
1445
+ end
1446
+ end
1447
+
1448
+ class GoogleCloudDocumentaiV1beta1DocumentTextAnchor
1449
+ # @private
1450
+ class Representation < Google::Apis::Core::JsonRepresentation
1451
+ property :content, as: 'content'
1452
+ collection :text_segments, as: 'textSegments', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment::Representation
1453
+
1454
+ end
1455
+ end
1456
+
1457
+ class GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment
1458
+ # @private
1459
+ class Representation < Google::Apis::Core::JsonRepresentation
1460
+ property :end_index, :numeric_string => true, as: 'endIndex'
1461
+ property :start_index, :numeric_string => true, as: 'startIndex'
1462
+ end
1463
+ end
1464
+
1465
+ class GoogleCloudDocumentaiV1beta1DocumentTextChange
1466
+ # @private
1467
+ class Representation < Google::Apis::Core::JsonRepresentation
1468
+ property :changed_text, as: 'changedText'
1469
+ collection :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentProvenance, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentProvenance::Representation
1470
+
1471
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTextAnchor::Representation
1472
+
1473
+ end
1474
+ end
1475
+
1476
+ class GoogleCloudDocumentaiV1beta1DocumentTranslation
1477
+ # @private
1478
+ class Representation < Google::Apis::Core::JsonRepresentation
1479
+ property :language_code, as: 'languageCode'
1480
+ collection :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentProvenance, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentProvenance::Representation
1481
+
1482
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTextAnchor::Representation
1483
+
1484
+ property :translated_text, as: 'translatedText'
1485
+ end
1486
+ end
1487
+
1488
+ class GoogleCloudDocumentaiV1beta1GcsDestination
1489
+ # @private
1490
+ class Representation < Google::Apis::Core::JsonRepresentation
1491
+ property :uri, as: 'uri'
1492
+ end
1493
+ end
1494
+
1495
+ class GoogleCloudDocumentaiV1beta1GcsSource
1496
+ # @private
1497
+ class Representation < Google::Apis::Core::JsonRepresentation
1498
+ property :uri, as: 'uri'
1499
+ end
1500
+ end
1501
+
1502
+ class GoogleCloudDocumentaiV1beta1InputConfig
1503
+ # @private
1504
+ class Representation < Google::Apis::Core::JsonRepresentation
1505
+ property :gcs_source, as: 'gcsSource', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1GcsSource, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1GcsSource::Representation
1506
+
1507
+ property :mime_type, as: 'mimeType'
1508
+ end
1509
+ end
1510
+
1511
+ class GoogleCloudDocumentaiV1beta1NormalizedVertex
1512
+ # @private
1513
+ class Representation < Google::Apis::Core::JsonRepresentation
1514
+ property :x, as: 'x'
1515
+ property :y, as: 'y'
1516
+ end
1517
+ end
1518
+
1519
+ class GoogleCloudDocumentaiV1beta1OperationMetadata
1520
+ # @private
1521
+ class Representation < Google::Apis::Core::JsonRepresentation
1522
+ property :create_time, as: 'createTime'
1523
+ property :state, as: 'state'
1524
+ property :state_message, as: 'stateMessage'
1525
+ property :update_time, as: 'updateTime'
1526
+ end
1527
+ end
1528
+
1529
+ class GoogleCloudDocumentaiV1beta1OutputConfig
1530
+ # @private
1531
+ class Representation < Google::Apis::Core::JsonRepresentation
1532
+ property :gcs_destination, as: 'gcsDestination', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1GcsDestination, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1GcsDestination::Representation
1533
+
1534
+ property :pages_per_shard, as: 'pagesPerShard'
1535
+ end
1536
+ end
1537
+
1538
+ class GoogleCloudDocumentaiV1beta1ProcessDocumentResponse
1539
+ # @private
1540
+ class Representation < Google::Apis::Core::JsonRepresentation
1541
+ property :input_config, as: 'inputConfig', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1InputConfig, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1InputConfig::Representation
1542
+
1543
+ property :output_config, as: 'outputConfig', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1OutputConfig, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1OutputConfig::Representation
1544
+
1545
+ end
1546
+ end
1547
+
1548
+ class GoogleCloudDocumentaiV1beta1Vertex
1549
+ # @private
1550
+ class Representation < Google::Apis::Core::JsonRepresentation
1551
+ property :x, as: 'x'
1552
+ property :y, as: 'y'
1553
+ end
1554
+ end
1555
+
1556
+ class GoogleCloudDocumentaiV1beta2AutoMlParams
1557
+ # @private
1558
+ class Representation < Google::Apis::Core::JsonRepresentation
1559
+ property :model, as: 'model'
1560
+ end
1561
+ end
1562
+
1563
+ class GoogleCloudDocumentaiV1beta2BatchProcessDocumentsRequest
1564
+ # @private
1565
+ class Representation < Google::Apis::Core::JsonRepresentation
1566
+ collection :requests, as: 'requests', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2ProcessDocumentRequest, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2ProcessDocumentRequest::Representation
1567
+
1568
+ end
1569
+ end
1570
+
1571
+ class GoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse
1572
+ # @private
1573
+ class Representation < Google::Apis::Core::JsonRepresentation
1574
+ collection :responses, as: 'responses', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2ProcessDocumentResponse, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2ProcessDocumentResponse::Representation
1575
+
1576
+ end
1577
+ end
1578
+
1579
+ class GoogleCloudDocumentaiV1beta2BoundingPoly
1580
+ # @private
1581
+ class Representation < Google::Apis::Core::JsonRepresentation
1582
+ collection :normalized_vertices, as: 'normalizedVertices', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2NormalizedVertex, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2NormalizedVertex::Representation
1583
+
1584
+ collection :vertices, as: 'vertices', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2Vertex, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2Vertex::Representation
1585
+
1586
+ end
1587
+ end
1588
+
1589
+ class GoogleCloudDocumentaiV1beta2Document
1590
+ # @private
1591
+ class Representation < Google::Apis::Core::JsonRepresentation
1592
+ property :content, :base64 => true, as: 'content'
1593
+ collection :entities, as: 'entities', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentEntity, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentEntity::Representation
1594
+
1595
+ collection :entity_relations, as: 'entityRelations', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentEntityRelation, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentEntityRelation::Representation
1596
+
1597
+ property :error, as: 'error', class: Google::Apis::DocumentaiV1beta2::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta2::GoogleRpcStatus::Representation
1598
+
1599
+ collection :labels, as: 'labels', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentLabel, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentLabel::Representation
1600
+
1601
+ property :mime_type, as: 'mimeType'
1602
+ collection :pages, as: 'pages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPage::Representation
1603
+
1604
+ collection :revisions, as: 'revisions', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentRevision, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentRevision::Representation
1605
+
1606
+ property :shard_info, as: 'shardInfo', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentShardInfo, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentShardInfo::Representation
1607
+
1608
+ property :text, as: 'text'
1609
+ collection :text_changes, as: 'textChanges', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTextChange, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTextChange::Representation
1610
+
1611
+ collection :text_styles, as: 'textStyles', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentStyle, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentStyle::Representation
1612
+
1613
+ collection :translations, as: 'translations', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTranslation, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTranslation::Representation
1614
+
1615
+ property :uri, as: 'uri'
1616
+ end
1617
+ end
1618
+
1619
+ class GoogleCloudDocumentaiV1beta2DocumentEntity
1620
+ # @private
1621
+ class Representation < Google::Apis::Core::JsonRepresentation
1622
+ property :confidence, as: 'confidence'
1623
+ property :id, as: 'id'
1624
+ property :mention_id, as: 'mentionId'
1625
+ property :mention_text, as: 'mentionText'
1626
+ property :normalized_value, as: 'normalizedValue', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue::Representation
1627
+
1628
+ property :page_anchor, as: 'pageAnchor', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageAnchor, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageAnchor::Representation
1629
+
1630
+ collection :properties, as: 'properties', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentEntity, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentEntity::Representation
1631
+
1632
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentProvenance, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentProvenance::Representation
1633
+
1634
+ property :redacted, as: 'redacted'
1635
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTextAnchor::Representation
1636
+
1637
+ property :type, as: 'type'
1638
+ end
1639
+ end
1640
+
1641
+ class GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue
1642
+ # @private
1643
+ class Representation < Google::Apis::Core::JsonRepresentation
1644
+ property :address_value, as: 'addressValue', class: Google::Apis::DocumentaiV1beta2::GoogleTypePostalAddress, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypePostalAddress::Representation
1645
+
1646
+ property :date_value, as: 'dateValue', class: Google::Apis::DocumentaiV1beta2::GoogleTypeDate, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeDate::Representation
1647
+
1648
+ property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1beta2::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeDateTime::Representation
1649
+
1650
+ property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1beta2::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeMoney::Representation
1651
+
1652
+ property :text, as: 'text'
1653
+ end
1654
+ end
1655
+
1656
+ class GoogleCloudDocumentaiV1beta2DocumentEntityRelation
1657
+ # @private
1658
+ class Representation < Google::Apis::Core::JsonRepresentation
1659
+ property :object_id_prop, as: 'objectId'
1660
+ property :relation, as: 'relation'
1661
+ property :subject_id, as: 'subjectId'
1662
+ end
1663
+ end
1664
+
1665
+ class GoogleCloudDocumentaiV1beta2DocumentLabel
1666
+ # @private
1667
+ class Representation < Google::Apis::Core::JsonRepresentation
1668
+ property :automl_model, as: 'automlModel'
1669
+ property :confidence, as: 'confidence'
1670
+ property :name, as: 'name'
1671
+ end
1672
+ end
1673
+
1674
+ class GoogleCloudDocumentaiV1beta2DocumentPage
1675
+ # @private
1676
+ class Representation < Google::Apis::Core::JsonRepresentation
1677
+ collection :blocks, as: 'blocks', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageBlock, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageBlock::Representation
1678
+
1679
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
1680
+
1681
+ property :dimension, as: 'dimension', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDimension, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDimension::Representation
1682
+
1683
+ collection :form_fields, as: 'formFields', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageFormField, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageFormField::Representation
1684
+
1685
+ property :image, as: 'image', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageImage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageImage::Representation
1686
+
1687
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
1688
+
1689
+ collection :lines, as: 'lines', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLine, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLine::Representation
1690
+
1691
+ property :page_number, as: 'pageNumber'
1692
+ collection :paragraphs, as: 'paragraphs', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageParagraph, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageParagraph::Representation
1693
+
1694
+ collection :tables, as: 'tables', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageTable, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageTable::Representation
1695
+
1696
+ collection :tokens, as: 'tokens', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageToken, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageToken::Representation
1697
+
1698
+ collection :transforms, as: 'transforms', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageMatrix, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageMatrix::Representation
1699
+
1700
+ collection :visual_elements, as: 'visualElements', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageVisualElement, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageVisualElement::Representation
1701
+
1702
+ end
1703
+ end
1704
+
1705
+ class GoogleCloudDocumentaiV1beta2DocumentPageAnchor
1706
+ # @private
1707
+ class Representation < Google::Apis::Core::JsonRepresentation
1708
+ collection :page_refs, as: 'pageRefs', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef::Representation
1709
+
1710
+ end
1711
+ end
1712
+
1713
+ class GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef
1714
+ # @private
1715
+ class Representation < Google::Apis::Core::JsonRepresentation
1716
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2BoundingPoly, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2BoundingPoly::Representation
1717
+
1718
+ property :layout_id, as: 'layoutId'
1719
+ property :layout_type, as: 'layoutType'
1720
+ property :page, :numeric_string => true, as: 'page'
1721
+ end
1722
+ end
1723
+
1724
+ class GoogleCloudDocumentaiV1beta2DocumentPageBlock
1725
+ # @private
1726
+ class Representation < Google::Apis::Core::JsonRepresentation
1727
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
1728
+
1729
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
1730
+
1731
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentProvenance, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentProvenance::Representation
1732
+
1733
+ end
1734
+ end
1735
+
1736
+ class GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage
1737
+ # @private
1738
+ class Representation < Google::Apis::Core::JsonRepresentation
1739
+ property :confidence, as: 'confidence'
1740
+ property :language_code, as: 'languageCode'
1741
+ end
1742
+ end
1743
+
1744
+ class GoogleCloudDocumentaiV1beta2DocumentPageDimension
1745
+ # @private
1746
+ class Representation < Google::Apis::Core::JsonRepresentation
1747
+ property :height, as: 'height'
1748
+ property :unit, as: 'unit'
1749
+ property :width, as: 'width'
1750
+ end
1751
+ end
1752
+
1753
+ class GoogleCloudDocumentaiV1beta2DocumentPageFormField
1754
+ # @private
1755
+ class Representation < Google::Apis::Core::JsonRepresentation
1756
+ property :field_name, as: 'fieldName', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
1757
+
1758
+ property :field_value, as: 'fieldValue', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
1759
+
1760
+ collection :name_detected_languages, as: 'nameDetectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
1761
+
1762
+ collection :value_detected_languages, as: 'valueDetectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
1763
+
1764
+ property :value_type, as: 'valueType'
1765
+ end
1766
+ end
1767
+
1768
+ class GoogleCloudDocumentaiV1beta2DocumentPageImage
1769
+ # @private
1770
+ class Representation < Google::Apis::Core::JsonRepresentation
1771
+ property :content, :base64 => true, as: 'content'
1772
+ property :height, as: 'height'
1773
+ property :mime_type, as: 'mimeType'
1774
+ property :width, as: 'width'
1775
+ end
1776
+ end
1777
+
1778
+ class GoogleCloudDocumentaiV1beta2DocumentPageLayout
1779
+ # @private
1780
+ class Representation < Google::Apis::Core::JsonRepresentation
1781
+ property :bounding_poly, as: 'boundingPoly', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2BoundingPoly, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2BoundingPoly::Representation
1782
+
1783
+ property :confidence, as: 'confidence'
1784
+ property :orientation, as: 'orientation'
1785
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTextAnchor::Representation
1786
+
1787
+ end
1788
+ end
1789
+
1790
+ class GoogleCloudDocumentaiV1beta2DocumentPageLine
1791
+ # @private
1792
+ class Representation < Google::Apis::Core::JsonRepresentation
1793
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
1794
+
1795
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
1796
+
1797
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentProvenance, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentProvenance::Representation
1798
+
1799
+ end
1800
+ end
1801
+
1802
+ class GoogleCloudDocumentaiV1beta2DocumentPageMatrix
1803
+ # @private
1804
+ class Representation < Google::Apis::Core::JsonRepresentation
1805
+ property :cols, as: 'cols'
1806
+ property :data, :base64 => true, as: 'data'
1807
+ property :rows, as: 'rows'
1808
+ property :type, as: 'type'
1809
+ end
1810
+ end
1811
+
1812
+ class GoogleCloudDocumentaiV1beta2DocumentPageParagraph
1813
+ # @private
1814
+ class Representation < Google::Apis::Core::JsonRepresentation
1815
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
1816
+
1817
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
1818
+
1819
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentProvenance, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentProvenance::Representation
1820
+
1821
+ end
1822
+ end
1823
+
1824
+ class GoogleCloudDocumentaiV1beta2DocumentPageTable
1825
+ # @private
1826
+ class Representation < Google::Apis::Core::JsonRepresentation
1827
+ collection :body_rows, as: 'bodyRows', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow::Representation
1828
+
1829
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
1830
+
1831
+ collection :header_rows, as: 'headerRows', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow::Representation
1832
+
1833
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
1834
+
1835
+ end
1836
+ end
1837
+
1838
+ class GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell
1839
+ # @private
1840
+ class Representation < Google::Apis::Core::JsonRepresentation
1841
+ property :col_span, as: 'colSpan'
1842
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
1843
+
1844
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
1845
+
1846
+ property :row_span, as: 'rowSpan'
1847
+ end
1848
+ end
1849
+
1850
+ class GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow
1851
+ # @private
1852
+ class Representation < Google::Apis::Core::JsonRepresentation
1853
+ collection :cells, as: 'cells', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell::Representation
1854
+
1855
+ end
1856
+ end
1857
+
1858
+ class GoogleCloudDocumentaiV1beta2DocumentPageToken
1859
+ # @private
1860
+ class Representation < Google::Apis::Core::JsonRepresentation
1861
+ property :detected_break, as: 'detectedBreak', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak::Representation
1862
+
1863
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
1864
+
1865
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
1866
+
1867
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentProvenance, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentProvenance::Representation
1868
+
1869
+ end
1870
+ end
1871
+
1872
+ class GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak
1873
+ # @private
1874
+ class Representation < Google::Apis::Core::JsonRepresentation
1875
+ property :type, as: 'type'
1876
+ end
1877
+ end
1878
+
1879
+ class GoogleCloudDocumentaiV1beta2DocumentPageVisualElement
1880
+ # @private
1881
+ class Representation < Google::Apis::Core::JsonRepresentation
1882
+ collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage::Representation
1883
+
1884
+ property :layout, as: 'layout', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
1885
+
1886
+ property :type, as: 'type'
1887
+ end
1888
+ end
1889
+
1890
+ class GoogleCloudDocumentaiV1beta2DocumentProvenance
1891
+ # @private
1892
+ class Representation < Google::Apis::Core::JsonRepresentation
1893
+ property :id, as: 'id'
1894
+ collection :parents, as: 'parents', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentProvenanceParent, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentProvenanceParent::Representation
1895
+
1896
+ property :revision, as: 'revision'
1897
+ property :type, as: 'type'
1898
+ end
1899
+ end
1900
+
1901
+ class GoogleCloudDocumentaiV1beta2DocumentProvenanceParent
1902
+ # @private
1903
+ class Representation < Google::Apis::Core::JsonRepresentation
1904
+ property :id, as: 'id'
1905
+ property :revision, as: 'revision'
1906
+ end
1907
+ end
1908
+
1909
+ class GoogleCloudDocumentaiV1beta2DocumentRevision
1910
+ # @private
1911
+ class Representation < Google::Apis::Core::JsonRepresentation
1912
+ property :agent, as: 'agent'
1913
+ property :create_time, as: 'createTime'
1914
+ property :human_review, as: 'humanReview', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview::Representation
1915
+
1916
+ property :id, as: 'id'
1917
+ collection :parent, as: 'parent'
1918
+ property :processor, as: 'processor'
1919
+ end
1920
+ end
1921
+
1922
+ class GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview
1923
+ # @private
1924
+ class Representation < Google::Apis::Core::JsonRepresentation
1925
+ property :state, as: 'state'
1926
+ property :state_message, as: 'stateMessage'
1927
+ end
1928
+ end
1929
+
1930
+ class GoogleCloudDocumentaiV1beta2DocumentShardInfo
1931
+ # @private
1932
+ class Representation < Google::Apis::Core::JsonRepresentation
1933
+ property :shard_count, :numeric_string => true, as: 'shardCount'
1934
+ property :shard_index, :numeric_string => true, as: 'shardIndex'
1935
+ property :text_offset, :numeric_string => true, as: 'textOffset'
1936
+ end
1937
+ end
1938
+
1939
+ class GoogleCloudDocumentaiV1beta2DocumentStyle
1940
+ # @private
1941
+ class Representation < Google::Apis::Core::JsonRepresentation
1942
+ property :background_color, as: 'backgroundColor', class: Google::Apis::DocumentaiV1beta2::GoogleTypeColor, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeColor::Representation
1943
+
1944
+ property :color, as: 'color', class: Google::Apis::DocumentaiV1beta2::GoogleTypeColor, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeColor::Representation
1945
+
1946
+ property :font_size, as: 'fontSize', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentStyleFontSize, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentStyleFontSize::Representation
1947
+
1948
+ property :font_weight, as: 'fontWeight'
1949
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTextAnchor::Representation
1950
+
1951
+ property :text_decoration, as: 'textDecoration'
1952
+ property :text_style, as: 'textStyle'
1953
+ end
1954
+ end
1955
+
1956
+ class GoogleCloudDocumentaiV1beta2DocumentStyleFontSize
1957
+ # @private
1958
+ class Representation < Google::Apis::Core::JsonRepresentation
1959
+ property :size, as: 'size'
1960
+ property :unit, as: 'unit'
1961
+ end
1962
+ end
1963
+
1964
+ class GoogleCloudDocumentaiV1beta2DocumentTextAnchor
1965
+ # @private
1966
+ class Representation < Google::Apis::Core::JsonRepresentation
1967
+ property :content, as: 'content'
1968
+ collection :text_segments, as: 'textSegments', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment::Representation
1969
+
1970
+ end
1971
+ end
1972
+
1973
+ class GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment
1974
+ # @private
1975
+ class Representation < Google::Apis::Core::JsonRepresentation
1976
+ property :end_index, :numeric_string => true, as: 'endIndex'
1977
+ property :start_index, :numeric_string => true, as: 'startIndex'
1978
+ end
1979
+ end
1980
+
1981
+ class GoogleCloudDocumentaiV1beta2DocumentTextChange
1982
+ # @private
1983
+ class Representation < Google::Apis::Core::JsonRepresentation
1984
+ property :changed_text, as: 'changedText'
1985
+ collection :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentProvenance, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentProvenance::Representation
1986
+
1987
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTextAnchor::Representation
1988
+
1989
+ end
1990
+ end
1991
+
1992
+ class GoogleCloudDocumentaiV1beta2DocumentTranslation
1993
+ # @private
1994
+ class Representation < Google::Apis::Core::JsonRepresentation
1995
+ property :language_code, as: 'languageCode'
1996
+ collection :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentProvenance, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentProvenance::Representation
1997
+
1998
+ property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTextAnchor::Representation
1999
+
2000
+ property :translated_text, as: 'translatedText'
2001
+ end
2002
+ end
2003
+
2004
+ class GoogleCloudDocumentaiV1beta2EntityExtractionParams
2005
+ # @private
2006
+ class Representation < Google::Apis::Core::JsonRepresentation
2007
+ property :enabled, as: 'enabled'
2008
+ property :model_version, as: 'modelVersion'
2009
+ end
2010
+ end
2011
+
2012
+ class GoogleCloudDocumentaiV1beta2FormExtractionParams
2013
+ # @private
2014
+ class Representation < Google::Apis::Core::JsonRepresentation
2015
+ property :enabled, as: 'enabled'
2016
+ collection :key_value_pair_hints, as: 'keyValuePairHints', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2KeyValuePairHint, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2KeyValuePairHint::Representation
2017
+
2018
+ property :model_version, as: 'modelVersion'
2019
+ end
2020
+ end
2021
+
2022
+ class GoogleCloudDocumentaiV1beta2GcsDestination
2023
+ # @private
2024
+ class Representation < Google::Apis::Core::JsonRepresentation
2025
+ property :uri, as: 'uri'
2026
+ end
2027
+ end
2028
+
2029
+ class GoogleCloudDocumentaiV1beta2GcsSource
2030
+ # @private
2031
+ class Representation < Google::Apis::Core::JsonRepresentation
2032
+ property :uri, as: 'uri'
2033
+ end
2034
+ end
2035
+
2036
+ class GoogleCloudDocumentaiV1beta2InputConfig
2037
+ # @private
2038
+ class Representation < Google::Apis::Core::JsonRepresentation
2039
+ property :contents, :base64 => true, as: 'contents'
2040
+ property :gcs_source, as: 'gcsSource', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2GcsSource, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2GcsSource::Representation
2041
+
2042
+ property :mime_type, as: 'mimeType'
2043
+ end
2044
+ end
2045
+
2046
+ class GoogleCloudDocumentaiV1beta2KeyValuePairHint
2047
+ # @private
2048
+ class Representation < Google::Apis::Core::JsonRepresentation
2049
+ property :key, as: 'key'
2050
+ collection :value_types, as: 'valueTypes'
2051
+ end
2052
+ end
2053
+
2054
+ class GoogleCloudDocumentaiV1beta2NormalizedVertex
2055
+ # @private
2056
+ class Representation < Google::Apis::Core::JsonRepresentation
2057
+ property :x, as: 'x'
2058
+ property :y, as: 'y'
2059
+ end
2060
+ end
2061
+
2062
+ class GoogleCloudDocumentaiV1beta2OcrParams
2063
+ # @private
2064
+ class Representation < Google::Apis::Core::JsonRepresentation
2065
+ collection :language_hints, as: 'languageHints'
2066
+ end
2067
+ end
2068
+
2069
+ class GoogleCloudDocumentaiV1beta2OperationMetadata
2070
+ # @private
2071
+ class Representation < Google::Apis::Core::JsonRepresentation
2072
+ property :create_time, as: 'createTime'
2073
+ property :state, as: 'state'
2074
+ property :state_message, as: 'stateMessage'
2075
+ property :update_time, as: 'updateTime'
2076
+ end
2077
+ end
2078
+
2079
+ class GoogleCloudDocumentaiV1beta2OutputConfig
2080
+ # @private
2081
+ class Representation < Google::Apis::Core::JsonRepresentation
2082
+ property :gcs_destination, as: 'gcsDestination', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2GcsDestination, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2GcsDestination::Representation
2083
+
2084
+ property :pages_per_shard, as: 'pagesPerShard'
2085
+ end
2086
+ end
2087
+
2088
+ class GoogleCloudDocumentaiV1beta2ProcessDocumentRequest
2089
+ # @private
2090
+ class Representation < Google::Apis::Core::JsonRepresentation
2091
+ property :automl_params, as: 'automlParams', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2AutoMlParams, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2AutoMlParams::Representation
2092
+
2093
+ property :document_type, as: 'documentType'
2094
+ property :entity_extraction_params, as: 'entityExtractionParams', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2EntityExtractionParams, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2EntityExtractionParams::Representation
2095
+
2096
+ property :form_extraction_params, as: 'formExtractionParams', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2FormExtractionParams, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2FormExtractionParams::Representation
2097
+
2098
+ property :input_config, as: 'inputConfig', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2InputConfig, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2InputConfig::Representation
2099
+
2100
+ property :ocr_params, as: 'ocrParams', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2OcrParams, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2OcrParams::Representation
2101
+
2102
+ property :output_config, as: 'outputConfig', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2OutputConfig, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2OutputConfig::Representation
2103
+
2104
+ property :parent, as: 'parent'
2105
+ property :table_extraction_params, as: 'tableExtractionParams', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2TableExtractionParams, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2TableExtractionParams::Representation
2106
+
2107
+ end
2108
+ end
2109
+
2110
+ class GoogleCloudDocumentaiV1beta2ProcessDocumentResponse
2111
+ # @private
2112
+ class Representation < Google::Apis::Core::JsonRepresentation
2113
+ property :input_config, as: 'inputConfig', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2InputConfig, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2InputConfig::Representation
2114
+
2115
+ property :output_config, as: 'outputConfig', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2OutputConfig, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2OutputConfig::Representation
2116
+
2117
+ end
2118
+ end
2119
+
2120
+ class GoogleCloudDocumentaiV1beta2TableBoundHint
2121
+ # @private
2122
+ class Representation < Google::Apis::Core::JsonRepresentation
2123
+ property :bounding_box, as: 'boundingBox', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2BoundingPoly, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2BoundingPoly::Representation
2124
+
2125
+ property :page_number, as: 'pageNumber'
2126
+ end
2127
+ end
2128
+
2129
+ class GoogleCloudDocumentaiV1beta2TableExtractionParams
2130
+ # @private
2131
+ class Representation < Google::Apis::Core::JsonRepresentation
2132
+ property :enabled, as: 'enabled'
2133
+ collection :header_hints, as: 'headerHints'
2134
+ property :model_version, as: 'modelVersion'
2135
+ collection :table_bound_hints, as: 'tableBoundHints', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2TableBoundHint, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2TableBoundHint::Representation
2136
+
2137
+ end
2138
+ end
2139
+
2140
+ class GoogleCloudDocumentaiV1beta2Vertex
2141
+ # @private
2142
+ class Representation < Google::Apis::Core::JsonRepresentation
2143
+ property :x, as: 'x'
2144
+ property :y, as: 'y'
2145
+ end
2146
+ end
2147
+
2148
+ class GoogleCloudDocumentaiV1beta3BatchProcessMetadata
2149
+ # @private
2150
+ class Representation < Google::Apis::Core::JsonRepresentation
2151
+ property :create_time, as: 'createTime'
2152
+ collection :individual_process_statuses, as: 'individualProcessStatuses', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus::Representation
2153
+
2154
+ property :state, as: 'state'
2155
+ property :state_message, as: 'stateMessage'
2156
+ property :update_time, as: 'updateTime'
2157
+ end
2158
+ end
2159
+
2160
+ class GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus
2161
+ # @private
2162
+ class Representation < Google::Apis::Core::JsonRepresentation
2163
+ property :human_review_operation, as: 'humanReviewOperation'
2164
+ property :input_gcs_source, as: 'inputGcsSource'
2165
+ property :output_gcs_destination, as: 'outputGcsDestination'
2166
+ property :status, as: 'status', class: Google::Apis::DocumentaiV1beta2::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta2::GoogleRpcStatus::Representation
2167
+
2168
+ end
2169
+ end
2170
+
2171
+ class GoogleCloudDocumentaiV1beta3BatchProcessResponse
2172
+ # @private
2173
+ class Representation < Google::Apis::Core::JsonRepresentation
2174
+ end
2175
+ end
2176
+
2177
+ class GoogleCloudDocumentaiV1beta3CommonOperationMetadata
2178
+ # @private
2179
+ class Representation < Google::Apis::Core::JsonRepresentation
2180
+ property :create_time, as: 'createTime'
2181
+ property :state, as: 'state'
2182
+ property :state_message, as: 'stateMessage'
2183
+ property :update_time, as: 'updateTime'
2184
+ end
2185
+ end
2186
+
2187
+ class GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata
2188
+ # @private
2189
+ class Representation < Google::Apis::Core::JsonRepresentation
2190
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
2191
+
2192
+ property :create_time, as: 'createTime'
2193
+ property :state, as: 'state'
2194
+ property :state_message, as: 'stateMessage'
2195
+ property :update_time, as: 'updateTime'
2196
+ end
2197
+ end
2198
+
2199
+ class GoogleCloudDocumentaiV1beta3ReviewDocumentResponse
2200
+ # @private
2201
+ class Representation < Google::Apis::Core::JsonRepresentation
2202
+ property :gcs_destination, as: 'gcsDestination'
2203
+ end
2204
+ end
2205
+
2206
+ class GoogleLongrunningOperation
2207
+ # @private
2208
+ class Representation < Google::Apis::Core::JsonRepresentation
2209
+ property :done, as: 'done'
2210
+ property :error, as: 'error', class: Google::Apis::DocumentaiV1beta2::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta2::GoogleRpcStatus::Representation
2211
+
2212
+ hash :metadata, as: 'metadata'
2213
+ property :name, as: 'name'
2214
+ hash :response, as: 'response'
2215
+ end
2216
+ end
2217
+
2218
+ class GoogleProtobufEmpty
2219
+ # @private
2220
+ class Representation < Google::Apis::Core::JsonRepresentation
2221
+ end
2222
+ end
2223
+
2224
+ class GoogleRpcStatus
2225
+ # @private
2226
+ class Representation < Google::Apis::Core::JsonRepresentation
2227
+ property :code, as: 'code'
2228
+ collection :details, as: 'details'
2229
+ property :message, as: 'message'
2230
+ end
2231
+ end
2232
+
2233
+ class GoogleTypeColor
2234
+ # @private
2235
+ class Representation < Google::Apis::Core::JsonRepresentation
2236
+ property :alpha, as: 'alpha'
2237
+ property :blue, as: 'blue'
2238
+ property :green, as: 'green'
2239
+ property :red, as: 'red'
2240
+ end
2241
+ end
2242
+
2243
+ class GoogleTypeDate
2244
+ # @private
2245
+ class Representation < Google::Apis::Core::JsonRepresentation
2246
+ property :day, as: 'day'
2247
+ property :month, as: 'month'
2248
+ property :year, as: 'year'
2249
+ end
2250
+ end
2251
+
2252
+ class GoogleTypeDateTime
2253
+ # @private
2254
+ class Representation < Google::Apis::Core::JsonRepresentation
2255
+ property :day, as: 'day'
2256
+ property :hours, as: 'hours'
2257
+ property :minutes, as: 'minutes'
2258
+ property :month, as: 'month'
2259
+ property :nanos, as: 'nanos'
2260
+ property :seconds, as: 'seconds'
2261
+ property :time_zone, as: 'timeZone', class: Google::Apis::DocumentaiV1beta2::GoogleTypeTimeZone, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeTimeZone::Representation
2262
+
2263
+ property :utc_offset, as: 'utcOffset'
2264
+ property :year, as: 'year'
2265
+ end
2266
+ end
2267
+
2268
+ class GoogleTypeMoney
2269
+ # @private
2270
+ class Representation < Google::Apis::Core::JsonRepresentation
2271
+ property :currency_code, as: 'currencyCode'
2272
+ property :nanos, as: 'nanos'
2273
+ property :units, :numeric_string => true, as: 'units'
2274
+ end
2275
+ end
2276
+
2277
+ class GoogleTypePostalAddress
2278
+ # @private
2279
+ class Representation < Google::Apis::Core::JsonRepresentation
2280
+ collection :address_lines, as: 'addressLines'
2281
+ property :administrative_area, as: 'administrativeArea'
2282
+ property :language_code, as: 'languageCode'
2283
+ property :locality, as: 'locality'
2284
+ property :organization, as: 'organization'
2285
+ property :postal_code, as: 'postalCode'
2286
+ collection :recipients, as: 'recipients'
2287
+ property :region_code, as: 'regionCode'
2288
+ property :revision, as: 'revision'
2289
+ property :sorting_code, as: 'sortingCode'
2290
+ property :sublocality, as: 'sublocality'
2291
+ end
2292
+ end
2293
+
2294
+ class GoogleTypeTimeZone
2295
+ # @private
2296
+ class Representation < Google::Apis::Core::JsonRepresentation
2297
+ property :id, as: 'id'
2298
+ property :version, as: 'version'
2299
+ end
2300
+ end
2301
+ end
2302
+ end
2303
+ end