google-apis-documentai_v1 0.86.0 → 0.87.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/documentai_v1/classes.rb +2250 -936
- data/lib/google/apis/documentai_v1/gem_version.rb +2 -2
- data/lib/google/apis/documentai_v1/representations.rb +735 -27
- metadata +3 -3
@@ -472,6 +472,90 @@ module Google
|
|
472
472
|
include Google::Apis::Core::JsonObjectSupport
|
473
473
|
end
|
474
474
|
|
475
|
+
class GoogleCloudDocumentaiV1DocumentChunkedDocument
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
493
|
+
class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class GoogleCloudDocumentaiV1DocumentDocumentLayout
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
547
|
+
class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
475
559
|
class GoogleCloudDocumentaiV1DocumentEntity
|
476
560
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
561
|
|
@@ -898,6 +982,18 @@ module Google
|
|
898
982
|
include Google::Apis::Core::JsonObjectSupport
|
899
983
|
end
|
900
984
|
|
985
|
+
class GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig
|
986
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
987
|
+
|
988
|
+
include Google::Apis::Core::JsonObjectSupport
|
989
|
+
end
|
990
|
+
|
991
|
+
class GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig
|
992
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
993
|
+
|
994
|
+
include Google::Apis::Core::JsonObjectSupport
|
995
|
+
end
|
996
|
+
|
901
997
|
class GoogleCloudDocumentaiV1ProcessRequest
|
902
998
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
999
|
|
@@ -1078,6 +1174,90 @@ module Google
|
|
1078
1174
|
include Google::Apis::Core::JsonObjectSupport
|
1079
1175
|
end
|
1080
1176
|
|
1177
|
+
class GoogleCloudDocumentaiV1beta1DocumentChunkedDocument
|
1178
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1179
|
+
|
1180
|
+
include Google::Apis::Core::JsonObjectSupport
|
1181
|
+
end
|
1182
|
+
|
1183
|
+
class GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunk
|
1184
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1185
|
+
|
1186
|
+
include Google::Apis::Core::JsonObjectSupport
|
1187
|
+
end
|
1188
|
+
|
1189
|
+
class GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunkChunkPageFooter
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1191
|
+
|
1192
|
+
include Google::Apis::Core::JsonObjectSupport
|
1193
|
+
end
|
1194
|
+
|
1195
|
+
class GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunkChunkPageHeader
|
1196
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1197
|
+
|
1198
|
+
include Google::Apis::Core::JsonObjectSupport
|
1199
|
+
end
|
1200
|
+
|
1201
|
+
class GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunkChunkPageSpan
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1203
|
+
|
1204
|
+
include Google::Apis::Core::JsonObjectSupport
|
1205
|
+
end
|
1206
|
+
|
1207
|
+
class GoogleCloudDocumentaiV1beta1DocumentDocumentLayout
|
1208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1209
|
+
|
1210
|
+
include Google::Apis::Core::JsonObjectSupport
|
1211
|
+
end
|
1212
|
+
|
1213
|
+
class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlock
|
1214
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1215
|
+
|
1216
|
+
include Google::Apis::Core::JsonObjectSupport
|
1217
|
+
end
|
1218
|
+
|
1219
|
+
class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
|
+
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
1223
|
+
end
|
1224
|
+
|
1225
|
+
class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry
|
1226
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1227
|
+
|
1228
|
+
include Google::Apis::Core::JsonObjectSupport
|
1229
|
+
end
|
1230
|
+
|
1231
|
+
class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1233
|
+
|
1234
|
+
include Google::Apis::Core::JsonObjectSupport
|
1235
|
+
end
|
1236
|
+
|
1237
|
+
class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock
|
1238
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1239
|
+
|
1240
|
+
include Google::Apis::Core::JsonObjectSupport
|
1241
|
+
end
|
1242
|
+
|
1243
|
+
class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
|
+
|
1246
|
+
include Google::Apis::Core::JsonObjectSupport
|
1247
|
+
end
|
1248
|
+
|
1249
|
+
class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
|
+
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
1253
|
+
end
|
1254
|
+
|
1255
|
+
class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock
|
1256
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
|
+
|
1258
|
+
include Google::Apis::Core::JsonObjectSupport
|
1259
|
+
end
|
1260
|
+
|
1081
1261
|
class GoogleCloudDocumentaiV1beta1DocumentEntity
|
1082
1262
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1083
1263
|
|
@@ -1366,6 +1546,90 @@ module Google
|
|
1366
1546
|
include Google::Apis::Core::JsonObjectSupport
|
1367
1547
|
end
|
1368
1548
|
|
1549
|
+
class GoogleCloudDocumentaiV1beta2DocumentChunkedDocument
|
1550
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1551
|
+
|
1552
|
+
include Google::Apis::Core::JsonObjectSupport
|
1553
|
+
end
|
1554
|
+
|
1555
|
+
class GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunk
|
1556
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1557
|
+
|
1558
|
+
include Google::Apis::Core::JsonObjectSupport
|
1559
|
+
end
|
1560
|
+
|
1561
|
+
class GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageFooter
|
1562
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1563
|
+
|
1564
|
+
include Google::Apis::Core::JsonObjectSupport
|
1565
|
+
end
|
1566
|
+
|
1567
|
+
class GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageHeader
|
1568
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1569
|
+
|
1570
|
+
include Google::Apis::Core::JsonObjectSupport
|
1571
|
+
end
|
1572
|
+
|
1573
|
+
class GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageSpan
|
1574
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1575
|
+
|
1576
|
+
include Google::Apis::Core::JsonObjectSupport
|
1577
|
+
end
|
1578
|
+
|
1579
|
+
class GoogleCloudDocumentaiV1beta2DocumentDocumentLayout
|
1580
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1581
|
+
|
1582
|
+
include Google::Apis::Core::JsonObjectSupport
|
1583
|
+
end
|
1584
|
+
|
1585
|
+
class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlock
|
1586
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1587
|
+
|
1588
|
+
include Google::Apis::Core::JsonObjectSupport
|
1589
|
+
end
|
1590
|
+
|
1591
|
+
class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock
|
1592
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1593
|
+
|
1594
|
+
include Google::Apis::Core::JsonObjectSupport
|
1595
|
+
end
|
1596
|
+
|
1597
|
+
class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry
|
1598
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1599
|
+
|
1600
|
+
include Google::Apis::Core::JsonObjectSupport
|
1601
|
+
end
|
1602
|
+
|
1603
|
+
class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan
|
1604
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1605
|
+
|
1606
|
+
include Google::Apis::Core::JsonObjectSupport
|
1607
|
+
end
|
1608
|
+
|
1609
|
+
class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1611
|
+
|
1612
|
+
include Google::Apis::Core::JsonObjectSupport
|
1613
|
+
end
|
1614
|
+
|
1615
|
+
class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell
|
1616
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1617
|
+
|
1618
|
+
include Google::Apis::Core::JsonObjectSupport
|
1619
|
+
end
|
1620
|
+
|
1621
|
+
class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow
|
1622
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1623
|
+
|
1624
|
+
include Google::Apis::Core::JsonObjectSupport
|
1625
|
+
end
|
1626
|
+
|
1627
|
+
class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock
|
1628
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1629
|
+
|
1630
|
+
include Google::Apis::Core::JsonObjectSupport
|
1631
|
+
end
|
1632
|
+
|
1369
1633
|
class GoogleCloudDocumentaiV1beta2DocumentEntity
|
1370
1634
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1371
1635
|
|
@@ -2615,7 +2879,11 @@ module Google
|
|
2615
2879
|
class GoogleCloudDocumentaiV1Document
|
2616
2880
|
# @private
|
2617
2881
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2882
|
+
property :chunked_document, as: 'chunkedDocument', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentChunkedDocument, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentChunkedDocument::Representation
|
2883
|
+
|
2618
2884
|
property :content, :base64 => true, as: 'content'
|
2885
|
+
property :document_layout, as: 'documentLayout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayout::Representation
|
2886
|
+
|
2619
2887
|
collection :entities, as: 'entities', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntity, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntity::Representation
|
2620
2888
|
|
2621
2889
|
collection :entity_relations, as: 'entityRelations', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntityRelation, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntityRelation::Representation
|
@@ -2638,52 +2906,188 @@ module Google
|
|
2638
2906
|
end
|
2639
2907
|
end
|
2640
2908
|
|
2641
|
-
class
|
2909
|
+
class GoogleCloudDocumentaiV1DocumentChunkedDocument
|
2642
2910
|
# @private
|
2643
2911
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2644
|
-
|
2645
|
-
property :id, as: 'id'
|
2646
|
-
property :mention_id, as: 'mentionId'
|
2647
|
-
property :mention_text, as: 'mentionText'
|
2648
|
-
property :normalized_value, as: 'normalizedValue', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntityNormalizedValue, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntityNormalizedValue::Representation
|
2912
|
+
collection :chunks, as: 'chunks', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk::Representation
|
2649
2913
|
|
2650
|
-
|
2914
|
+
end
|
2915
|
+
end
|
2651
2916
|
|
2652
|
-
|
2917
|
+
class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk
|
2918
|
+
# @private
|
2919
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2920
|
+
property :chunk_id, as: 'chunkId'
|
2921
|
+
property :content, as: 'content'
|
2922
|
+
collection :page_footers, as: 'pageFooters', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter::Representation
|
2653
2923
|
|
2654
|
-
|
2924
|
+
collection :page_headers, as: 'pageHeaders', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader::Representation
|
2655
2925
|
|
2656
|
-
property :
|
2657
|
-
property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentTextAnchor::Representation
|
2926
|
+
property :page_span, as: 'pageSpan', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan::Representation
|
2658
2927
|
|
2659
|
-
|
2928
|
+
collection :source_block_ids, as: 'sourceBlockIds'
|
2660
2929
|
end
|
2661
2930
|
end
|
2662
2931
|
|
2663
|
-
class
|
2932
|
+
class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter
|
2664
2933
|
# @private
|
2665
2934
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2666
|
-
property :
|
2667
|
-
|
2668
|
-
property :boolean_value, as: 'booleanValue'
|
2669
|
-
property :date_value, as: 'dateValue', class: Google::Apis::DocumentaiV1::GoogleTypeDate, decorator: Google::Apis::DocumentaiV1::GoogleTypeDate::Representation
|
2670
|
-
|
2671
|
-
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1::GoogleTypeDateTime::Representation
|
2672
|
-
|
2673
|
-
property :float_value, as: 'floatValue'
|
2674
|
-
property :integer_value, as: 'integerValue'
|
2675
|
-
property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1::GoogleTypeMoney::Representation
|
2935
|
+
property :page_span, as: 'pageSpan', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan::Representation
|
2676
2936
|
|
2677
2937
|
property :text, as: 'text'
|
2678
2938
|
end
|
2679
2939
|
end
|
2680
2940
|
|
2681
|
-
class
|
2941
|
+
class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader
|
2682
2942
|
# @private
|
2683
2943
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2684
|
-
property :
|
2685
|
-
|
2686
|
-
property :
|
2944
|
+
property :page_span, as: 'pageSpan', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan::Representation
|
2945
|
+
|
2946
|
+
property :text, as: 'text'
|
2947
|
+
end
|
2948
|
+
end
|
2949
|
+
|
2950
|
+
class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan
|
2951
|
+
# @private
|
2952
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2953
|
+
property :page_end, as: 'pageEnd'
|
2954
|
+
property :page_start, as: 'pageStart'
|
2955
|
+
end
|
2956
|
+
end
|
2957
|
+
|
2958
|
+
class GoogleCloudDocumentaiV1DocumentDocumentLayout
|
2959
|
+
# @private
|
2960
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2961
|
+
collection :blocks, as: 'blocks', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock::Representation
|
2962
|
+
|
2963
|
+
end
|
2964
|
+
end
|
2965
|
+
|
2966
|
+
class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock
|
2967
|
+
# @private
|
2968
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2969
|
+
property :block_id, as: 'blockId'
|
2970
|
+
property :list_block, as: 'listBlock', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock::Representation
|
2971
|
+
|
2972
|
+
property :page_span, as: 'pageSpan', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan::Representation
|
2973
|
+
|
2974
|
+
property :table_block, as: 'tableBlock', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock::Representation
|
2975
|
+
|
2976
|
+
property :text_block, as: 'textBlock', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock::Representation
|
2977
|
+
|
2978
|
+
end
|
2979
|
+
end
|
2980
|
+
|
2981
|
+
class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock
|
2982
|
+
# @private
|
2983
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2984
|
+
collection :list_entries, as: 'listEntries', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry::Representation
|
2985
|
+
|
2986
|
+
property :type, as: 'type'
|
2987
|
+
end
|
2988
|
+
end
|
2989
|
+
|
2990
|
+
class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry
|
2991
|
+
# @private
|
2992
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2993
|
+
collection :blocks, as: 'blocks', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock::Representation
|
2994
|
+
|
2995
|
+
end
|
2996
|
+
end
|
2997
|
+
|
2998
|
+
class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan
|
2999
|
+
# @private
|
3000
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3001
|
+
property :page_end, as: 'pageEnd'
|
3002
|
+
property :page_start, as: 'pageStart'
|
3003
|
+
end
|
3004
|
+
end
|
3005
|
+
|
3006
|
+
class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock
|
3007
|
+
# @private
|
3008
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3009
|
+
collection :body_rows, as: 'bodyRows', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow::Representation
|
3010
|
+
|
3011
|
+
property :caption, as: 'caption'
|
3012
|
+
collection :header_rows, as: 'headerRows', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow::Representation
|
3013
|
+
|
3014
|
+
end
|
3015
|
+
end
|
3016
|
+
|
3017
|
+
class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell
|
3018
|
+
# @private
|
3019
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3020
|
+
collection :blocks, as: 'blocks', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock::Representation
|
3021
|
+
|
3022
|
+
property :col_span, as: 'colSpan'
|
3023
|
+
property :row_span, as: 'rowSpan'
|
3024
|
+
end
|
3025
|
+
end
|
3026
|
+
|
3027
|
+
class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow
|
3028
|
+
# @private
|
3029
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3030
|
+
collection :cells, as: 'cells', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell::Representation
|
3031
|
+
|
3032
|
+
end
|
3033
|
+
end
|
3034
|
+
|
3035
|
+
class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock
|
3036
|
+
# @private
|
3037
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3038
|
+
collection :blocks, as: 'blocks', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock::Representation
|
3039
|
+
|
3040
|
+
property :text, as: 'text'
|
3041
|
+
property :type, as: 'type'
|
3042
|
+
end
|
3043
|
+
end
|
3044
|
+
|
3045
|
+
class GoogleCloudDocumentaiV1DocumentEntity
|
3046
|
+
# @private
|
3047
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3048
|
+
property :confidence, as: 'confidence'
|
3049
|
+
property :id, as: 'id'
|
3050
|
+
property :mention_id, as: 'mentionId'
|
3051
|
+
property :mention_text, as: 'mentionText'
|
3052
|
+
property :normalized_value, as: 'normalizedValue', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntityNormalizedValue, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntityNormalizedValue::Representation
|
3053
|
+
|
3054
|
+
property :page_anchor, as: 'pageAnchor', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageAnchor, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageAnchor::Representation
|
3055
|
+
|
3056
|
+
collection :properties, as: 'properties', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntity, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntity::Representation
|
3057
|
+
|
3058
|
+
property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentProvenance::Representation
|
3059
|
+
|
3060
|
+
property :redacted, as: 'redacted'
|
3061
|
+
property :text_anchor, as: 'textAnchor', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentTextAnchor, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentTextAnchor::Representation
|
3062
|
+
|
3063
|
+
property :type, as: 'type'
|
3064
|
+
end
|
3065
|
+
end
|
3066
|
+
|
3067
|
+
class GoogleCloudDocumentaiV1DocumentEntityNormalizedValue
|
3068
|
+
# @private
|
3069
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3070
|
+
property :address_value, as: 'addressValue', class: Google::Apis::DocumentaiV1::GoogleTypePostalAddress, decorator: Google::Apis::DocumentaiV1::GoogleTypePostalAddress::Representation
|
3071
|
+
|
3072
|
+
property :boolean_value, as: 'booleanValue'
|
3073
|
+
property :date_value, as: 'dateValue', class: Google::Apis::DocumentaiV1::GoogleTypeDate, decorator: Google::Apis::DocumentaiV1::GoogleTypeDate::Representation
|
3074
|
+
|
3075
|
+
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1::GoogleTypeDateTime::Representation
|
3076
|
+
|
3077
|
+
property :float_value, as: 'floatValue'
|
3078
|
+
property :integer_value, as: 'integerValue'
|
3079
|
+
property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1::GoogleTypeMoney::Representation
|
3080
|
+
|
3081
|
+
property :text, as: 'text'
|
3082
|
+
end
|
3083
|
+
end
|
3084
|
+
|
3085
|
+
class GoogleCloudDocumentaiV1DocumentEntityRelation
|
3086
|
+
# @private
|
3087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3088
|
+
property :object_id_prop, as: 'objectId'
|
3089
|
+
property :relation, as: 'relation'
|
3090
|
+
property :subject_id, as: 'subjectId'
|
2687
3091
|
end
|
2688
3092
|
end
|
2689
3093
|
|
@@ -3408,6 +3812,8 @@ module Google
|
|
3408
3812
|
property :from_start, as: 'fromStart'
|
3409
3813
|
property :individual_page_selector, as: 'individualPageSelector', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector::Representation
|
3410
3814
|
|
3815
|
+
property :layout_config, as: 'layoutConfig', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig::Representation
|
3816
|
+
|
3411
3817
|
property :ocr_config, as: 'ocrConfig', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1OcrConfig, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1OcrConfig::Representation
|
3412
3818
|
|
3413
3819
|
property :schema_override, as: 'schemaOverride', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentSchema, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentSchema::Representation
|
@@ -3422,6 +3828,22 @@ module Google
|
|
3422
3828
|
end
|
3423
3829
|
end
|
3424
3830
|
|
3831
|
+
class GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig
|
3832
|
+
# @private
|
3833
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3834
|
+
property :chunking_config, as: 'chunkingConfig', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig::Representation
|
3835
|
+
|
3836
|
+
end
|
3837
|
+
end
|
3838
|
+
|
3839
|
+
class GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig
|
3840
|
+
# @private
|
3841
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3842
|
+
property :chunk_size, as: 'chunkSize'
|
3843
|
+
property :include_ancestor_headings, as: 'includeAncestorHeadings'
|
3844
|
+
end
|
3845
|
+
end
|
3846
|
+
|
3425
3847
|
class GoogleCloudDocumentaiV1ProcessRequest
|
3426
3848
|
# @private
|
3427
3849
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3460,6 +3882,8 @@ module Google
|
|
3460
3882
|
property :process_endpoint, as: 'processEndpoint'
|
3461
3883
|
collection :processor_version_aliases, as: 'processorVersionAliases', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessorVersionAlias, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessorVersionAlias::Representation
|
3462
3884
|
|
3885
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
3886
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
3463
3887
|
property :state, as: 'state'
|
3464
3888
|
property :type, as: 'type'
|
3465
3889
|
end
|
@@ -3502,6 +3926,8 @@ module Google
|
|
3502
3926
|
|
3503
3927
|
property :model_type, as: 'modelType'
|
3504
3928
|
property :name, as: 'name'
|
3929
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
3930
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
3505
3931
|
property :state, as: 'state'
|
3506
3932
|
end
|
3507
3933
|
end
|
@@ -3713,7 +4139,11 @@ module Google
|
|
3713
4139
|
class GoogleCloudDocumentaiV1beta1Document
|
3714
4140
|
# @private
|
3715
4141
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4142
|
+
property :chunked_document, as: 'chunkedDocument', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentChunkedDocument, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentChunkedDocument::Representation
|
4143
|
+
|
3716
4144
|
property :content, :base64 => true, as: 'content'
|
4145
|
+
property :document_layout, as: 'documentLayout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayout::Representation
|
4146
|
+
|
3717
4147
|
collection :entities, as: 'entities', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentEntity, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentEntity::Representation
|
3718
4148
|
|
3719
4149
|
collection :entity_relations, as: 'entityRelations', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentEntityRelation, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentEntityRelation::Representation
|
@@ -3736,6 +4166,142 @@ module Google
|
|
3736
4166
|
end
|
3737
4167
|
end
|
3738
4168
|
|
4169
|
+
class GoogleCloudDocumentaiV1beta1DocumentChunkedDocument
|
4170
|
+
# @private
|
4171
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4172
|
+
collection :chunks, as: 'chunks', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunk, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunk::Representation
|
4173
|
+
|
4174
|
+
end
|
4175
|
+
end
|
4176
|
+
|
4177
|
+
class GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunk
|
4178
|
+
# @private
|
4179
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4180
|
+
property :chunk_id, as: 'chunkId'
|
4181
|
+
property :content, as: 'content'
|
4182
|
+
collection :page_footers, as: 'pageFooters', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunkChunkPageFooter, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunkChunkPageFooter::Representation
|
4183
|
+
|
4184
|
+
collection :page_headers, as: 'pageHeaders', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunkChunkPageHeader, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunkChunkPageHeader::Representation
|
4185
|
+
|
4186
|
+
property :page_span, as: 'pageSpan', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunkChunkPageSpan, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunkChunkPageSpan::Representation
|
4187
|
+
|
4188
|
+
collection :source_block_ids, as: 'sourceBlockIds'
|
4189
|
+
end
|
4190
|
+
end
|
4191
|
+
|
4192
|
+
class GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunkChunkPageFooter
|
4193
|
+
# @private
|
4194
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4195
|
+
property :page_span, as: 'pageSpan', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunkChunkPageSpan, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunkChunkPageSpan::Representation
|
4196
|
+
|
4197
|
+
property :text, as: 'text'
|
4198
|
+
end
|
4199
|
+
end
|
4200
|
+
|
4201
|
+
class GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunkChunkPageHeader
|
4202
|
+
# @private
|
4203
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4204
|
+
property :page_span, as: 'pageSpan', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunkChunkPageSpan, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunkChunkPageSpan::Representation
|
4205
|
+
|
4206
|
+
property :text, as: 'text'
|
4207
|
+
end
|
4208
|
+
end
|
4209
|
+
|
4210
|
+
class GoogleCloudDocumentaiV1beta1DocumentChunkedDocumentChunkChunkPageSpan
|
4211
|
+
# @private
|
4212
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4213
|
+
property :page_end, as: 'pageEnd'
|
4214
|
+
property :page_start, as: 'pageStart'
|
4215
|
+
end
|
4216
|
+
end
|
4217
|
+
|
4218
|
+
class GoogleCloudDocumentaiV1beta1DocumentDocumentLayout
|
4219
|
+
# @private
|
4220
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4221
|
+
collection :blocks, as: 'blocks', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlock::Representation
|
4222
|
+
|
4223
|
+
end
|
4224
|
+
end
|
4225
|
+
|
4226
|
+
class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlock
|
4227
|
+
# @private
|
4228
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4229
|
+
property :block_id, as: 'blockId'
|
4230
|
+
property :list_block, as: 'listBlock', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock::Representation
|
4231
|
+
|
4232
|
+
property :page_span, as: 'pageSpan', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan::Representation
|
4233
|
+
|
4234
|
+
property :table_block, as: 'tableBlock', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock::Representation
|
4235
|
+
|
4236
|
+
property :text_block, as: 'textBlock', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock::Representation
|
4237
|
+
|
4238
|
+
end
|
4239
|
+
end
|
4240
|
+
|
4241
|
+
class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock
|
4242
|
+
# @private
|
4243
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4244
|
+
collection :list_entries, as: 'listEntries', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry::Representation
|
4245
|
+
|
4246
|
+
property :type, as: 'type'
|
4247
|
+
end
|
4248
|
+
end
|
4249
|
+
|
4250
|
+
class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry
|
4251
|
+
# @private
|
4252
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4253
|
+
collection :blocks, as: 'blocks', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlock::Representation
|
4254
|
+
|
4255
|
+
end
|
4256
|
+
end
|
4257
|
+
|
4258
|
+
class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan
|
4259
|
+
# @private
|
4260
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4261
|
+
property :page_end, as: 'pageEnd'
|
4262
|
+
property :page_start, as: 'pageStart'
|
4263
|
+
end
|
4264
|
+
end
|
4265
|
+
|
4266
|
+
class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock
|
4267
|
+
# @private
|
4268
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4269
|
+
collection :body_rows, as: 'bodyRows', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow::Representation
|
4270
|
+
|
4271
|
+
property :caption, as: 'caption'
|
4272
|
+
collection :header_rows, as: 'headerRows', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow::Representation
|
4273
|
+
|
4274
|
+
end
|
4275
|
+
end
|
4276
|
+
|
4277
|
+
class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell
|
4278
|
+
# @private
|
4279
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4280
|
+
collection :blocks, as: 'blocks', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlock::Representation
|
4281
|
+
|
4282
|
+
property :col_span, as: 'colSpan'
|
4283
|
+
property :row_span, as: 'rowSpan'
|
4284
|
+
end
|
4285
|
+
end
|
4286
|
+
|
4287
|
+
class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow
|
4288
|
+
# @private
|
4289
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4290
|
+
collection :cells, as: 'cells', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell::Representation
|
4291
|
+
|
4292
|
+
end
|
4293
|
+
end
|
4294
|
+
|
4295
|
+
class GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock
|
4296
|
+
# @private
|
4297
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4298
|
+
collection :blocks, as: 'blocks', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlock::Representation
|
4299
|
+
|
4300
|
+
property :text, as: 'text'
|
4301
|
+
property :type, as: 'type'
|
4302
|
+
end
|
4303
|
+
end
|
4304
|
+
|
3739
4305
|
class GoogleCloudDocumentaiV1beta1DocumentEntity
|
3740
4306
|
# @private
|
3741
4307
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4281,7 +4847,11 @@ module Google
|
|
4281
4847
|
class GoogleCloudDocumentaiV1beta2Document
|
4282
4848
|
# @private
|
4283
4849
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4850
|
+
property :chunked_document, as: 'chunkedDocument', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentChunkedDocument, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentChunkedDocument::Representation
|
4851
|
+
|
4284
4852
|
property :content, :base64 => true, as: 'content'
|
4853
|
+
property :document_layout, as: 'documentLayout', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayout::Representation
|
4854
|
+
|
4285
4855
|
collection :entities, as: 'entities', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentEntity, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentEntity::Representation
|
4286
4856
|
|
4287
4857
|
collection :entity_relations, as: 'entityRelations', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentEntityRelation, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentEntityRelation::Representation
|
@@ -4306,6 +4876,142 @@ module Google
|
|
4306
4876
|
end
|
4307
4877
|
end
|
4308
4878
|
|
4879
|
+
class GoogleCloudDocumentaiV1beta2DocumentChunkedDocument
|
4880
|
+
# @private
|
4881
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4882
|
+
collection :chunks, as: 'chunks', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunk, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunk::Representation
|
4883
|
+
|
4884
|
+
end
|
4885
|
+
end
|
4886
|
+
|
4887
|
+
class GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunk
|
4888
|
+
# @private
|
4889
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4890
|
+
property :chunk_id, as: 'chunkId'
|
4891
|
+
property :content, as: 'content'
|
4892
|
+
collection :page_footers, as: 'pageFooters', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageFooter, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageFooter::Representation
|
4893
|
+
|
4894
|
+
collection :page_headers, as: 'pageHeaders', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageHeader, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageHeader::Representation
|
4895
|
+
|
4896
|
+
property :page_span, as: 'pageSpan', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageSpan, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageSpan::Representation
|
4897
|
+
|
4898
|
+
collection :source_block_ids, as: 'sourceBlockIds'
|
4899
|
+
end
|
4900
|
+
end
|
4901
|
+
|
4902
|
+
class GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageFooter
|
4903
|
+
# @private
|
4904
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4905
|
+
property :page_span, as: 'pageSpan', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageSpan, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageSpan::Representation
|
4906
|
+
|
4907
|
+
property :text, as: 'text'
|
4908
|
+
end
|
4909
|
+
end
|
4910
|
+
|
4911
|
+
class GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageHeader
|
4912
|
+
# @private
|
4913
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4914
|
+
property :page_span, as: 'pageSpan', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageSpan, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageSpan::Representation
|
4915
|
+
|
4916
|
+
property :text, as: 'text'
|
4917
|
+
end
|
4918
|
+
end
|
4919
|
+
|
4920
|
+
class GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageSpan
|
4921
|
+
# @private
|
4922
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4923
|
+
property :page_end, as: 'pageEnd'
|
4924
|
+
property :page_start, as: 'pageStart'
|
4925
|
+
end
|
4926
|
+
end
|
4927
|
+
|
4928
|
+
class GoogleCloudDocumentaiV1beta2DocumentDocumentLayout
|
4929
|
+
# @private
|
4930
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4931
|
+
collection :blocks, as: 'blocks', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlock::Representation
|
4932
|
+
|
4933
|
+
end
|
4934
|
+
end
|
4935
|
+
|
4936
|
+
class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlock
|
4937
|
+
# @private
|
4938
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4939
|
+
property :block_id, as: 'blockId'
|
4940
|
+
property :list_block, as: 'listBlock', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock::Representation
|
4941
|
+
|
4942
|
+
property :page_span, as: 'pageSpan', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan::Representation
|
4943
|
+
|
4944
|
+
property :table_block, as: 'tableBlock', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock::Representation
|
4945
|
+
|
4946
|
+
property :text_block, as: 'textBlock', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock::Representation
|
4947
|
+
|
4948
|
+
end
|
4949
|
+
end
|
4950
|
+
|
4951
|
+
class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock
|
4952
|
+
# @private
|
4953
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4954
|
+
collection :list_entries, as: 'listEntries', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry::Representation
|
4955
|
+
|
4956
|
+
property :type, as: 'type'
|
4957
|
+
end
|
4958
|
+
end
|
4959
|
+
|
4960
|
+
class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry
|
4961
|
+
# @private
|
4962
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4963
|
+
collection :blocks, as: 'blocks', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlock::Representation
|
4964
|
+
|
4965
|
+
end
|
4966
|
+
end
|
4967
|
+
|
4968
|
+
class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan
|
4969
|
+
# @private
|
4970
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4971
|
+
property :page_end, as: 'pageEnd'
|
4972
|
+
property :page_start, as: 'pageStart'
|
4973
|
+
end
|
4974
|
+
end
|
4975
|
+
|
4976
|
+
class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock
|
4977
|
+
# @private
|
4978
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4979
|
+
collection :body_rows, as: 'bodyRows', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow::Representation
|
4980
|
+
|
4981
|
+
property :caption, as: 'caption'
|
4982
|
+
collection :header_rows, as: 'headerRows', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow::Representation
|
4983
|
+
|
4984
|
+
end
|
4985
|
+
end
|
4986
|
+
|
4987
|
+
class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell
|
4988
|
+
# @private
|
4989
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4990
|
+
collection :blocks, as: 'blocks', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlock::Representation
|
4991
|
+
|
4992
|
+
property :col_span, as: 'colSpan'
|
4993
|
+
property :row_span, as: 'rowSpan'
|
4994
|
+
end
|
4995
|
+
end
|
4996
|
+
|
4997
|
+
class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow
|
4998
|
+
# @private
|
4999
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5000
|
+
collection :cells, as: 'cells', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell::Representation
|
5001
|
+
|
5002
|
+
end
|
5003
|
+
end
|
5004
|
+
|
5005
|
+
class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock
|
5006
|
+
# @private
|
5007
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5008
|
+
collection :blocks, as: 'blocks', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlock, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlock::Representation
|
5009
|
+
|
5010
|
+
property :text, as: 'text'
|
5011
|
+
property :type, as: 'type'
|
5012
|
+
end
|
5013
|
+
end
|
5014
|
+
|
4309
5015
|
class GoogleCloudDocumentaiV1beta2DocumentEntity
|
4310
5016
|
# @private
|
4311
5017
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4909,6 +5615,8 @@ module Google
|
|
4909
5615
|
property :gcs_managed_config, as: 'gcsManagedConfig', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3DatasetGcsManagedConfig, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3DatasetGcsManagedConfig::Representation
|
4910
5616
|
|
4911
5617
|
property :name, as: 'name'
|
5618
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
5619
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
4912
5620
|
property :spanner_indexing_config, as: 'spannerIndexingConfig', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3DatasetSpannerIndexingConfig, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3DatasetSpannerIndexingConfig::Representation
|
4913
5621
|
|
4914
5622
|
property :state, as: 'state'
|