google-apis-documentai_v1beta3 0.22.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 +4 -0
- data/lib/google/apis/documentai_v1beta3/classes.rb +638 -2
- data/lib/google/apis/documentai_v1beta3/gem_version.rb +2 -2
- data/lib/google/apis/documentai_v1beta3/representations.rb +395 -0
- data/lib/google/apis/documentai_v1beta3/service.rb +231 -0
- 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
|
@@ -232,6 +232,54 @@ module Google
|
|
232
232
|
include Google::Apis::Core::JsonObjectSupport
|
233
233
|
end
|
234
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
|
+
|
235
283
|
class GoogleCloudDocumentaiV1HumanReviewStatus
|
236
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
285
|
|
@@ -250,6 +298,30 @@ module Google
|
|
250
298
|
include Google::Apis::Core::JsonObjectSupport
|
251
299
|
end
|
252
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
|
+
|
253
325
|
class GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse
|
254
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
327
|
|
@@ -820,6 +892,30 @@ module Google
|
|
820
892
|
include Google::Apis::Core::JsonObjectSupport
|
821
893
|
end
|
822
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
|
+
|
823
919
|
class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata
|
824
920
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
921
|
|
@@ -1060,6 +1156,18 @@ module Google
|
|
1060
1156
|
include Google::Apis::Core::JsonObjectSupport
|
1061
1157
|
end
|
1062
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
|
+
|
1063
1171
|
class GoogleCloudDocumentaiV1beta3FetchProcessorTypesResponse
|
1064
1172
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1065
1173
|
|
@@ -1090,6 +1198,12 @@ module Google
|
|
1090
1198
|
include Google::Apis::Core::JsonObjectSupport
|
1091
1199
|
end
|
1092
1200
|
|
1201
|
+
class GoogleCloudDocumentaiV1beta3ListProcessorVersionsResponse
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1203
|
+
|
1204
|
+
include Google::Apis::Core::JsonObjectSupport
|
1205
|
+
end
|
1206
|
+
|
1093
1207
|
class GoogleCloudDocumentaiV1beta3ListProcessorsResponse
|
1094
1208
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1095
1209
|
|
@@ -1132,6 +1246,12 @@ module Google
|
|
1132
1246
|
include Google::Apis::Core::JsonObjectSupport
|
1133
1247
|
end
|
1134
1248
|
|
1249
|
+
class GoogleCloudDocumentaiV1beta3ProcessorVersion
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
|
+
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
1253
|
+
end
|
1254
|
+
|
1135
1255
|
class GoogleCloudDocumentaiV1beta3RawDocument
|
1136
1256
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
1257
|
|
@@ -1156,6 +1276,54 @@ module Google
|
|
1156
1276
|
include Google::Apis::Core::JsonObjectSupport
|
1157
1277
|
end
|
1158
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
|
+
|
1159
1327
|
class GoogleCloudDocumentaiV1beta3Vertex
|
1160
1328
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1161
1329
|
|
@@ -1513,6 +1681,64 @@ module Google
|
|
1513
1681
|
end
|
1514
1682
|
end
|
1515
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
|
+
|
1516
1742
|
class GoogleCloudDocumentaiV1HumanReviewStatus
|
1517
1743
|
# @private
|
1518
1744
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1537,6 +1763,34 @@ module Google
|
|
1537
1763
|
end
|
1538
1764
|
end
|
1539
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
|
+
|
1540
1794
|
class GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse
|
1541
1795
|
# @private
|
1542
1796
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2622,6 +2876,34 @@ module Google
|
|
2622
2876
|
end
|
2623
2877
|
end
|
2624
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
|
+
|
2625
2907
|
class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata
|
2626
2908
|
# @private
|
2627
2909
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3078,6 +3360,31 @@ module Google
|
|
3078
3360
|
end
|
3079
3361
|
end
|
3080
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
|
+
|
3081
3388
|
class GoogleCloudDocumentaiV1beta3FetchProcessorTypesResponse
|
3082
3389
|
# @private
|
3083
3390
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3118,6 +3425,15 @@ module Google
|
|
3118
3425
|
end
|
3119
3426
|
end
|
3120
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
|
+
|
3121
3437
|
class GoogleCloudDocumentaiV1beta3ListProcessorsResponse
|
3122
3438
|
# @private
|
3123
3439
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3192,6 +3508,20 @@ module Google
|
|
3192
3508
|
end
|
3193
3509
|
end
|
3194
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
|
+
|
3195
3525
|
class GoogleCloudDocumentaiV1beta3RawDocument
|
3196
3526
|
# @private
|
3197
3527
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3231,6 +3561,71 @@ module Google
|
|
3231
3561
|
end
|
3232
3562
|
end
|
3233
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
|
+
|
3234
3629
|
class GoogleCloudDocumentaiV1beta3Vertex
|
3235
3630
|
# @private
|
3236
3631
|
class Representation < Google::Apis::Core::JsonRepresentation
|