google-apis-documentai_v1 0.12.0 → 0.16.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 +16 -0
- data/lib/google/apis/documentai_v1/classes.rb +1202 -139
- data/lib/google/apis/documentai_v1/gem_version.rb +2 -2
- data/lib/google/apis/documentai_v1/representations.rb +603 -0
- data/lib/google/apis/documentai_v1/service.rb +435 -0
- metadata +3 -3
@@ -22,6 +22,30 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module DocumentaiV1
|
24
24
|
|
25
|
+
class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
25
49
|
class GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata
|
26
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
51
|
|
@@ -112,6 +136,18 @@ module Google
|
|
112
136
|
include Google::Apis::Core::JsonObjectSupport
|
113
137
|
end
|
114
138
|
|
139
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
115
151
|
class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
|
116
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
153
|
|
@@ -154,6 +190,12 @@ module Google
|
|
154
190
|
include Google::Apis::Core::JsonObjectSupport
|
155
191
|
end
|
156
192
|
|
193
|
+
class GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
157
199
|
class GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata
|
158
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
201
|
|
@@ -208,6 +250,54 @@ module Google
|
|
208
250
|
include Google::Apis::Core::JsonObjectSupport
|
209
251
|
end
|
210
252
|
|
253
|
+
class GoogleCloudDocumentaiV1DeleteProcessorMetadata
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionMetadata
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionRequest
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionResponse
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class GoogleCloudDocumentaiV1DisableProcessorMetadata
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class GoogleCloudDocumentaiV1DisableProcessorRequest
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class GoogleCloudDocumentaiV1DisableProcessorResponse
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
211
301
|
class GoogleCloudDocumentaiV1Document
|
212
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
303
|
|
@@ -412,6 +502,42 @@ module Google
|
|
412
502
|
include Google::Apis::Core::JsonObjectSupport
|
413
503
|
end
|
414
504
|
|
505
|
+
class GoogleCloudDocumentaiV1EnableProcessorMetadata
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class GoogleCloudDocumentaiV1EnableProcessorRequest
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class GoogleCloudDocumentaiV1EnableProcessorResponse
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class GoogleCloudDocumentaiV1EvaluationMetrics
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class GoogleCloudDocumentaiV1EvaluationReference
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class GoogleCloudDocumentaiV1FetchProcessorTypesResponse
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
415
541
|
class GoogleCloudDocumentaiV1GcsDocument
|
416
542
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
543
|
|
@@ -436,6 +562,18 @@ module Google
|
|
436
562
|
include Google::Apis::Core::JsonObjectSupport
|
437
563
|
end
|
438
564
|
|
565
|
+
class GoogleCloudDocumentaiV1ListProcessorVersionsResponse
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class GoogleCloudDocumentaiV1ListProcessorsResponse
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
439
577
|
class GoogleCloudDocumentaiV1NormalizedVertex
|
440
578
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
579
|
|
@@ -454,6 +592,30 @@ module Google
|
|
454
592
|
include Google::Apis::Core::JsonObjectSupport
|
455
593
|
end
|
456
594
|
|
595
|
+
class GoogleCloudDocumentaiV1Processor
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class GoogleCloudDocumentaiV1ProcessorType
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
607
|
+
class GoogleCloudDocumentaiV1ProcessorTypeLocationInfo
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
613
|
+
class GoogleCloudDocumentaiV1ProcessorVersion
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
457
619
|
class GoogleCloudDocumentaiV1RawDocument
|
458
620
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
621
|
|
@@ -478,6 +640,54 @@ module Google
|
|
478
640
|
include Google::Apis::Core::JsonObjectSupport
|
479
641
|
end
|
480
642
|
|
643
|
+
class GoogleCloudDocumentaiV1Schema
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
|
+
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
647
|
+
end
|
648
|
+
|
649
|
+
class GoogleCloudDocumentaiV1SchemaEntityType
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
655
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
|
+
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
659
|
+
end
|
660
|
+
|
661
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionRequest
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
|
+
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
665
|
+
end
|
666
|
+
|
667
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionResponse
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
673
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
679
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionRequest
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
|
+
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
683
|
+
end
|
684
|
+
|
685
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionResponse
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
481
691
|
class GoogleCloudDocumentaiV1Vertex
|
482
692
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
693
|
|
@@ -1024,6 +1234,24 @@ module Google
|
|
1024
1234
|
include Google::Apis::Core::JsonObjectSupport
|
1025
1235
|
end
|
1026
1236
|
|
1237
|
+
class GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata
|
1238
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1239
|
+
|
1240
|
+
include Google::Apis::Core::JsonObjectSupport
|
1241
|
+
end
|
1242
|
+
|
1243
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
|
+
|
1246
|
+
include Google::Apis::Core::JsonObjectSupport
|
1247
|
+
end
|
1248
|
+
|
1249
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionResponse
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
|
+
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
1253
|
+
end
|
1254
|
+
|
1027
1255
|
class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata
|
1028
1256
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
1257
|
|
@@ -1066,6 +1294,30 @@ module Google
|
|
1066
1294
|
include Google::Apis::Core::JsonObjectSupport
|
1067
1295
|
end
|
1068
1296
|
|
1297
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata
|
1298
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1299
|
+
|
1300
|
+
include Google::Apis::Core::JsonObjectSupport
|
1301
|
+
end
|
1302
|
+
|
1303
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionResponse
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1305
|
+
|
1306
|
+
include Google::Apis::Core::JsonObjectSupport
|
1307
|
+
end
|
1308
|
+
|
1309
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1311
|
+
|
1312
|
+
include Google::Apis::Core::JsonObjectSupport
|
1313
|
+
end
|
1314
|
+
|
1315
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionResponse
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1317
|
+
|
1318
|
+
include Google::Apis::Core::JsonObjectSupport
|
1319
|
+
end
|
1320
|
+
|
1069
1321
|
class GoogleCloudLocationListLocationsResponse
|
1070
1322
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1071
1323
|
|
@@ -1138,6 +1390,34 @@ module Google
|
|
1138
1390
|
include Google::Apis::Core::JsonObjectSupport
|
1139
1391
|
end
|
1140
1392
|
|
1393
|
+
class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata
|
1394
|
+
# @private
|
1395
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1396
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1397
|
+
|
1398
|
+
end
|
1399
|
+
end
|
1400
|
+
|
1401
|
+
class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse
|
1402
|
+
# @private
|
1403
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1404
|
+
end
|
1405
|
+
end
|
1406
|
+
|
1407
|
+
class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata
|
1408
|
+
# @private
|
1409
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1410
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1411
|
+
|
1412
|
+
end
|
1413
|
+
end
|
1414
|
+
|
1415
|
+
class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse
|
1416
|
+
# @private
|
1417
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1418
|
+
end
|
1419
|
+
end
|
1420
|
+
|
1141
1421
|
class GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata
|
1142
1422
|
# @private
|
1143
1423
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1252,6 +1532,20 @@ module Google
|
|
1252
1532
|
end
|
1253
1533
|
end
|
1254
1534
|
|
1535
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata
|
1536
|
+
# @private
|
1537
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1538
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1539
|
+
|
1540
|
+
end
|
1541
|
+
end
|
1542
|
+
|
1543
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse
|
1544
|
+
# @private
|
1545
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1546
|
+
end
|
1547
|
+
end
|
1548
|
+
|
1255
1549
|
class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
|
1256
1550
|
# @private
|
1257
1551
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1311,6 +1605,14 @@ module Google
|
|
1311
1605
|
end
|
1312
1606
|
end
|
1313
1607
|
|
1608
|
+
class GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata
|
1609
|
+
# @private
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1611
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1612
|
+
|
1613
|
+
end
|
1614
|
+
end
|
1615
|
+
|
1314
1616
|
class GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata
|
1315
1617
|
# @private
|
1316
1618
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1398,6 +1700,62 @@ module Google
|
|
1398
1700
|
end
|
1399
1701
|
end
|
1400
1702
|
|
1703
|
+
class GoogleCloudDocumentaiV1DeleteProcessorMetadata
|
1704
|
+
# @private
|
1705
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1706
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1707
|
+
|
1708
|
+
end
|
1709
|
+
end
|
1710
|
+
|
1711
|
+
class GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata
|
1712
|
+
# @private
|
1713
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1714
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1715
|
+
|
1716
|
+
end
|
1717
|
+
end
|
1718
|
+
|
1719
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionMetadata
|
1720
|
+
# @private
|
1721
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1722
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1723
|
+
|
1724
|
+
end
|
1725
|
+
end
|
1726
|
+
|
1727
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionRequest
|
1728
|
+
# @private
|
1729
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1730
|
+
end
|
1731
|
+
end
|
1732
|
+
|
1733
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionResponse
|
1734
|
+
# @private
|
1735
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1736
|
+
end
|
1737
|
+
end
|
1738
|
+
|
1739
|
+
class GoogleCloudDocumentaiV1DisableProcessorMetadata
|
1740
|
+
# @private
|
1741
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1742
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1743
|
+
|
1744
|
+
end
|
1745
|
+
end
|
1746
|
+
|
1747
|
+
class GoogleCloudDocumentaiV1DisableProcessorRequest
|
1748
|
+
# @private
|
1749
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1750
|
+
end
|
1751
|
+
end
|
1752
|
+
|
1753
|
+
class GoogleCloudDocumentaiV1DisableProcessorResponse
|
1754
|
+
# @private
|
1755
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1756
|
+
end
|
1757
|
+
end
|
1758
|
+
|
1401
1759
|
class GoogleCloudDocumentaiV1Document
|
1402
1760
|
# @private
|
1403
1761
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1456,6 +1814,8 @@ module Google
|
|
1456
1814
|
|
1457
1815
|
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1::GoogleTypeDateTime::Representation
|
1458
1816
|
|
1817
|
+
property :float_value, as: 'floatValue'
|
1818
|
+
property :integer_value, as: 'integerValue'
|
1459
1819
|
property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1::GoogleTypeMoney::Representation
|
1460
1820
|
|
1461
1821
|
property :text, as: 'text'
|
@@ -1571,6 +1931,8 @@ module Google
|
|
1571
1931
|
class GoogleCloudDocumentaiV1DocumentPageFormField
|
1572
1932
|
# @private
|
1573
1933
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1934
|
+
property :corrected_key_text, as: 'correctedKeyText'
|
1935
|
+
property :corrected_value_text, as: 'correctedValueText'
|
1574
1936
|
property :field_name, as: 'fieldName', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout::Representation
|
1575
1937
|
|
1576
1938
|
property :field_value, as: 'fieldValue', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout::Representation
|
@@ -1810,6 +2172,59 @@ module Google
|
|
1810
2172
|
end
|
1811
2173
|
end
|
1812
2174
|
|
2175
|
+
class GoogleCloudDocumentaiV1EnableProcessorMetadata
|
2176
|
+
# @private
|
2177
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2178
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
2179
|
+
|
2180
|
+
end
|
2181
|
+
end
|
2182
|
+
|
2183
|
+
class GoogleCloudDocumentaiV1EnableProcessorRequest
|
2184
|
+
# @private
|
2185
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2186
|
+
end
|
2187
|
+
end
|
2188
|
+
|
2189
|
+
class GoogleCloudDocumentaiV1EnableProcessorResponse
|
2190
|
+
# @private
|
2191
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2192
|
+
end
|
2193
|
+
end
|
2194
|
+
|
2195
|
+
class GoogleCloudDocumentaiV1EvaluationMetrics
|
2196
|
+
# @private
|
2197
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2198
|
+
property :f1_score, as: 'f1Score'
|
2199
|
+
property :false_negatives_count, as: 'falseNegativesCount'
|
2200
|
+
property :false_positives_count, as: 'falsePositivesCount'
|
2201
|
+
property :ground_truth_occurrences_count, as: 'groundTruthOccurrencesCount'
|
2202
|
+
property :precision, as: 'precision'
|
2203
|
+
property :predicted_occurrences_count, as: 'predictedOccurrencesCount'
|
2204
|
+
property :recall, as: 'recall'
|
2205
|
+
property :total_documents_count, as: 'totalDocumentsCount'
|
2206
|
+
property :true_positives_count, as: 'truePositivesCount'
|
2207
|
+
end
|
2208
|
+
end
|
2209
|
+
|
2210
|
+
class GoogleCloudDocumentaiV1EvaluationReference
|
2211
|
+
# @private
|
2212
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2213
|
+
property :aggregate_metrics, as: 'aggregateMetrics', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1EvaluationMetrics, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1EvaluationMetrics::Representation
|
2214
|
+
|
2215
|
+
property :evaluation, as: 'evaluation'
|
2216
|
+
property :operation, as: 'operation'
|
2217
|
+
end
|
2218
|
+
end
|
2219
|
+
|
2220
|
+
class GoogleCloudDocumentaiV1FetchProcessorTypesResponse
|
2221
|
+
# @private
|
2222
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2223
|
+
collection :processor_types, as: 'processorTypes', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessorType, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessorType::Representation
|
2224
|
+
|
2225
|
+
end
|
2226
|
+
end
|
2227
|
+
|
1813
2228
|
class GoogleCloudDocumentaiV1GcsDocument
|
1814
2229
|
# @private
|
1815
2230
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1842,6 +2257,24 @@ module Google
|
|
1842
2257
|
end
|
1843
2258
|
end
|
1844
2259
|
|
2260
|
+
class GoogleCloudDocumentaiV1ListProcessorVersionsResponse
|
2261
|
+
# @private
|
2262
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2263
|
+
property :next_page_token, as: 'nextPageToken'
|
2264
|
+
collection :processor_versions, as: 'processorVersions', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessorVersion, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessorVersion::Representation
|
2265
|
+
|
2266
|
+
end
|
2267
|
+
end
|
2268
|
+
|
2269
|
+
class GoogleCloudDocumentaiV1ListProcessorsResponse
|
2270
|
+
# @private
|
2271
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2272
|
+
property :next_page_token, as: 'nextPageToken'
|
2273
|
+
collection :processors, as: 'processors', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Processor, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Processor::Representation
|
2274
|
+
|
2275
|
+
end
|
2276
|
+
end
|
2277
|
+
|
1845
2278
|
class GoogleCloudDocumentaiV1NormalizedVertex
|
1846
2279
|
# @private
|
1847
2280
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1871,6 +2304,53 @@ module Google
|
|
1871
2304
|
end
|
1872
2305
|
end
|
1873
2306
|
|
2307
|
+
class GoogleCloudDocumentaiV1Processor
|
2308
|
+
# @private
|
2309
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2310
|
+
property :create_time, as: 'createTime'
|
2311
|
+
property :default_processor_version, as: 'defaultProcessorVersion'
|
2312
|
+
property :display_name, as: 'displayName'
|
2313
|
+
property :kms_key_name, as: 'kmsKeyName'
|
2314
|
+
property :name, as: 'name'
|
2315
|
+
property :process_endpoint, as: 'processEndpoint'
|
2316
|
+
property :state, as: 'state'
|
2317
|
+
property :type, as: 'type'
|
2318
|
+
end
|
2319
|
+
end
|
2320
|
+
|
2321
|
+
class GoogleCloudDocumentaiV1ProcessorType
|
2322
|
+
# @private
|
2323
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2324
|
+
property :allow_creation, as: 'allowCreation'
|
2325
|
+
collection :available_locations, as: 'availableLocations', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessorTypeLocationInfo, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessorTypeLocationInfo::Representation
|
2326
|
+
|
2327
|
+
property :category, as: 'category'
|
2328
|
+
property :name, as: 'name'
|
2329
|
+
property :type, as: 'type'
|
2330
|
+
end
|
2331
|
+
end
|
2332
|
+
|
2333
|
+
class GoogleCloudDocumentaiV1ProcessorTypeLocationInfo
|
2334
|
+
# @private
|
2335
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2336
|
+
property :location_id, as: 'locationId'
|
2337
|
+
end
|
2338
|
+
end
|
2339
|
+
|
2340
|
+
class GoogleCloudDocumentaiV1ProcessorVersion
|
2341
|
+
# @private
|
2342
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2343
|
+
property :create_time, as: 'createTime'
|
2344
|
+
property :display_name, as: 'displayName'
|
2345
|
+
property :latest_evaluation, as: 'latestEvaluation', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1EvaluationReference, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1EvaluationReference::Representation
|
2346
|
+
|
2347
|
+
property :name, as: 'name'
|
2348
|
+
property :schema, as: 'schema', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Schema, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Schema::Representation
|
2349
|
+
|
2350
|
+
property :state, as: 'state'
|
2351
|
+
end
|
2352
|
+
end
|
2353
|
+
|
1874
2354
|
class GoogleCloudDocumentaiV1RawDocument
|
1875
2355
|
# @private
|
1876
2356
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1904,6 +2384,71 @@ module Google
|
|
1904
2384
|
end
|
1905
2385
|
end
|
1906
2386
|
|
2387
|
+
class GoogleCloudDocumentaiV1Schema
|
2388
|
+
# @private
|
2389
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2390
|
+
property :description, as: 'description'
|
2391
|
+
property :display_name, as: 'displayName'
|
2392
|
+
collection :entity_types, as: 'entityTypes', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1SchemaEntityType, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1SchemaEntityType::Representation
|
2393
|
+
|
2394
|
+
end
|
2395
|
+
end
|
2396
|
+
|
2397
|
+
class GoogleCloudDocumentaiV1SchemaEntityType
|
2398
|
+
# @private
|
2399
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2400
|
+
property :base_type, as: 'baseType'
|
2401
|
+
property :description, as: 'description'
|
2402
|
+
collection :enum_values, as: 'enumValues'
|
2403
|
+
property :occurrence_type, as: 'occurrenceType'
|
2404
|
+
collection :properties, as: 'properties', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1SchemaEntityType, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1SchemaEntityType::Representation
|
2405
|
+
|
2406
|
+
property :source, as: 'source'
|
2407
|
+
property :type, as: 'type'
|
2408
|
+
end
|
2409
|
+
end
|
2410
|
+
|
2411
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata
|
2412
|
+
# @private
|
2413
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2414
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
2415
|
+
|
2416
|
+
end
|
2417
|
+
end
|
2418
|
+
|
2419
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionRequest
|
2420
|
+
# @private
|
2421
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2422
|
+
property :default_processor_version, as: 'defaultProcessorVersion'
|
2423
|
+
end
|
2424
|
+
end
|
2425
|
+
|
2426
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionResponse
|
2427
|
+
# @private
|
2428
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2429
|
+
end
|
2430
|
+
end
|
2431
|
+
|
2432
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
|
2433
|
+
# @private
|
2434
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2435
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
2436
|
+
|
2437
|
+
end
|
2438
|
+
end
|
2439
|
+
|
2440
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionRequest
|
2441
|
+
# @private
|
2442
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2443
|
+
end
|
2444
|
+
end
|
2445
|
+
|
2446
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionResponse
|
2447
|
+
# @private
|
2448
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2449
|
+
end
|
2450
|
+
end
|
2451
|
+
|
1907
2452
|
class GoogleCloudDocumentaiV1Vertex
|
1908
2453
|
# @private
|
1909
2454
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1988,6 +2533,8 @@ module Google
|
|
1988
2533
|
|
1989
2534
|
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1::GoogleTypeDateTime::Representation
|
1990
2535
|
|
2536
|
+
property :float_value, as: 'floatValue'
|
2537
|
+
property :integer_value, as: 'integerValue'
|
1991
2538
|
property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1::GoogleTypeMoney::Representation
|
1992
2539
|
|
1993
2540
|
property :text, as: 'text'
|
@@ -2088,6 +2635,8 @@ module Google
|
|
2088
2635
|
class GoogleCloudDocumentaiV1beta1DocumentPageFormField
|
2089
2636
|
# @private
|
2090
2637
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2638
|
+
property :corrected_key_text, as: 'correctedKeyText'
|
2639
|
+
property :corrected_value_text, as: 'correctedValueText'
|
2091
2640
|
property :field_name, as: 'fieldName', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
|
2092
2641
|
|
2093
2642
|
property :field_value, as: 'fieldValue', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
|
@@ -2473,6 +3022,8 @@ module Google
|
|
2473
3022
|
|
2474
3023
|
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1::GoogleTypeDateTime::Representation
|
2475
3024
|
|
3025
|
+
property :float_value, as: 'floatValue'
|
3026
|
+
property :integer_value, as: 'integerValue'
|
2476
3027
|
property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1::GoogleTypeMoney::Representation
|
2477
3028
|
|
2478
3029
|
property :text, as: 'text'
|
@@ -2582,6 +3133,8 @@ module Google
|
|
2582
3133
|
class GoogleCloudDocumentaiV1beta2DocumentPageFormField
|
2583
3134
|
# @private
|
2584
3135
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3136
|
+
property :corrected_key_text, as: 'correctedKeyText'
|
3137
|
+
property :corrected_value_text, as: 'correctedValueText'
|
2585
3138
|
property :field_name, as: 'fieldName', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
|
2586
3139
|
|
2587
3140
|
property :field_value, as: 'fieldValue', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
|
@@ -2939,6 +3492,28 @@ module Google
|
|
2939
3492
|
end
|
2940
3493
|
end
|
2941
3494
|
|
3495
|
+
class GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata
|
3496
|
+
# @private
|
3497
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3498
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
3499
|
+
|
3500
|
+
end
|
3501
|
+
end
|
3502
|
+
|
3503
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata
|
3504
|
+
# @private
|
3505
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3506
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
3507
|
+
|
3508
|
+
end
|
3509
|
+
end
|
3510
|
+
|
3511
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionResponse
|
3512
|
+
# @private
|
3513
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3514
|
+
end
|
3515
|
+
end
|
3516
|
+
|
2942
3517
|
class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata
|
2943
3518
|
# @private
|
2944
3519
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2995,6 +3570,34 @@ module Google
|
|
2995
3570
|
end
|
2996
3571
|
end
|
2997
3572
|
|
3573
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata
|
3574
|
+
# @private
|
3575
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3576
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
3577
|
+
|
3578
|
+
end
|
3579
|
+
end
|
3580
|
+
|
3581
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionResponse
|
3582
|
+
# @private
|
3583
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3584
|
+
end
|
3585
|
+
end
|
3586
|
+
|
3587
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata
|
3588
|
+
# @private
|
3589
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3590
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
3591
|
+
|
3592
|
+
end
|
3593
|
+
end
|
3594
|
+
|
3595
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionResponse
|
3596
|
+
# @private
|
3597
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3598
|
+
end
|
3599
|
+
end
|
3600
|
+
|
2998
3601
|
class GoogleCloudLocationListLocationsResponse
|
2999
3602
|
# @private
|
3000
3603
|
class Representation < Google::Apis::Core::JsonRepresentation
|