google-apis-documentai_v1 0.11.0 → 0.15.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 +553 -27
- data/lib/google/apis/documentai_v1/gem_version.rb +2 -2
- data/lib/google/apis/documentai_v1/representations.rb +354 -0
- data/lib/google/apis/documentai_v1/service.rb +4 -4
- data/lib/google/apis/documentai_v1.rb +1 -1
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DocumentaiV1
|
18
18
|
# Version of the google-apis-documentai_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.15.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 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,42 @@ 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 GoogleCloudDocumentaiV1DeployProcessorVersionResponse
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class GoogleCloudDocumentaiV1DisableProcessorMetadata
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class GoogleCloudDocumentaiV1DisableProcessorResponse
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
211
289
|
class GoogleCloudDocumentaiV1Document
|
212
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
291
|
|
@@ -412,6 +490,18 @@ module Google
|
|
412
490
|
include Google::Apis::Core::JsonObjectSupport
|
413
491
|
end
|
414
492
|
|
493
|
+
class GoogleCloudDocumentaiV1EnableProcessorMetadata
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class GoogleCloudDocumentaiV1EnableProcessorResponse
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
415
505
|
class GoogleCloudDocumentaiV1GcsDocument
|
416
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
507
|
|
@@ -478,6 +568,30 @@ module Google
|
|
478
568
|
include Google::Apis::Core::JsonObjectSupport
|
479
569
|
end
|
480
570
|
|
571
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionResponse
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionResponse
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
481
595
|
class GoogleCloudDocumentaiV1Vertex
|
482
596
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
597
|
|
@@ -1024,6 +1138,24 @@ module Google
|
|
1024
1138
|
include Google::Apis::Core::JsonObjectSupport
|
1025
1139
|
end
|
1026
1140
|
|
1141
|
+
class GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata
|
1142
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1143
|
+
|
1144
|
+
include Google::Apis::Core::JsonObjectSupport
|
1145
|
+
end
|
1146
|
+
|
1147
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
|
+
|
1150
|
+
include Google::Apis::Core::JsonObjectSupport
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionResponse
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
|
+
|
1156
|
+
include Google::Apis::Core::JsonObjectSupport
|
1157
|
+
end
|
1158
|
+
|
1027
1159
|
class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata
|
1028
1160
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
1161
|
|
@@ -1066,6 +1198,30 @@ module Google
|
|
1066
1198
|
include Google::Apis::Core::JsonObjectSupport
|
1067
1199
|
end
|
1068
1200
|
|
1201
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1203
|
+
|
1204
|
+
include Google::Apis::Core::JsonObjectSupport
|
1205
|
+
end
|
1206
|
+
|
1207
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionResponse
|
1208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1209
|
+
|
1210
|
+
include Google::Apis::Core::JsonObjectSupport
|
1211
|
+
end
|
1212
|
+
|
1213
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata
|
1214
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1215
|
+
|
1216
|
+
include Google::Apis::Core::JsonObjectSupport
|
1217
|
+
end
|
1218
|
+
|
1219
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionResponse
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
|
+
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
1223
|
+
end
|
1224
|
+
|
1069
1225
|
class GoogleCloudLocationListLocationsResponse
|
1070
1226
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1071
1227
|
|
@@ -1138,6 +1294,34 @@ module Google
|
|
1138
1294
|
include Google::Apis::Core::JsonObjectSupport
|
1139
1295
|
end
|
1140
1296
|
|
1297
|
+
class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata
|
1298
|
+
# @private
|
1299
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1300
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1301
|
+
|
1302
|
+
end
|
1303
|
+
end
|
1304
|
+
|
1305
|
+
class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse
|
1306
|
+
# @private
|
1307
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1308
|
+
end
|
1309
|
+
end
|
1310
|
+
|
1311
|
+
class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata
|
1312
|
+
# @private
|
1313
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1314
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1315
|
+
|
1316
|
+
end
|
1317
|
+
end
|
1318
|
+
|
1319
|
+
class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse
|
1320
|
+
# @private
|
1321
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1322
|
+
end
|
1323
|
+
end
|
1324
|
+
|
1141
1325
|
class GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata
|
1142
1326
|
# @private
|
1143
1327
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1252,6 +1436,20 @@ module Google
|
|
1252
1436
|
end
|
1253
1437
|
end
|
1254
1438
|
|
1439
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata
|
1440
|
+
# @private
|
1441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1442
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1443
|
+
|
1444
|
+
end
|
1445
|
+
end
|
1446
|
+
|
1447
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse
|
1448
|
+
# @private
|
1449
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1450
|
+
end
|
1451
|
+
end
|
1452
|
+
|
1255
1453
|
class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
|
1256
1454
|
# @private
|
1257
1455
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1311,6 +1509,14 @@ module Google
|
|
1311
1509
|
end
|
1312
1510
|
end
|
1313
1511
|
|
1512
|
+
class GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata
|
1513
|
+
# @private
|
1514
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1515
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1516
|
+
|
1517
|
+
end
|
1518
|
+
end
|
1519
|
+
|
1314
1520
|
class GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata
|
1315
1521
|
# @private
|
1316
1522
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1398,6 +1604,50 @@ module Google
|
|
1398
1604
|
end
|
1399
1605
|
end
|
1400
1606
|
|
1607
|
+
class GoogleCloudDocumentaiV1DeleteProcessorMetadata
|
1608
|
+
# @private
|
1609
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1610
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1611
|
+
|
1612
|
+
end
|
1613
|
+
end
|
1614
|
+
|
1615
|
+
class GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata
|
1616
|
+
# @private
|
1617
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1618
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1619
|
+
|
1620
|
+
end
|
1621
|
+
end
|
1622
|
+
|
1623
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionMetadata
|
1624
|
+
# @private
|
1625
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1626
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1627
|
+
|
1628
|
+
end
|
1629
|
+
end
|
1630
|
+
|
1631
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionResponse
|
1632
|
+
# @private
|
1633
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1634
|
+
end
|
1635
|
+
end
|
1636
|
+
|
1637
|
+
class GoogleCloudDocumentaiV1DisableProcessorMetadata
|
1638
|
+
# @private
|
1639
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1640
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1641
|
+
|
1642
|
+
end
|
1643
|
+
end
|
1644
|
+
|
1645
|
+
class GoogleCloudDocumentaiV1DisableProcessorResponse
|
1646
|
+
# @private
|
1647
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1648
|
+
end
|
1649
|
+
end
|
1650
|
+
|
1401
1651
|
class GoogleCloudDocumentaiV1Document
|
1402
1652
|
# @private
|
1403
1653
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1456,6 +1706,8 @@ module Google
|
|
1456
1706
|
|
1457
1707
|
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1::GoogleTypeDateTime::Representation
|
1458
1708
|
|
1709
|
+
property :float_value, as: 'floatValue'
|
1710
|
+
property :integer_value, as: 'integerValue'
|
1459
1711
|
property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1::GoogleTypeMoney::Representation
|
1460
1712
|
|
1461
1713
|
property :text, as: 'text'
|
@@ -1571,6 +1823,8 @@ module Google
|
|
1571
1823
|
class GoogleCloudDocumentaiV1DocumentPageFormField
|
1572
1824
|
# @private
|
1573
1825
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1826
|
+
property :corrected_key_text, as: 'correctedKeyText'
|
1827
|
+
property :corrected_value_text, as: 'correctedValueText'
|
1574
1828
|
property :field_name, as: 'fieldName', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout::Representation
|
1575
1829
|
|
1576
1830
|
property :field_value, as: 'fieldValue', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageLayout::Representation
|
@@ -1810,6 +2064,20 @@ module Google
|
|
1810
2064
|
end
|
1811
2065
|
end
|
1812
2066
|
|
2067
|
+
class GoogleCloudDocumentaiV1EnableProcessorMetadata
|
2068
|
+
# @private
|
2069
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2070
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
2071
|
+
|
2072
|
+
end
|
2073
|
+
end
|
2074
|
+
|
2075
|
+
class GoogleCloudDocumentaiV1EnableProcessorResponse
|
2076
|
+
# @private
|
2077
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2078
|
+
end
|
2079
|
+
end
|
2080
|
+
|
1813
2081
|
class GoogleCloudDocumentaiV1GcsDocument
|
1814
2082
|
# @private
|
1815
2083
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1904,6 +2172,34 @@ module Google
|
|
1904
2172
|
end
|
1905
2173
|
end
|
1906
2174
|
|
2175
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata
|
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 GoogleCloudDocumentaiV1SetDefaultProcessorVersionResponse
|
2184
|
+
# @private
|
2185
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2186
|
+
end
|
2187
|
+
end
|
2188
|
+
|
2189
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
|
2190
|
+
# @private
|
2191
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2192
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
2193
|
+
|
2194
|
+
end
|
2195
|
+
end
|
2196
|
+
|
2197
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionResponse
|
2198
|
+
# @private
|
2199
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2200
|
+
end
|
2201
|
+
end
|
2202
|
+
|
1907
2203
|
class GoogleCloudDocumentaiV1Vertex
|
1908
2204
|
# @private
|
1909
2205
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1988,6 +2284,8 @@ module Google
|
|
1988
2284
|
|
1989
2285
|
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1::GoogleTypeDateTime::Representation
|
1990
2286
|
|
2287
|
+
property :float_value, as: 'floatValue'
|
2288
|
+
property :integer_value, as: 'integerValue'
|
1991
2289
|
property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1::GoogleTypeMoney::Representation
|
1992
2290
|
|
1993
2291
|
property :text, as: 'text'
|
@@ -2088,6 +2386,8 @@ module Google
|
|
2088
2386
|
class GoogleCloudDocumentaiV1beta1DocumentPageFormField
|
2089
2387
|
# @private
|
2090
2388
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2389
|
+
property :corrected_key_text, as: 'correctedKeyText'
|
2390
|
+
property :corrected_value_text, as: 'correctedValueText'
|
2091
2391
|
property :field_name, as: 'fieldName', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
|
2092
2392
|
|
2093
2393
|
property :field_value, as: 'fieldValue', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
|
@@ -2473,6 +2773,8 @@ module Google
|
|
2473
2773
|
|
2474
2774
|
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1::GoogleTypeDateTime::Representation
|
2475
2775
|
|
2776
|
+
property :float_value, as: 'floatValue'
|
2777
|
+
property :integer_value, as: 'integerValue'
|
2476
2778
|
property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1::GoogleTypeMoney::Representation
|
2477
2779
|
|
2478
2780
|
property :text, as: 'text'
|
@@ -2582,6 +2884,8 @@ module Google
|
|
2582
2884
|
class GoogleCloudDocumentaiV1beta2DocumentPageFormField
|
2583
2885
|
# @private
|
2584
2886
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2887
|
+
property :corrected_key_text, as: 'correctedKeyText'
|
2888
|
+
property :corrected_value_text, as: 'correctedValueText'
|
2585
2889
|
property :field_name, as: 'fieldName', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
|
2586
2890
|
|
2587
2891
|
property :field_value, as: 'fieldValue', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
|
@@ -2939,6 +3243,28 @@ module Google
|
|
2939
3243
|
end
|
2940
3244
|
end
|
2941
3245
|
|
3246
|
+
class GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata
|
3247
|
+
# @private
|
3248
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3249
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
3250
|
+
|
3251
|
+
end
|
3252
|
+
end
|
3253
|
+
|
3254
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata
|
3255
|
+
# @private
|
3256
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3257
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
3258
|
+
|
3259
|
+
end
|
3260
|
+
end
|
3261
|
+
|
3262
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionResponse
|
3263
|
+
# @private
|
3264
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3265
|
+
end
|
3266
|
+
end
|
3267
|
+
|
2942
3268
|
class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata
|
2943
3269
|
# @private
|
2944
3270
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2995,6 +3321,34 @@ module Google
|
|
2995
3321
|
end
|
2996
3322
|
end
|
2997
3323
|
|
3324
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata
|
3325
|
+
# @private
|
3326
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3327
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
3328
|
+
|
3329
|
+
end
|
3330
|
+
end
|
3331
|
+
|
3332
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionResponse
|
3333
|
+
# @private
|
3334
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3335
|
+
end
|
3336
|
+
end
|
3337
|
+
|
3338
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata
|
3339
|
+
# @private
|
3340
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3341
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
3342
|
+
|
3343
|
+
end
|
3344
|
+
end
|
3345
|
+
|
3346
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionResponse
|
3347
|
+
# @private
|
3348
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3349
|
+
end
|
3350
|
+
end
|
3351
|
+
|
2998
3352
|
class GoogleCloudLocationListLocationsResponse
|
2999
3353
|
# @private
|
3000
3354
|
class Representation < Google::Apis::Core::JsonRepresentation
|