google-apis-documentai_v1beta3 0.19.0 → 0.23.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_v1beta3/classes.rb +884 -37
- data/lib/google/apis/documentai_v1beta3/gem_version.rb +2 -2
- data/lib/google/apis/documentai_v1beta3/representations.rb +499 -0
- data/lib/google/apis/documentai_v1beta3/service.rb +233 -2
- data/lib/google/apis/documentai_v1beta3.rb +1 -1
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DocumentaiV1beta3
|
18
18
|
# Version of the google-apis-documentai_v1beta3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.23.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210907"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,6 +22,30 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module DocumentaiV1beta3
|
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
|
|
@@ -190,6 +232,54 @@ module Google
|
|
190
232
|
include Google::Apis::Core::JsonObjectSupport
|
191
233
|
end
|
192
234
|
|
235
|
+
class GoogleCloudDocumentaiV1DeleteProcessorMetadata
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionMetadata
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionResponse
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class GoogleCloudDocumentaiV1DisableProcessorMetadata
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class GoogleCloudDocumentaiV1DisableProcessorResponse
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class GoogleCloudDocumentaiV1EnableProcessorMetadata
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class GoogleCloudDocumentaiV1EnableProcessorResponse
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
193
283
|
class GoogleCloudDocumentaiV1HumanReviewStatus
|
194
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
285
|
|
@@ -208,6 +298,30 @@ module Google
|
|
208
298
|
include Google::Apis::Core::JsonObjectSupport
|
209
299
|
end
|
210
300
|
|
301
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionResponse
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionResponse
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
211
325
|
class GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse
|
212
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
327
|
|
@@ -778,6 +892,30 @@ module Google
|
|
778
892
|
include Google::Apis::Core::JsonObjectSupport
|
779
893
|
end
|
780
894
|
|
895
|
+
class GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata
|
896
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
897
|
+
|
898
|
+
include Google::Apis::Core::JsonObjectSupport
|
899
|
+
end
|
900
|
+
|
901
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata
|
902
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
|
+
|
904
|
+
include Google::Apis::Core::JsonObjectSupport
|
905
|
+
end
|
906
|
+
|
907
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionRequest
|
908
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
909
|
+
|
910
|
+
include Google::Apis::Core::JsonObjectSupport
|
911
|
+
end
|
912
|
+
|
913
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionResponse
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
|
+
|
916
|
+
include Google::Apis::Core::JsonObjectSupport
|
917
|
+
end
|
918
|
+
|
781
919
|
class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata
|
782
920
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
921
|
|
@@ -1018,6 +1156,18 @@ module Google
|
|
1018
1156
|
include Google::Apis::Core::JsonObjectSupport
|
1019
1157
|
end
|
1020
1158
|
|
1159
|
+
class GoogleCloudDocumentaiV1beta3EvaluationMetrics
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1161
|
+
|
1162
|
+
include Google::Apis::Core::JsonObjectSupport
|
1163
|
+
end
|
1164
|
+
|
1165
|
+
class GoogleCloudDocumentaiV1beta3EvaluationReference
|
1166
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1167
|
+
|
1168
|
+
include Google::Apis::Core::JsonObjectSupport
|
1169
|
+
end
|
1170
|
+
|
1021
1171
|
class GoogleCloudDocumentaiV1beta3FetchProcessorTypesResponse
|
1022
1172
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1023
1173
|
|
@@ -1048,6 +1198,12 @@ module Google
|
|
1048
1198
|
include Google::Apis::Core::JsonObjectSupport
|
1049
1199
|
end
|
1050
1200
|
|
1201
|
+
class GoogleCloudDocumentaiV1beta3ListProcessorVersionsResponse
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1203
|
+
|
1204
|
+
include Google::Apis::Core::JsonObjectSupport
|
1205
|
+
end
|
1206
|
+
|
1051
1207
|
class GoogleCloudDocumentaiV1beta3ListProcessorsResponse
|
1052
1208
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1053
1209
|
|
@@ -1090,6 +1246,12 @@ module Google
|
|
1090
1246
|
include Google::Apis::Core::JsonObjectSupport
|
1091
1247
|
end
|
1092
1248
|
|
1249
|
+
class GoogleCloudDocumentaiV1beta3ProcessorVersion
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
|
+
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
1253
|
+
end
|
1254
|
+
|
1093
1255
|
class GoogleCloudDocumentaiV1beta3RawDocument
|
1094
1256
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1095
1257
|
|
@@ -1114,6 +1276,54 @@ module Google
|
|
1114
1276
|
include Google::Apis::Core::JsonObjectSupport
|
1115
1277
|
end
|
1116
1278
|
|
1279
|
+
class GoogleCloudDocumentaiV1beta3Schema
|
1280
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
|
+
|
1282
|
+
include Google::Apis::Core::JsonObjectSupport
|
1283
|
+
end
|
1284
|
+
|
1285
|
+
class GoogleCloudDocumentaiV1beta3SchemaEntityType
|
1286
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1287
|
+
|
1288
|
+
include Google::Apis::Core::JsonObjectSupport
|
1289
|
+
end
|
1290
|
+
|
1291
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata
|
1292
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1293
|
+
|
1294
|
+
include Google::Apis::Core::JsonObjectSupport
|
1295
|
+
end
|
1296
|
+
|
1297
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionRequest
|
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 GoogleCloudDocumentaiV1beta3UndeployProcessorVersionRequest
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1317
|
+
|
1318
|
+
include Google::Apis::Core::JsonObjectSupport
|
1319
|
+
end
|
1320
|
+
|
1321
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionResponse
|
1322
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1323
|
+
|
1324
|
+
include Google::Apis::Core::JsonObjectSupport
|
1325
|
+
end
|
1326
|
+
|
1117
1327
|
class GoogleCloudDocumentaiV1beta3Vertex
|
1118
1328
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1119
1329
|
|
@@ -1192,6 +1402,34 @@ module Google
|
|
1192
1402
|
include Google::Apis::Core::JsonObjectSupport
|
1193
1403
|
end
|
1194
1404
|
|
1405
|
+
class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata
|
1406
|
+
# @private
|
1407
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1408
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1409
|
+
|
1410
|
+
end
|
1411
|
+
end
|
1412
|
+
|
1413
|
+
class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse
|
1414
|
+
# @private
|
1415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1416
|
+
end
|
1417
|
+
end
|
1418
|
+
|
1419
|
+
class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata
|
1420
|
+
# @private
|
1421
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1422
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1423
|
+
|
1424
|
+
end
|
1425
|
+
end
|
1426
|
+
|
1427
|
+
class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse
|
1428
|
+
# @private
|
1429
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1430
|
+
end
|
1431
|
+
end
|
1432
|
+
|
1195
1433
|
class GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata
|
1196
1434
|
# @private
|
1197
1435
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1306,6 +1544,20 @@ module Google
|
|
1306
1544
|
end
|
1307
1545
|
end
|
1308
1546
|
|
1547
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata
|
1548
|
+
# @private
|
1549
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1550
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1551
|
+
|
1552
|
+
end
|
1553
|
+
end
|
1554
|
+
|
1555
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse
|
1556
|
+
# @private
|
1557
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1558
|
+
end
|
1559
|
+
end
|
1560
|
+
|
1309
1561
|
class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
|
1310
1562
|
# @private
|
1311
1563
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1365,6 +1617,14 @@ module Google
|
|
1365
1617
|
end
|
1366
1618
|
end
|
1367
1619
|
|
1620
|
+
class GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata
|
1621
|
+
# @private
|
1622
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1623
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1624
|
+
|
1625
|
+
end
|
1626
|
+
end
|
1627
|
+
|
1368
1628
|
class GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata
|
1369
1629
|
# @private
|
1370
1630
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1421,6 +1681,64 @@ module Google
|
|
1421
1681
|
end
|
1422
1682
|
end
|
1423
1683
|
|
1684
|
+
class GoogleCloudDocumentaiV1DeleteProcessorMetadata
|
1685
|
+
# @private
|
1686
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1687
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1688
|
+
|
1689
|
+
end
|
1690
|
+
end
|
1691
|
+
|
1692
|
+
class GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata
|
1693
|
+
# @private
|
1694
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1695
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1696
|
+
|
1697
|
+
end
|
1698
|
+
end
|
1699
|
+
|
1700
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionMetadata
|
1701
|
+
# @private
|
1702
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1703
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1704
|
+
|
1705
|
+
end
|
1706
|
+
end
|
1707
|
+
|
1708
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionResponse
|
1709
|
+
# @private
|
1710
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1711
|
+
end
|
1712
|
+
end
|
1713
|
+
|
1714
|
+
class GoogleCloudDocumentaiV1DisableProcessorMetadata
|
1715
|
+
# @private
|
1716
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1717
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1718
|
+
|
1719
|
+
end
|
1720
|
+
end
|
1721
|
+
|
1722
|
+
class GoogleCloudDocumentaiV1DisableProcessorResponse
|
1723
|
+
# @private
|
1724
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1725
|
+
end
|
1726
|
+
end
|
1727
|
+
|
1728
|
+
class GoogleCloudDocumentaiV1EnableProcessorMetadata
|
1729
|
+
# @private
|
1730
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1731
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1732
|
+
|
1733
|
+
end
|
1734
|
+
end
|
1735
|
+
|
1736
|
+
class GoogleCloudDocumentaiV1EnableProcessorResponse
|
1737
|
+
# @private
|
1738
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1739
|
+
end
|
1740
|
+
end
|
1741
|
+
|
1424
1742
|
class GoogleCloudDocumentaiV1HumanReviewStatus
|
1425
1743
|
# @private
|
1426
1744
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1445,6 +1763,34 @@ module Google
|
|
1445
1763
|
end
|
1446
1764
|
end
|
1447
1765
|
|
1766
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata
|
1767
|
+
# @private
|
1768
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1769
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1770
|
+
|
1771
|
+
end
|
1772
|
+
end
|
1773
|
+
|
1774
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionResponse
|
1775
|
+
# @private
|
1776
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1777
|
+
end
|
1778
|
+
end
|
1779
|
+
|
1780
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
|
1781
|
+
# @private
|
1782
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1783
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1784
|
+
|
1785
|
+
end
|
1786
|
+
end
|
1787
|
+
|
1788
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionResponse
|
1789
|
+
# @private
|
1790
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1791
|
+
end
|
1792
|
+
end
|
1793
|
+
|
1448
1794
|
class GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse
|
1449
1795
|
# @private
|
1450
1796
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1521,6 +1867,8 @@ module Google
|
|
1521
1867
|
|
1522
1868
|
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1beta3::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1beta3::GoogleTypeDateTime::Representation
|
1523
1869
|
|
1870
|
+
property :float_value, as: 'floatValue'
|
1871
|
+
property :integer_value, as: 'integerValue'
|
1524
1872
|
property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1beta3::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1beta3::GoogleTypeMoney::Representation
|
1525
1873
|
|
1526
1874
|
property :text, as: 'text'
|
@@ -1621,6 +1969,8 @@ module Google
|
|
1621
1969
|
class GoogleCloudDocumentaiV1beta1DocumentPageFormField
|
1622
1970
|
# @private
|
1623
1971
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1972
|
+
property :corrected_key_text, as: 'correctedKeyText'
|
1973
|
+
property :corrected_value_text, as: 'correctedValueText'
|
1624
1974
|
property :field_name, as: 'fieldName', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
|
1625
1975
|
|
1626
1976
|
property :field_value, as: 'fieldValue', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
|
@@ -2006,6 +2356,8 @@ module Google
|
|
2006
2356
|
|
2007
2357
|
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1beta3::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1beta3::GoogleTypeDateTime::Representation
|
2008
2358
|
|
2359
|
+
property :float_value, as: 'floatValue'
|
2360
|
+
property :integer_value, as: 'integerValue'
|
2009
2361
|
property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1beta3::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1beta3::GoogleTypeMoney::Representation
|
2010
2362
|
|
2011
2363
|
property :text, as: 'text'
|
@@ -2115,6 +2467,8 @@ module Google
|
|
2115
2467
|
class GoogleCloudDocumentaiV1beta2DocumentPageFormField
|
2116
2468
|
# @private
|
2117
2469
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2470
|
+
property :corrected_key_text, as: 'correctedKeyText'
|
2471
|
+
property :corrected_value_text, as: 'correctedValueText'
|
2118
2472
|
property :field_name, as: 'fieldName', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
|
2119
2473
|
|
2120
2474
|
property :field_value, as: 'fieldValue', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
|
@@ -2522,6 +2876,34 @@ module Google
|
|
2522
2876
|
end
|
2523
2877
|
end
|
2524
2878
|
|
2879
|
+
class GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata
|
2880
|
+
# @private
|
2881
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2882
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
2883
|
+
|
2884
|
+
end
|
2885
|
+
end
|
2886
|
+
|
2887
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata
|
2888
|
+
# @private
|
2889
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2890
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
2891
|
+
|
2892
|
+
end
|
2893
|
+
end
|
2894
|
+
|
2895
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionRequest
|
2896
|
+
# @private
|
2897
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2898
|
+
end
|
2899
|
+
end
|
2900
|
+
|
2901
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionResponse
|
2902
|
+
# @private
|
2903
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2904
|
+
end
|
2905
|
+
end
|
2906
|
+
|
2525
2907
|
class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata
|
2526
2908
|
# @private
|
2527
2909
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2600,6 +2982,8 @@ module Google
|
|
2600
2982
|
|
2601
2983
|
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1beta3::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1beta3::GoogleTypeDateTime::Representation
|
2602
2984
|
|
2985
|
+
property :float_value, as: 'floatValue'
|
2986
|
+
property :integer_value, as: 'integerValue'
|
2603
2987
|
property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1beta3::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1beta3::GoogleTypeMoney::Representation
|
2604
2988
|
|
2605
2989
|
property :text, as: 'text'
|
@@ -2715,6 +3099,8 @@ module Google
|
|
2715
3099
|
class GoogleCloudDocumentaiV1beta3DocumentPageFormField
|
2716
3100
|
# @private
|
2717
3101
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3102
|
+
property :corrected_key_text, as: 'correctedKeyText'
|
3103
|
+
property :corrected_value_text, as: 'correctedValueText'
|
2718
3104
|
property :field_name, as: 'fieldName', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentPageLayout::Representation
|
2719
3105
|
|
2720
3106
|
property :field_value, as: 'fieldValue', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentPageLayout::Representation
|
@@ -2974,6 +3360,31 @@ module Google
|
|
2974
3360
|
end
|
2975
3361
|
end
|
2976
3362
|
|
3363
|
+
class GoogleCloudDocumentaiV1beta3EvaluationMetrics
|
3364
|
+
# @private
|
3365
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3366
|
+
property :f1_score, as: 'f1Score'
|
3367
|
+
property :false_negatives_count, as: 'falseNegativesCount'
|
3368
|
+
property :false_positives_count, as: 'falsePositivesCount'
|
3369
|
+
property :ground_truth_occurrences_count, as: 'groundTruthOccurrencesCount'
|
3370
|
+
property :precision, as: 'precision'
|
3371
|
+
property :predicted_occurrences_count, as: 'predictedOccurrencesCount'
|
3372
|
+
property :recall, as: 'recall'
|
3373
|
+
property :total_documents_count, as: 'totalDocumentsCount'
|
3374
|
+
property :true_positives_count, as: 'truePositivesCount'
|
3375
|
+
end
|
3376
|
+
end
|
3377
|
+
|
3378
|
+
class GoogleCloudDocumentaiV1beta3EvaluationReference
|
3379
|
+
# @private
|
3380
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3381
|
+
property :aggregate_metrics, as: 'aggregateMetrics', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3EvaluationMetrics, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3EvaluationMetrics::Representation
|
3382
|
+
|
3383
|
+
property :evaluation, as: 'evaluation'
|
3384
|
+
property :operation, as: 'operation'
|
3385
|
+
end
|
3386
|
+
end
|
3387
|
+
|
2977
3388
|
class GoogleCloudDocumentaiV1beta3FetchProcessorTypesResponse
|
2978
3389
|
# @private
|
2979
3390
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3014,6 +3425,15 @@ module Google
|
|
3014
3425
|
end
|
3015
3426
|
end
|
3016
3427
|
|
3428
|
+
class GoogleCloudDocumentaiV1beta3ListProcessorVersionsResponse
|
3429
|
+
# @private
|
3430
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3431
|
+
property :next_page_token, as: 'nextPageToken'
|
3432
|
+
collection :processor_versions, as: 'processorVersions', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3ProcessorVersion, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3ProcessorVersion::Representation
|
3433
|
+
|
3434
|
+
end
|
3435
|
+
end
|
3436
|
+
|
3017
3437
|
class GoogleCloudDocumentaiV1beta3ListProcessorsResponse
|
3018
3438
|
# @private
|
3019
3439
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3088,6 +3508,20 @@ module Google
|
|
3088
3508
|
end
|
3089
3509
|
end
|
3090
3510
|
|
3511
|
+
class GoogleCloudDocumentaiV1beta3ProcessorVersion
|
3512
|
+
# @private
|
3513
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3514
|
+
property :create_time, as: 'createTime'
|
3515
|
+
property :display_name, as: 'displayName'
|
3516
|
+
property :latest_evaluation, as: 'latestEvaluation', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3EvaluationReference, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3EvaluationReference::Representation
|
3517
|
+
|
3518
|
+
property :name, as: 'name'
|
3519
|
+
property :schema, as: 'schema', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Schema, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Schema::Representation
|
3520
|
+
|
3521
|
+
property :state, as: 'state'
|
3522
|
+
end
|
3523
|
+
end
|
3524
|
+
|
3091
3525
|
class GoogleCloudDocumentaiV1beta3RawDocument
|
3092
3526
|
# @private
|
3093
3527
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3127,6 +3561,71 @@ module Google
|
|
3127
3561
|
end
|
3128
3562
|
end
|
3129
3563
|
|
3564
|
+
class GoogleCloudDocumentaiV1beta3Schema
|
3565
|
+
# @private
|
3566
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3567
|
+
property :description, as: 'description'
|
3568
|
+
property :display_name, as: 'displayName'
|
3569
|
+
collection :entity_types, as: 'entityTypes', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaEntityType, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaEntityType::Representation
|
3570
|
+
|
3571
|
+
end
|
3572
|
+
end
|
3573
|
+
|
3574
|
+
class GoogleCloudDocumentaiV1beta3SchemaEntityType
|
3575
|
+
# @private
|
3576
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3577
|
+
property :base_type, as: 'baseType'
|
3578
|
+
property :description, as: 'description'
|
3579
|
+
collection :enum_values, as: 'enumValues'
|
3580
|
+
property :occurrence_type, as: 'occurrenceType'
|
3581
|
+
collection :properties, as: 'properties', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaEntityType, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SchemaEntityType::Representation
|
3582
|
+
|
3583
|
+
property :source, as: 'source'
|
3584
|
+
property :type, as: 'type'
|
3585
|
+
end
|
3586
|
+
end
|
3587
|
+
|
3588
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata
|
3589
|
+
# @private
|
3590
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3591
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
3592
|
+
|
3593
|
+
end
|
3594
|
+
end
|
3595
|
+
|
3596
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionRequest
|
3597
|
+
# @private
|
3598
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3599
|
+
property :default_processor_version, as: 'defaultProcessorVersion'
|
3600
|
+
end
|
3601
|
+
end
|
3602
|
+
|
3603
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionResponse
|
3604
|
+
# @private
|
3605
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3606
|
+
end
|
3607
|
+
end
|
3608
|
+
|
3609
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata
|
3610
|
+
# @private
|
3611
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3612
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
3613
|
+
|
3614
|
+
end
|
3615
|
+
end
|
3616
|
+
|
3617
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionRequest
|
3618
|
+
# @private
|
3619
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3620
|
+
end
|
3621
|
+
end
|
3622
|
+
|
3623
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionResponse
|
3624
|
+
# @private
|
3625
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3626
|
+
end
|
3627
|
+
end
|
3628
|
+
|
3130
3629
|
class GoogleCloudDocumentaiV1beta3Vertex
|
3131
3630
|
# @private
|
3132
3631
|
class Representation < Google::Apis::Core::JsonRepresentation
|