@aws-sdk/client-textract 3.986.0 → 3.988.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.
- package/dist-cjs/index.js +44 -1543
- package/dist-cjs/models/TextractServiceException.js +12 -0
- package/dist-cjs/models/errors.js +316 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1080 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +119 -113
- package/dist-types/schemas/schemas_0.d.ts +25 -18
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +20 -18
- package/package.json +13 -13
|
@@ -0,0 +1,1080 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DocumentMetadata$ = exports.DocumentLocation$ = exports.DocumentGroup$ = exports.Document$ = exports.DetectedSignature$ = exports.DetectDocumentTextResponse$ = exports.DetectDocumentTextRequest$ = exports.DeleteAdapterVersionResponse$ = exports.DeleteAdapterVersionRequest$ = exports.DeleteAdapterResponse$ = exports.DeleteAdapterRequest$ = exports.CreateAdapterVersionResponse$ = exports.CreateAdapterVersionRequest$ = exports.CreateAdapterResponse$ = exports.CreateAdapterRequest$ = exports.BoundingBox$ = exports.Block$ = exports.AnalyzeIDResponse$ = exports.AnalyzeIDRequest$ = exports.AnalyzeIDDetections$ = exports.AnalyzeExpenseResponse$ = exports.AnalyzeExpenseRequest$ = exports.AnalyzeDocumentResponse$ = exports.AnalyzeDocumentRequest$ = exports.AdapterVersionOverview$ = exports.AdapterVersionEvaluationMetric$ = exports.AdapterVersionDatasetConfig$ = exports.AdaptersConfig$ = exports.AdapterOverview$ = exports.Adapter$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.UnsupportedDocumentException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.ProvisionedThroughputExceededException$ = exports.LimitExceededException$ = exports.InvalidS3ObjectException$ = exports.InvalidParameterException$ = exports.InvalidKMSKeyException$ = exports.InvalidJobIdException$ = exports.InternalServerError$ = exports.IdempotentParameterMismatchException$ = exports.HumanLoopQuotaExceededException$ = exports.DocumentTooLargeException$ = exports.ConflictException$ = exports.BadDocumentException$ = exports.AccessDeniedException$ = exports.TextractServiceException$ = void 0;
|
|
4
|
+
exports.Relationship$ = exports.Query$ = exports.QueriesConfig$ = exports.Prediction$ = exports.Point$ = exports.PageClassification$ = exports.OutputConfig$ = exports.NotificationChannel$ = exports.NormalizedValue$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListAdapterVersionsResponse$ = exports.ListAdapterVersionsRequest$ = exports.ListAdaptersResponse$ = exports.ListAdaptersRequest$ = exports.LineItemGroup$ = exports.LineItemFields$ = exports.LendingSummary$ = exports.LendingResult$ = exports.LendingField$ = exports.LendingDocument$ = exports.LendingDetection$ = exports.IdentityDocumentField$ = exports.IdentityDocument$ = exports.HumanLoopDataAttributes$ = exports.HumanLoopConfig$ = exports.HumanLoopActivationOutput$ = exports.GetLendingAnalysisSummaryResponse$ = exports.GetLendingAnalysisSummaryRequest$ = exports.GetLendingAnalysisResponse$ = exports.GetLendingAnalysisRequest$ = exports.GetExpenseAnalysisResponse$ = exports.GetExpenseAnalysisRequest$ = exports.GetDocumentTextDetectionResponse$ = exports.GetDocumentTextDetectionRequest$ = exports.GetDocumentAnalysisResponse$ = exports.GetDocumentAnalysisRequest$ = exports.GetAdapterVersionResponse$ = exports.GetAdapterVersionRequest$ = exports.GetAdapterResponse$ = exports.GetAdapterRequest$ = exports.Geometry$ = exports.Extraction$ = exports.ExpenseType$ = exports.ExpenseGroupProperty$ = exports.ExpenseField$ = exports.ExpenseDocument$ = exports.ExpenseDetection$ = exports.ExpenseCurrency$ = exports.EvaluationMetric$ = void 0;
|
|
5
|
+
exports.UpdateAdapter$ = exports.UntagResource$ = exports.TagResource$ = exports.StartLendingAnalysis$ = exports.StartExpenseAnalysis$ = exports.StartDocumentTextDetection$ = exports.StartDocumentAnalysis$ = exports.ListTagsForResource$ = exports.ListAdapterVersions$ = exports.ListAdapters$ = exports.GetLendingAnalysisSummary$ = exports.GetLendingAnalysis$ = exports.GetExpenseAnalysis$ = exports.GetDocumentTextDetection$ = exports.GetDocumentAnalysis$ = exports.GetAdapterVersion$ = exports.GetAdapter$ = exports.DetectDocumentText$ = exports.DeleteAdapterVersion$ = exports.DeleteAdapter$ = exports.CreateAdapterVersion$ = exports.CreateAdapter$ = exports.AnalyzeID$ = exports.AnalyzeExpense$ = exports.AnalyzeDocument$ = exports.Warning$ = exports.UpdateAdapterResponse$ = exports.UpdateAdapterRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.UndetectedSignature$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StartLendingAnalysisResponse$ = exports.StartLendingAnalysisRequest$ = exports.StartExpenseAnalysisResponse$ = exports.StartExpenseAnalysisRequest$ = exports.StartDocumentTextDetectionResponse$ = exports.StartDocumentTextDetectionRequest$ = exports.StartDocumentAnalysisResponse$ = exports.StartDocumentAnalysisRequest$ = exports.SplitDocument$ = exports.SignatureDetection$ = exports.S3Object$ = void 0;
|
|
6
|
+
const _A = "Adapter";
|
|
7
|
+
const _AC = "AdaptersConfig";
|
|
8
|
+
const _ACT = "AfterCreationTime";
|
|
9
|
+
const _AD = "AnalyzeDocument";
|
|
10
|
+
const _ADE = "AccessDeniedException";
|
|
11
|
+
const _ADMV = "AnalyzeDocumentModelVersion";
|
|
12
|
+
const _ADR = "AnalyzeDocumentRequest";
|
|
13
|
+
const _ADRn = "AnalyzeDocumentResponse";
|
|
14
|
+
const _AE = "AnalyzeExpense";
|
|
15
|
+
const _AEMV = "AnalyzeExpenseModelVersion";
|
|
16
|
+
const _AER = "AnalyzeExpenseRequest";
|
|
17
|
+
const _AERn = "AnalyzeExpenseResponse";
|
|
18
|
+
const _AI = "AdapterId";
|
|
19
|
+
const _AID = "AnalyzeID";
|
|
20
|
+
const _AIDD = "AnalyzeIDDetections";
|
|
21
|
+
const _AIDMV = "AnalyzeIDModelVersion";
|
|
22
|
+
const _AIDR = "AnalyzeIDRequest";
|
|
23
|
+
const _AIDRn = "AnalyzeIDResponse";
|
|
24
|
+
const _AL = "AdapterList";
|
|
25
|
+
const _ALMV = "AnalyzeLendingModelVersion";
|
|
26
|
+
const _AN = "AdapterName";
|
|
27
|
+
const _AO = "AdapterOverview";
|
|
28
|
+
const _AU = "AutoUpdate";
|
|
29
|
+
const _AV = "AdapterVersion";
|
|
30
|
+
const _AVDC = "AdapterVersionDatasetConfig";
|
|
31
|
+
const _AVEM = "AdapterVersionEvaluationMetric";
|
|
32
|
+
const _AVEMd = "AdapterVersionEvaluationMetrics";
|
|
33
|
+
const _AVL = "AdapterVersionList";
|
|
34
|
+
const _AVO = "AdapterVersionOverview";
|
|
35
|
+
const _AVd = "AdapterVersions";
|
|
36
|
+
const _Ad = "Adapters";
|
|
37
|
+
const _Al = "Alias";
|
|
38
|
+
const _B = "Baseline";
|
|
39
|
+
const _BB = "BoundingBox";
|
|
40
|
+
const _BCT = "BeforeCreationTime";
|
|
41
|
+
const _BDE = "BadDocumentException";
|
|
42
|
+
const _BL = "BlockList";
|
|
43
|
+
const _BT = "BlockType";
|
|
44
|
+
const _Bl = "Blocks";
|
|
45
|
+
const _Blo = "Block";
|
|
46
|
+
const _Bu = "Bucket";
|
|
47
|
+
const _By = "Bytes";
|
|
48
|
+
const _C = "Code";
|
|
49
|
+
const _CA = "CreateAdapter";
|
|
50
|
+
const _CAR = "CreateAdapterRequest";
|
|
51
|
+
const _CARr = "CreateAdapterResponse";
|
|
52
|
+
const _CAV = "CreateAdapterVersion";
|
|
53
|
+
const _CAVR = "CreateAdapterVersionRequest";
|
|
54
|
+
const _CAVRr = "CreateAdapterVersionResponse";
|
|
55
|
+
const _CC = "ContentClassifiers";
|
|
56
|
+
const _CE = "ConflictException";
|
|
57
|
+
const _CI = "ColumnIndex";
|
|
58
|
+
const _CRT = "ClientRequestToken";
|
|
59
|
+
const _CS = "ColumnSpan";
|
|
60
|
+
const _CT = "CreationTime";
|
|
61
|
+
const _Co = "Confidence";
|
|
62
|
+
const _Cu = "Currency";
|
|
63
|
+
const _D = "Document";
|
|
64
|
+
const _DA = "DataAttributes";
|
|
65
|
+
const _DAR = "DeleteAdapterRequest";
|
|
66
|
+
const _DARe = "DeleteAdapterResponse";
|
|
67
|
+
const _DAV = "DeleteAdapterVersion";
|
|
68
|
+
const _DAVR = "DeleteAdapterVersionRequest";
|
|
69
|
+
const _DAVRe = "DeleteAdapterVersionResponse";
|
|
70
|
+
const _DAe = "DeleteAdapter";
|
|
71
|
+
const _DC = "DatasetConfig";
|
|
72
|
+
const _DDT = "DetectDocumentText";
|
|
73
|
+
const _DDTMV = "DetectDocumentTextModelVersion";
|
|
74
|
+
const _DDTR = "DetectDocumentTextRequest";
|
|
75
|
+
const _DDTRe = "DetectDocumentTextResponse";
|
|
76
|
+
const _DG = "DocumentGroup";
|
|
77
|
+
const _DGL = "DocumentGroupList";
|
|
78
|
+
const _DGo = "DocumentGroups";
|
|
79
|
+
const _DI = "DocumentIndex";
|
|
80
|
+
const _DL = "DocumentLocation";
|
|
81
|
+
const _DM = "DocumentMetadata";
|
|
82
|
+
const _DP = "DocumentPages";
|
|
83
|
+
const _DS = "DetectedSignature";
|
|
84
|
+
const _DSL = "DetectedSignatureList";
|
|
85
|
+
const _DSe = "DetectedSignatures";
|
|
86
|
+
const _DTLE = "DocumentTooLargeException";
|
|
87
|
+
const _De = "Description";
|
|
88
|
+
const _E = "Extraction";
|
|
89
|
+
const _EC = "ExpenseCurrency";
|
|
90
|
+
const _ECr = "ErrorCode";
|
|
91
|
+
const _ED = "ExpenseDocuments";
|
|
92
|
+
const _EDL = "ExpenseDocumentList";
|
|
93
|
+
const _EDx = "ExpenseDetection";
|
|
94
|
+
const _EDxp = "ExpenseDocument";
|
|
95
|
+
const _EF = "ExpenseField";
|
|
96
|
+
const _EFL = "ExpenseFieldList";
|
|
97
|
+
const _EGP = "ExpenseGroupProperty";
|
|
98
|
+
const _EGPL = "ExpenseGroupPropertyList";
|
|
99
|
+
const _EI = "ExpenseIndex";
|
|
100
|
+
const _EL = "ExtractionList";
|
|
101
|
+
const _EM = "EvaluationMetric";
|
|
102
|
+
const _EMv = "EvaluationMetrics";
|
|
103
|
+
const _ET = "EntityTypes";
|
|
104
|
+
const _ETx = "ExpenseType";
|
|
105
|
+
const _Ex = "Extractions";
|
|
106
|
+
const _FDA = "FlowDefinitionArn";
|
|
107
|
+
const _FS = "F1Score";
|
|
108
|
+
const _FT = "FeatureTypes";
|
|
109
|
+
const _FTe = "FeatureType";
|
|
110
|
+
const _G = "Geometry";
|
|
111
|
+
const _GA = "GetAdapter";
|
|
112
|
+
const _GAR = "GetAdapterRequest";
|
|
113
|
+
const _GARe = "GetAdapterResponse";
|
|
114
|
+
const _GAV = "GetAdapterVersion";
|
|
115
|
+
const _GAVR = "GetAdapterVersionRequest";
|
|
116
|
+
const _GAVRe = "GetAdapterVersionResponse";
|
|
117
|
+
const _GDA = "GetDocumentAnalysis";
|
|
118
|
+
const _GDAR = "GetDocumentAnalysisRequest";
|
|
119
|
+
const _GDARe = "GetDocumentAnalysisResponse";
|
|
120
|
+
const _GDTD = "GetDocumentTextDetection";
|
|
121
|
+
const _GDTDR = "GetDocumentTextDetectionRequest";
|
|
122
|
+
const _GDTDRe = "GetDocumentTextDetectionResponse";
|
|
123
|
+
const _GEA = "GetExpenseAnalysis";
|
|
124
|
+
const _GEAR = "GetExpenseAnalysisRequest";
|
|
125
|
+
const _GEARe = "GetExpenseAnalysisResponse";
|
|
126
|
+
const _GLA = "GetLendingAnalysis";
|
|
127
|
+
const _GLAR = "GetLendingAnalysisRequest";
|
|
128
|
+
const _GLARe = "GetLendingAnalysisResponse";
|
|
129
|
+
const _GLAS = "GetLendingAnalysisSummary";
|
|
130
|
+
const _GLASR = "GetLendingAnalysisSummaryRequest";
|
|
131
|
+
const _GLASRe = "GetLendingAnalysisSummaryResponse";
|
|
132
|
+
const _GP = "GroupProperties";
|
|
133
|
+
const _H = "Height";
|
|
134
|
+
const _HLA = "HumanLoopArn";
|
|
135
|
+
const _HLACER = "HumanLoopActivationConditionsEvaluationResults";
|
|
136
|
+
const _HLAO = "HumanLoopActivationOutput";
|
|
137
|
+
const _HLAR = "HumanLoopActivationReasons";
|
|
138
|
+
const _HLC = "HumanLoopConfig";
|
|
139
|
+
const _HLDA = "HumanLoopDataAttributes";
|
|
140
|
+
const _HLN = "HumanLoopName";
|
|
141
|
+
const _HLQEE = "HumanLoopQuotaExceededException";
|
|
142
|
+
const _I = "Id";
|
|
143
|
+
const _ID = "IdentityDocuments";
|
|
144
|
+
const _IDF = "IdentityDocumentFields";
|
|
145
|
+
const _IDFL = "IdentityDocumentFieldList";
|
|
146
|
+
const _IDFd = "IdentityDocumentField";
|
|
147
|
+
const _IDL = "IdentityDocumentList";
|
|
148
|
+
const _IDd = "IdentityDocument";
|
|
149
|
+
const _IJIE = "InvalidJobIdException";
|
|
150
|
+
const _IKMSKE = "InvalidKMSKeyException";
|
|
151
|
+
const _IPE = "InvalidParameterException";
|
|
152
|
+
const _IPME = "IdempotentParameterMismatchException";
|
|
153
|
+
const _ISE = "InternalServerError";
|
|
154
|
+
const _ISOE = "InvalidS3ObjectException";
|
|
155
|
+
const _Id = "Ids";
|
|
156
|
+
const _In = "Index";
|
|
157
|
+
const _JI = "JobId";
|
|
158
|
+
const _JS = "JobStatus";
|
|
159
|
+
const _JT = "JobTag";
|
|
160
|
+
const _KD = "KeyDetection";
|
|
161
|
+
const _KMSKI = "KMSKeyId";
|
|
162
|
+
const _L = "Left";
|
|
163
|
+
const _LA = "ListAdapters";
|
|
164
|
+
const _LAR = "ListAdaptersRequest";
|
|
165
|
+
const _LARi = "ListAdaptersResponse";
|
|
166
|
+
const _LAV = "ListAdapterVersions";
|
|
167
|
+
const _LAVR = "ListAdapterVersionsRequest";
|
|
168
|
+
const _LAVRi = "ListAdapterVersionsResponse";
|
|
169
|
+
const _LD = "LabelDetection";
|
|
170
|
+
const _LDL = "LendingDetectionList";
|
|
171
|
+
const _LDe = "LendingDocument";
|
|
172
|
+
const _LDen = "LendingDetection";
|
|
173
|
+
const _LEE = "LimitExceededException";
|
|
174
|
+
const _LF = "LendingFields";
|
|
175
|
+
const _LFL = "LendingFieldList";
|
|
176
|
+
const _LFe = "LendingField";
|
|
177
|
+
const _LI = "LineItems";
|
|
178
|
+
const _LIEF = "LineItemExpenseFields";
|
|
179
|
+
const _LIF = "LineItemFields";
|
|
180
|
+
const _LIG = "LineItemGroups";
|
|
181
|
+
const _LIGI = "LineItemGroupIndex";
|
|
182
|
+
const _LIGL = "LineItemGroupList";
|
|
183
|
+
const _LIGi = "LineItemGroup";
|
|
184
|
+
const _LIL = "LineItemList";
|
|
185
|
+
const _LR = "LendingResult";
|
|
186
|
+
const _LRL = "LendingResultList";
|
|
187
|
+
const _LS = "LendingSummary";
|
|
188
|
+
const _LTFR = "ListTagsForResource";
|
|
189
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
190
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
191
|
+
const _M = "Message";
|
|
192
|
+
const _MR = "MaxResults";
|
|
193
|
+
const _MSO = "ManifestS3Object";
|
|
194
|
+
const _N = "Name";
|
|
195
|
+
const _NC = "NotificationChannel";
|
|
196
|
+
const _NT = "NextToken";
|
|
197
|
+
const _NV = "NormalizedValue";
|
|
198
|
+
const _OC = "OutputConfig";
|
|
199
|
+
const _P = "Pages";
|
|
200
|
+
const _PC = "PageClassification";
|
|
201
|
+
const _PL = "PredictionList";
|
|
202
|
+
const _PN = "PageNumber";
|
|
203
|
+
const _PT = "PageType";
|
|
204
|
+
const _PTEE = "ProvisionedThroughputExceededException";
|
|
205
|
+
const _Pa = "Page";
|
|
206
|
+
const _Po = "Polygon";
|
|
207
|
+
const _Poi = "Point";
|
|
208
|
+
const _Pr = "Precision";
|
|
209
|
+
const _Pre = "Prediction";
|
|
210
|
+
const _Q = "Query";
|
|
211
|
+
const _QC = "QuotaCode";
|
|
212
|
+
const _QCu = "QueriesConfig";
|
|
213
|
+
const _Qu = "Queries";
|
|
214
|
+
const _R = "Relationships";
|
|
215
|
+
const _RA = "RotationAngle";
|
|
216
|
+
const _RARN = "ResourceARN";
|
|
217
|
+
const _RAo = "RoleArn";
|
|
218
|
+
const _RI = "RowIndex";
|
|
219
|
+
const _RL = "RelationshipList";
|
|
220
|
+
const _RNFE = "ResourceNotFoundException";
|
|
221
|
+
const _RS = "RowSpan";
|
|
222
|
+
const _RT = "ResourceType";
|
|
223
|
+
const _Re = "Recall";
|
|
224
|
+
const _Rel = "Relationship";
|
|
225
|
+
const _Res = "Results";
|
|
226
|
+
const _S = "Status";
|
|
227
|
+
const _SB = "S3Bucket";
|
|
228
|
+
const _SC = "ServiceCode";
|
|
229
|
+
const _SD = "SplitDocuments";
|
|
230
|
+
const _SDA = "StartDocumentAnalysis";
|
|
231
|
+
const _SDAR = "StartDocumentAnalysisRequest";
|
|
232
|
+
const _SDARt = "StartDocumentAnalysisResponse";
|
|
233
|
+
const _SDL = "SignatureDetectionList";
|
|
234
|
+
const _SDLp = "SplitDocumentList";
|
|
235
|
+
const _SDTD = "StartDocumentTextDetection";
|
|
236
|
+
const _SDTDR = "StartDocumentTextDetectionRequest";
|
|
237
|
+
const _SDTDRt = "StartDocumentTextDetectionResponse";
|
|
238
|
+
const _SDi = "SignatureDetections";
|
|
239
|
+
const _SDig = "SignatureDetection";
|
|
240
|
+
const _SDp = "SplitDocument";
|
|
241
|
+
const _SEA = "StartExpenseAnalysis";
|
|
242
|
+
const _SEAR = "StartExpenseAnalysisRequest";
|
|
243
|
+
const _SEARt = "StartExpenseAnalysisResponse";
|
|
244
|
+
const _SF = "SummaryFields";
|
|
245
|
+
const _SJHLACER = "SynthesizedJsonHumanLoopActivationConditionsEvaluationResults";
|
|
246
|
+
const _SLA = "StartLendingAnalysis";
|
|
247
|
+
const _SLAR = "StartLendingAnalysisRequest";
|
|
248
|
+
const _SLARt = "StartLendingAnalysisResponse";
|
|
249
|
+
const _SM = "StatusMessage";
|
|
250
|
+
const _SNSTA = "SNSTopicArn";
|
|
251
|
+
const _SO = "S3Object";
|
|
252
|
+
const _SP = "S3Prefix";
|
|
253
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
254
|
+
const _SS = "SelectionStatus";
|
|
255
|
+
const _Su = "Summary";
|
|
256
|
+
const _T = "Text";
|
|
257
|
+
const _TE = "ThrottlingException";
|
|
258
|
+
const _TK = "TagKeys";
|
|
259
|
+
const _TR = "TagResource";
|
|
260
|
+
const _TRR = "TagResourceRequest";
|
|
261
|
+
const _TRRa = "TagResourceResponse";
|
|
262
|
+
const _TT = "TextType";
|
|
263
|
+
const _Ta = "Tags";
|
|
264
|
+
const _To = "Top";
|
|
265
|
+
const _Ty = "Type";
|
|
266
|
+
const _Typ = "Types";
|
|
267
|
+
const _UA = "UpdateAdapter";
|
|
268
|
+
const _UAR = "UpdateAdapterRequest";
|
|
269
|
+
const _UARp = "UpdateAdapterResponse";
|
|
270
|
+
const _UDE = "UnsupportedDocumentException";
|
|
271
|
+
const _UDT = "UndetectedDocumentTypes";
|
|
272
|
+
const _UR = "UntagResource";
|
|
273
|
+
const _URR = "UntagResourceRequest";
|
|
274
|
+
const _URRn = "UntagResourceResponse";
|
|
275
|
+
const _US = "UndetectedSignatures";
|
|
276
|
+
const _USL = "UndetectedSignatureList";
|
|
277
|
+
const _USn = "UndetectedSignature";
|
|
278
|
+
const _V = "Version";
|
|
279
|
+
const _VD = "ValueDetection";
|
|
280
|
+
const _VDa = "ValueDetections";
|
|
281
|
+
const _VE = "ValidationException";
|
|
282
|
+
const _VT = "ValueType";
|
|
283
|
+
const _Va = "Value";
|
|
284
|
+
const _W = "Width";
|
|
285
|
+
const _Wa = "Warnings";
|
|
286
|
+
const _War = "Warning";
|
|
287
|
+
const _X = "X";
|
|
288
|
+
const _Y = "Y";
|
|
289
|
+
const _a = "application/json";
|
|
290
|
+
const _c = "client";
|
|
291
|
+
const _e = "error";
|
|
292
|
+
const _hE = "httpError";
|
|
293
|
+
const _mT = "mediaType";
|
|
294
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.textract";
|
|
295
|
+
const _se = "server";
|
|
296
|
+
const n0 = "com.amazonaws.textract";
|
|
297
|
+
const schema_1 = require("@smithy/core/schema");
|
|
298
|
+
const errors_1 = require("../models/errors");
|
|
299
|
+
const TextractServiceException_1 = require("../models/TextractServiceException");
|
|
300
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
301
|
+
exports.TextractServiceException$ = [-3, _s, "TextractServiceException", 0, [], []];
|
|
302
|
+
_s_registry.registerError(exports.TextractServiceException$, TextractServiceException_1.TextractServiceException);
|
|
303
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
304
|
+
exports.AccessDeniedException$ = [-3, n0, _ADE,
|
|
305
|
+
{ [_e]: _c },
|
|
306
|
+
[_M, _C],
|
|
307
|
+
[0, 0]
|
|
308
|
+
];
|
|
309
|
+
n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
|
|
310
|
+
exports.BadDocumentException$ = [-3, n0, _BDE,
|
|
311
|
+
{ [_e]: _c },
|
|
312
|
+
[_M, _C],
|
|
313
|
+
[0, 0]
|
|
314
|
+
];
|
|
315
|
+
n0_registry.registerError(exports.BadDocumentException$, errors_1.BadDocumentException);
|
|
316
|
+
exports.ConflictException$ = [-3, n0, _CE,
|
|
317
|
+
{ [_e]: _c },
|
|
318
|
+
[_M, _C],
|
|
319
|
+
[0, 0]
|
|
320
|
+
];
|
|
321
|
+
n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
|
|
322
|
+
exports.DocumentTooLargeException$ = [-3, n0, _DTLE,
|
|
323
|
+
{ [_e]: _c },
|
|
324
|
+
[_M, _C],
|
|
325
|
+
[0, 0]
|
|
326
|
+
];
|
|
327
|
+
n0_registry.registerError(exports.DocumentTooLargeException$, errors_1.DocumentTooLargeException);
|
|
328
|
+
exports.HumanLoopQuotaExceededException$ = [-3, n0, _HLQEE,
|
|
329
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
330
|
+
[_RT, _QC, _SC, _M, _C],
|
|
331
|
+
[0, 0, 0, 0, 0]
|
|
332
|
+
];
|
|
333
|
+
n0_registry.registerError(exports.HumanLoopQuotaExceededException$, errors_1.HumanLoopQuotaExceededException);
|
|
334
|
+
exports.IdempotentParameterMismatchException$ = [-3, n0, _IPME,
|
|
335
|
+
{ [_e]: _c },
|
|
336
|
+
[_M, _C],
|
|
337
|
+
[0, 0]
|
|
338
|
+
];
|
|
339
|
+
n0_registry.registerError(exports.IdempotentParameterMismatchException$, errors_1.IdempotentParameterMismatchException);
|
|
340
|
+
exports.InternalServerError$ = [-3, n0, _ISE,
|
|
341
|
+
{ [_e]: _se },
|
|
342
|
+
[_M, _C],
|
|
343
|
+
[0, 0]
|
|
344
|
+
];
|
|
345
|
+
n0_registry.registerError(exports.InternalServerError$, errors_1.InternalServerError);
|
|
346
|
+
exports.InvalidJobIdException$ = [-3, n0, _IJIE,
|
|
347
|
+
{ [_e]: _c },
|
|
348
|
+
[_M, _C],
|
|
349
|
+
[0, 0]
|
|
350
|
+
];
|
|
351
|
+
n0_registry.registerError(exports.InvalidJobIdException$, errors_1.InvalidJobIdException);
|
|
352
|
+
exports.InvalidKMSKeyException$ = [-3, n0, _IKMSKE,
|
|
353
|
+
{ [_e]: _c },
|
|
354
|
+
[_M, _C],
|
|
355
|
+
[0, 0]
|
|
356
|
+
];
|
|
357
|
+
n0_registry.registerError(exports.InvalidKMSKeyException$, errors_1.InvalidKMSKeyException);
|
|
358
|
+
exports.InvalidParameterException$ = [-3, n0, _IPE,
|
|
359
|
+
{ [_e]: _c },
|
|
360
|
+
[_M, _C],
|
|
361
|
+
[0, 0]
|
|
362
|
+
];
|
|
363
|
+
n0_registry.registerError(exports.InvalidParameterException$, errors_1.InvalidParameterException);
|
|
364
|
+
exports.InvalidS3ObjectException$ = [-3, n0, _ISOE,
|
|
365
|
+
{ [_e]: _c },
|
|
366
|
+
[_M, _C],
|
|
367
|
+
[0, 0]
|
|
368
|
+
];
|
|
369
|
+
n0_registry.registerError(exports.InvalidS3ObjectException$, errors_1.InvalidS3ObjectException);
|
|
370
|
+
exports.LimitExceededException$ = [-3, n0, _LEE,
|
|
371
|
+
{ [_e]: _c },
|
|
372
|
+
[_M, _C],
|
|
373
|
+
[0, 0]
|
|
374
|
+
];
|
|
375
|
+
n0_registry.registerError(exports.LimitExceededException$, errors_1.LimitExceededException);
|
|
376
|
+
exports.ProvisionedThroughputExceededException$ = [-3, n0, _PTEE,
|
|
377
|
+
{ [_e]: _c },
|
|
378
|
+
[_M, _C],
|
|
379
|
+
[0, 0]
|
|
380
|
+
];
|
|
381
|
+
n0_registry.registerError(exports.ProvisionedThroughputExceededException$, errors_1.ProvisionedThroughputExceededException);
|
|
382
|
+
exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
383
|
+
{ [_e]: _c },
|
|
384
|
+
[_M, _C],
|
|
385
|
+
[0, 0]
|
|
386
|
+
];
|
|
387
|
+
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
388
|
+
exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
389
|
+
{ [_e]: _c },
|
|
390
|
+
[_M, _C],
|
|
391
|
+
[0, 0]
|
|
392
|
+
];
|
|
393
|
+
n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
|
|
394
|
+
exports.ThrottlingException$ = [-3, n0, _TE,
|
|
395
|
+
{ [_e]: _se },
|
|
396
|
+
[_M, _C],
|
|
397
|
+
[0, 0]
|
|
398
|
+
];
|
|
399
|
+
n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
|
|
400
|
+
exports.UnsupportedDocumentException$ = [-3, n0, _UDE,
|
|
401
|
+
{ [_e]: _c },
|
|
402
|
+
[_M, _C],
|
|
403
|
+
[0, 0]
|
|
404
|
+
];
|
|
405
|
+
n0_registry.registerError(exports.UnsupportedDocumentException$, errors_1.UnsupportedDocumentException);
|
|
406
|
+
exports.ValidationException$ = [-3, n0, _VE,
|
|
407
|
+
{ [_e]: _c },
|
|
408
|
+
[_M, _C],
|
|
409
|
+
[0, 0]
|
|
410
|
+
];
|
|
411
|
+
n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
|
|
412
|
+
exports.errorTypeRegistries = [
|
|
413
|
+
_s_registry,
|
|
414
|
+
n0_registry,
|
|
415
|
+
];
|
|
416
|
+
var SynthesizedJsonHumanLoopActivationConditionsEvaluationResults = [0, n0, _SJHLACER, { [_mT]: _a }, 0];
|
|
417
|
+
exports.Adapter$ = [3, n0, _A,
|
|
418
|
+
0,
|
|
419
|
+
[_AI, _V, _P],
|
|
420
|
+
[0, 0, 64 | 0], 2
|
|
421
|
+
];
|
|
422
|
+
exports.AdapterOverview$ = [3, n0, _AO,
|
|
423
|
+
0,
|
|
424
|
+
[_AI, _AN, _CT, _FT],
|
|
425
|
+
[0, 0, 4, 64 | 0]
|
|
426
|
+
];
|
|
427
|
+
exports.AdaptersConfig$ = [3, n0, _AC,
|
|
428
|
+
0,
|
|
429
|
+
[_Ad],
|
|
430
|
+
[() => Adapters], 1
|
|
431
|
+
];
|
|
432
|
+
exports.AdapterVersionDatasetConfig$ = [3, n0, _AVDC,
|
|
433
|
+
0,
|
|
434
|
+
[_MSO],
|
|
435
|
+
[() => exports.S3Object$]
|
|
436
|
+
];
|
|
437
|
+
exports.AdapterVersionEvaluationMetric$ = [3, n0, _AVEM,
|
|
438
|
+
0,
|
|
439
|
+
[_B, _AV, _FTe],
|
|
440
|
+
[() => exports.EvaluationMetric$, () => exports.EvaluationMetric$, 0]
|
|
441
|
+
];
|
|
442
|
+
exports.AdapterVersionOverview$ = [3, n0, _AVO,
|
|
443
|
+
0,
|
|
444
|
+
[_AI, _AV, _CT, _FT, _S, _SM],
|
|
445
|
+
[0, 0, 4, 64 | 0, 0, 0]
|
|
446
|
+
];
|
|
447
|
+
exports.AnalyzeDocumentRequest$ = [3, n0, _ADR,
|
|
448
|
+
0,
|
|
449
|
+
[_D, _FT, _HLC, _QCu, _AC],
|
|
450
|
+
[() => exports.Document$, 64 | 0, () => exports.HumanLoopConfig$, () => exports.QueriesConfig$, () => exports.AdaptersConfig$], 2
|
|
451
|
+
];
|
|
452
|
+
exports.AnalyzeDocumentResponse$ = [3, n0, _ADRn,
|
|
453
|
+
0,
|
|
454
|
+
[_DM, _Bl, _HLAO, _ADMV],
|
|
455
|
+
[() => exports.DocumentMetadata$, () => BlockList, [() => exports.HumanLoopActivationOutput$, 0], 0]
|
|
456
|
+
];
|
|
457
|
+
exports.AnalyzeExpenseRequest$ = [3, n0, _AER,
|
|
458
|
+
0,
|
|
459
|
+
[_D],
|
|
460
|
+
[() => exports.Document$], 1
|
|
461
|
+
];
|
|
462
|
+
exports.AnalyzeExpenseResponse$ = [3, n0, _AERn,
|
|
463
|
+
0,
|
|
464
|
+
[_DM, _ED],
|
|
465
|
+
[() => exports.DocumentMetadata$, () => ExpenseDocumentList]
|
|
466
|
+
];
|
|
467
|
+
exports.AnalyzeIDDetections$ = [3, n0, _AIDD,
|
|
468
|
+
0,
|
|
469
|
+
[_T, _NV, _Co],
|
|
470
|
+
[0, () => exports.NormalizedValue$, 1], 1
|
|
471
|
+
];
|
|
472
|
+
exports.AnalyzeIDRequest$ = [3, n0, _AIDR,
|
|
473
|
+
0,
|
|
474
|
+
[_DP],
|
|
475
|
+
[() => DocumentPages], 1
|
|
476
|
+
];
|
|
477
|
+
exports.AnalyzeIDResponse$ = [3, n0, _AIDRn,
|
|
478
|
+
0,
|
|
479
|
+
[_ID, _DM, _AIDMV],
|
|
480
|
+
[() => IdentityDocumentList, () => exports.DocumentMetadata$, 0]
|
|
481
|
+
];
|
|
482
|
+
exports.Block$ = [3, n0, _Blo,
|
|
483
|
+
0,
|
|
484
|
+
[_BT, _Co, _T, _TT, _RI, _CI, _RS, _CS, _G, _I, _R, _ET, _SS, _Pa, _Q],
|
|
485
|
+
[0, 1, 0, 0, 1, 1, 1, 1, () => exports.Geometry$, 0, () => RelationshipList, 64 | 0, 0, 1, () => exports.Query$]
|
|
486
|
+
];
|
|
487
|
+
exports.BoundingBox$ = [3, n0, _BB,
|
|
488
|
+
0,
|
|
489
|
+
[_W, _H, _L, _To],
|
|
490
|
+
[1, 1, 1, 1]
|
|
491
|
+
];
|
|
492
|
+
exports.CreateAdapterRequest$ = [3, n0, _CAR,
|
|
493
|
+
0,
|
|
494
|
+
[_AN, _FT, _CRT, _De, _AU, _Ta],
|
|
495
|
+
[0, 64 | 0, [0, 4], 0, 0, 128 | 0], 2
|
|
496
|
+
];
|
|
497
|
+
exports.CreateAdapterResponse$ = [3, n0, _CARr,
|
|
498
|
+
0,
|
|
499
|
+
[_AI],
|
|
500
|
+
[0]
|
|
501
|
+
];
|
|
502
|
+
exports.CreateAdapterVersionRequest$ = [3, n0, _CAVR,
|
|
503
|
+
0,
|
|
504
|
+
[_AI, _DC, _OC, _CRT, _KMSKI, _Ta],
|
|
505
|
+
[0, () => exports.AdapterVersionDatasetConfig$, () => exports.OutputConfig$, [0, 4], 0, 128 | 0], 3
|
|
506
|
+
];
|
|
507
|
+
exports.CreateAdapterVersionResponse$ = [3, n0, _CAVRr,
|
|
508
|
+
0,
|
|
509
|
+
[_AI, _AV],
|
|
510
|
+
[0, 0]
|
|
511
|
+
];
|
|
512
|
+
exports.DeleteAdapterRequest$ = [3, n0, _DAR,
|
|
513
|
+
0,
|
|
514
|
+
[_AI],
|
|
515
|
+
[0], 1
|
|
516
|
+
];
|
|
517
|
+
exports.DeleteAdapterResponse$ = [3, n0, _DARe,
|
|
518
|
+
0,
|
|
519
|
+
[],
|
|
520
|
+
[]
|
|
521
|
+
];
|
|
522
|
+
exports.DeleteAdapterVersionRequest$ = [3, n0, _DAVR,
|
|
523
|
+
0,
|
|
524
|
+
[_AI, _AV],
|
|
525
|
+
[0, 0], 2
|
|
526
|
+
];
|
|
527
|
+
exports.DeleteAdapterVersionResponse$ = [3, n0, _DAVRe,
|
|
528
|
+
0,
|
|
529
|
+
[],
|
|
530
|
+
[]
|
|
531
|
+
];
|
|
532
|
+
exports.DetectDocumentTextRequest$ = [3, n0, _DDTR,
|
|
533
|
+
0,
|
|
534
|
+
[_D],
|
|
535
|
+
[() => exports.Document$], 1
|
|
536
|
+
];
|
|
537
|
+
exports.DetectDocumentTextResponse$ = [3, n0, _DDTRe,
|
|
538
|
+
0,
|
|
539
|
+
[_DM, _Bl, _DDTMV],
|
|
540
|
+
[() => exports.DocumentMetadata$, () => BlockList, 0]
|
|
541
|
+
];
|
|
542
|
+
exports.DetectedSignature$ = [3, n0, _DS,
|
|
543
|
+
0,
|
|
544
|
+
[_Pa],
|
|
545
|
+
[1]
|
|
546
|
+
];
|
|
547
|
+
exports.Document$ = [3, n0, _D,
|
|
548
|
+
0,
|
|
549
|
+
[_By, _SO],
|
|
550
|
+
[21, () => exports.S3Object$]
|
|
551
|
+
];
|
|
552
|
+
exports.DocumentGroup$ = [3, n0, _DG,
|
|
553
|
+
0,
|
|
554
|
+
[_Ty, _SD, _DSe, _US],
|
|
555
|
+
[0, () => SplitDocumentList, () => DetectedSignatureList, () => UndetectedSignatureList]
|
|
556
|
+
];
|
|
557
|
+
exports.DocumentLocation$ = [3, n0, _DL,
|
|
558
|
+
0,
|
|
559
|
+
[_SO],
|
|
560
|
+
[() => exports.S3Object$]
|
|
561
|
+
];
|
|
562
|
+
exports.DocumentMetadata$ = [3, n0, _DM,
|
|
563
|
+
0,
|
|
564
|
+
[_P],
|
|
565
|
+
[1]
|
|
566
|
+
];
|
|
567
|
+
exports.EvaluationMetric$ = [3, n0, _EM,
|
|
568
|
+
0,
|
|
569
|
+
[_FS, _Pr, _Re],
|
|
570
|
+
[1, 1, 1]
|
|
571
|
+
];
|
|
572
|
+
exports.ExpenseCurrency$ = [3, n0, _EC,
|
|
573
|
+
0,
|
|
574
|
+
[_C, _Co],
|
|
575
|
+
[0, 1]
|
|
576
|
+
];
|
|
577
|
+
exports.ExpenseDetection$ = [3, n0, _EDx,
|
|
578
|
+
0,
|
|
579
|
+
[_T, _G, _Co],
|
|
580
|
+
[0, () => exports.Geometry$, 1]
|
|
581
|
+
];
|
|
582
|
+
exports.ExpenseDocument$ = [3, n0, _EDxp,
|
|
583
|
+
0,
|
|
584
|
+
[_EI, _SF, _LIG, _Bl],
|
|
585
|
+
[1, () => ExpenseFieldList, () => LineItemGroupList, () => BlockList]
|
|
586
|
+
];
|
|
587
|
+
exports.ExpenseField$ = [3, n0, _EF,
|
|
588
|
+
0,
|
|
589
|
+
[_Ty, _LD, _VD, _PN, _Cu, _GP],
|
|
590
|
+
[() => exports.ExpenseType$, () => exports.ExpenseDetection$, () => exports.ExpenseDetection$, 1, () => exports.ExpenseCurrency$, () => ExpenseGroupPropertyList]
|
|
591
|
+
];
|
|
592
|
+
exports.ExpenseGroupProperty$ = [3, n0, _EGP,
|
|
593
|
+
0,
|
|
594
|
+
[_Typ, _I],
|
|
595
|
+
[64 | 0, 0]
|
|
596
|
+
];
|
|
597
|
+
exports.ExpenseType$ = [3, n0, _ETx,
|
|
598
|
+
0,
|
|
599
|
+
[_T, _Co],
|
|
600
|
+
[0, 1]
|
|
601
|
+
];
|
|
602
|
+
exports.Extraction$ = [3, n0, _E,
|
|
603
|
+
0,
|
|
604
|
+
[_LDe, _EDxp, _IDd],
|
|
605
|
+
[() => exports.LendingDocument$, () => exports.ExpenseDocument$, () => exports.IdentityDocument$]
|
|
606
|
+
];
|
|
607
|
+
exports.Geometry$ = [3, n0, _G,
|
|
608
|
+
0,
|
|
609
|
+
[_BB, _Po, _RA],
|
|
610
|
+
[() => exports.BoundingBox$, () => Polygon, 1]
|
|
611
|
+
];
|
|
612
|
+
exports.GetAdapterRequest$ = [3, n0, _GAR,
|
|
613
|
+
0,
|
|
614
|
+
[_AI],
|
|
615
|
+
[0], 1
|
|
616
|
+
];
|
|
617
|
+
exports.GetAdapterResponse$ = [3, n0, _GARe,
|
|
618
|
+
0,
|
|
619
|
+
[_AI, _AN, _CT, _De, _FT, _AU, _Ta],
|
|
620
|
+
[0, 0, 4, 0, 64 | 0, 0, 128 | 0]
|
|
621
|
+
];
|
|
622
|
+
exports.GetAdapterVersionRequest$ = [3, n0, _GAVR,
|
|
623
|
+
0,
|
|
624
|
+
[_AI, _AV],
|
|
625
|
+
[0, 0], 2
|
|
626
|
+
];
|
|
627
|
+
exports.GetAdapterVersionResponse$ = [3, n0, _GAVRe,
|
|
628
|
+
0,
|
|
629
|
+
[_AI, _AV, _CT, _FT, _S, _SM, _DC, _KMSKI, _OC, _EMv, _Ta],
|
|
630
|
+
[0, 0, 4, 64 | 0, 0, 0, () => exports.AdapterVersionDatasetConfig$, 0, () => exports.OutputConfig$, () => AdapterVersionEvaluationMetrics, 128 | 0]
|
|
631
|
+
];
|
|
632
|
+
exports.GetDocumentAnalysisRequest$ = [3, n0, _GDAR,
|
|
633
|
+
0,
|
|
634
|
+
[_JI, _MR, _NT],
|
|
635
|
+
[0, 1, 0], 1
|
|
636
|
+
];
|
|
637
|
+
exports.GetDocumentAnalysisResponse$ = [3, n0, _GDARe,
|
|
638
|
+
0,
|
|
639
|
+
[_DM, _JS, _NT, _Bl, _Wa, _SM, _ADMV],
|
|
640
|
+
[() => exports.DocumentMetadata$, 0, 0, () => BlockList, () => Warnings, 0, 0]
|
|
641
|
+
];
|
|
642
|
+
exports.GetDocumentTextDetectionRequest$ = [3, n0, _GDTDR,
|
|
643
|
+
0,
|
|
644
|
+
[_JI, _MR, _NT],
|
|
645
|
+
[0, 1, 0], 1
|
|
646
|
+
];
|
|
647
|
+
exports.GetDocumentTextDetectionResponse$ = [3, n0, _GDTDRe,
|
|
648
|
+
0,
|
|
649
|
+
[_DM, _JS, _NT, _Bl, _Wa, _SM, _DDTMV],
|
|
650
|
+
[() => exports.DocumentMetadata$, 0, 0, () => BlockList, () => Warnings, 0, 0]
|
|
651
|
+
];
|
|
652
|
+
exports.GetExpenseAnalysisRequest$ = [3, n0, _GEAR,
|
|
653
|
+
0,
|
|
654
|
+
[_JI, _MR, _NT],
|
|
655
|
+
[0, 1, 0], 1
|
|
656
|
+
];
|
|
657
|
+
exports.GetExpenseAnalysisResponse$ = [3, n0, _GEARe,
|
|
658
|
+
0,
|
|
659
|
+
[_DM, _JS, _NT, _ED, _Wa, _SM, _AEMV],
|
|
660
|
+
[() => exports.DocumentMetadata$, 0, 0, () => ExpenseDocumentList, () => Warnings, 0, 0]
|
|
661
|
+
];
|
|
662
|
+
exports.GetLendingAnalysisRequest$ = [3, n0, _GLAR,
|
|
663
|
+
0,
|
|
664
|
+
[_JI, _MR, _NT],
|
|
665
|
+
[0, 1, 0], 1
|
|
666
|
+
];
|
|
667
|
+
exports.GetLendingAnalysisResponse$ = [3, n0, _GLARe,
|
|
668
|
+
0,
|
|
669
|
+
[_DM, _JS, _NT, _Res, _Wa, _SM, _ALMV],
|
|
670
|
+
[() => exports.DocumentMetadata$, 0, 0, () => LendingResultList, () => Warnings, 0, 0]
|
|
671
|
+
];
|
|
672
|
+
exports.GetLendingAnalysisSummaryRequest$ = [3, n0, _GLASR,
|
|
673
|
+
0,
|
|
674
|
+
[_JI],
|
|
675
|
+
[0], 1
|
|
676
|
+
];
|
|
677
|
+
exports.GetLendingAnalysisSummaryResponse$ = [3, n0, _GLASRe,
|
|
678
|
+
0,
|
|
679
|
+
[_DM, _JS, _Su, _Wa, _SM, _ALMV],
|
|
680
|
+
[() => exports.DocumentMetadata$, 0, () => exports.LendingSummary$, () => Warnings, 0, 0]
|
|
681
|
+
];
|
|
682
|
+
exports.HumanLoopActivationOutput$ = [3, n0, _HLAO,
|
|
683
|
+
0,
|
|
684
|
+
[_HLA, _HLAR, _HLACER],
|
|
685
|
+
[0, 64 | 0, [() => SynthesizedJsonHumanLoopActivationConditionsEvaluationResults, 0]]
|
|
686
|
+
];
|
|
687
|
+
exports.HumanLoopConfig$ = [3, n0, _HLC,
|
|
688
|
+
0,
|
|
689
|
+
[_HLN, _FDA, _DA],
|
|
690
|
+
[0, 0, () => exports.HumanLoopDataAttributes$], 2
|
|
691
|
+
];
|
|
692
|
+
exports.HumanLoopDataAttributes$ = [3, n0, _HLDA,
|
|
693
|
+
0,
|
|
694
|
+
[_CC],
|
|
695
|
+
[64 | 0]
|
|
696
|
+
];
|
|
697
|
+
exports.IdentityDocument$ = [3, n0, _IDd,
|
|
698
|
+
0,
|
|
699
|
+
[_DI, _IDF, _Bl],
|
|
700
|
+
[1, () => IdentityDocumentFieldList, () => BlockList]
|
|
701
|
+
];
|
|
702
|
+
exports.IdentityDocumentField$ = [3, n0, _IDFd,
|
|
703
|
+
0,
|
|
704
|
+
[_Ty, _VD],
|
|
705
|
+
[() => exports.AnalyzeIDDetections$, () => exports.AnalyzeIDDetections$]
|
|
706
|
+
];
|
|
707
|
+
exports.LendingDetection$ = [3, n0, _LDen,
|
|
708
|
+
0,
|
|
709
|
+
[_T, _SS, _G, _Co],
|
|
710
|
+
[0, 0, () => exports.Geometry$, 1]
|
|
711
|
+
];
|
|
712
|
+
exports.LendingDocument$ = [3, n0, _LDe,
|
|
713
|
+
0,
|
|
714
|
+
[_LF, _SDi],
|
|
715
|
+
[() => LendingFieldList, () => SignatureDetectionList]
|
|
716
|
+
];
|
|
717
|
+
exports.LendingField$ = [3, n0, _LFe,
|
|
718
|
+
0,
|
|
719
|
+
[_Ty, _KD, _VDa],
|
|
720
|
+
[0, () => exports.LendingDetection$, () => LendingDetectionList]
|
|
721
|
+
];
|
|
722
|
+
exports.LendingResult$ = [3, n0, _LR,
|
|
723
|
+
0,
|
|
724
|
+
[_Pa, _PC, _Ex],
|
|
725
|
+
[1, () => exports.PageClassification$, () => ExtractionList]
|
|
726
|
+
];
|
|
727
|
+
exports.LendingSummary$ = [3, n0, _LS,
|
|
728
|
+
0,
|
|
729
|
+
[_DGo, _UDT],
|
|
730
|
+
[() => DocumentGroupList, 64 | 0]
|
|
731
|
+
];
|
|
732
|
+
exports.LineItemFields$ = [3, n0, _LIF,
|
|
733
|
+
0,
|
|
734
|
+
[_LIEF],
|
|
735
|
+
[() => ExpenseFieldList]
|
|
736
|
+
];
|
|
737
|
+
exports.LineItemGroup$ = [3, n0, _LIGi,
|
|
738
|
+
0,
|
|
739
|
+
[_LIGI, _LI],
|
|
740
|
+
[1, () => LineItemList]
|
|
741
|
+
];
|
|
742
|
+
exports.ListAdaptersRequest$ = [3, n0, _LAR,
|
|
743
|
+
0,
|
|
744
|
+
[_ACT, _BCT, _MR, _NT],
|
|
745
|
+
[4, 4, 1, 0]
|
|
746
|
+
];
|
|
747
|
+
exports.ListAdaptersResponse$ = [3, n0, _LARi,
|
|
748
|
+
0,
|
|
749
|
+
[_Ad, _NT],
|
|
750
|
+
[() => AdapterList, 0]
|
|
751
|
+
];
|
|
752
|
+
exports.ListAdapterVersionsRequest$ = [3, n0, _LAVR,
|
|
753
|
+
0,
|
|
754
|
+
[_AI, _ACT, _BCT, _MR, _NT],
|
|
755
|
+
[0, 4, 4, 1, 0]
|
|
756
|
+
];
|
|
757
|
+
exports.ListAdapterVersionsResponse$ = [3, n0, _LAVRi,
|
|
758
|
+
0,
|
|
759
|
+
[_AVd, _NT],
|
|
760
|
+
[() => AdapterVersionList, 0]
|
|
761
|
+
];
|
|
762
|
+
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
763
|
+
0,
|
|
764
|
+
[_RARN],
|
|
765
|
+
[0], 1
|
|
766
|
+
];
|
|
767
|
+
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
768
|
+
0,
|
|
769
|
+
[_Ta],
|
|
770
|
+
[128 | 0]
|
|
771
|
+
];
|
|
772
|
+
exports.NormalizedValue$ = [3, n0, _NV,
|
|
773
|
+
0,
|
|
774
|
+
[_Va, _VT],
|
|
775
|
+
[0, 0]
|
|
776
|
+
];
|
|
777
|
+
exports.NotificationChannel$ = [3, n0, _NC,
|
|
778
|
+
0,
|
|
779
|
+
[_SNSTA, _RAo],
|
|
780
|
+
[0, 0], 2
|
|
781
|
+
];
|
|
782
|
+
exports.OutputConfig$ = [3, n0, _OC,
|
|
783
|
+
0,
|
|
784
|
+
[_SB, _SP],
|
|
785
|
+
[0, 0], 1
|
|
786
|
+
];
|
|
787
|
+
exports.PageClassification$ = [3, n0, _PC,
|
|
788
|
+
0,
|
|
789
|
+
[_PT, _PN],
|
|
790
|
+
[() => PredictionList, () => PredictionList], 2
|
|
791
|
+
];
|
|
792
|
+
exports.Point$ = [3, n0, _Poi,
|
|
793
|
+
0,
|
|
794
|
+
[_X, _Y],
|
|
795
|
+
[1, 1]
|
|
796
|
+
];
|
|
797
|
+
exports.Prediction$ = [3, n0, _Pre,
|
|
798
|
+
0,
|
|
799
|
+
[_Va, _Co],
|
|
800
|
+
[0, 1]
|
|
801
|
+
];
|
|
802
|
+
exports.QueriesConfig$ = [3, n0, _QCu,
|
|
803
|
+
0,
|
|
804
|
+
[_Qu],
|
|
805
|
+
[() => Queries], 1
|
|
806
|
+
];
|
|
807
|
+
exports.Query$ = [3, n0, _Q,
|
|
808
|
+
0,
|
|
809
|
+
[_T, _Al, _P],
|
|
810
|
+
[0, 0, 64 | 0], 1
|
|
811
|
+
];
|
|
812
|
+
exports.Relationship$ = [3, n0, _Rel,
|
|
813
|
+
0,
|
|
814
|
+
[_Ty, _Id],
|
|
815
|
+
[0, 64 | 0]
|
|
816
|
+
];
|
|
817
|
+
exports.S3Object$ = [3, n0, _SO,
|
|
818
|
+
0,
|
|
819
|
+
[_Bu, _N, _V],
|
|
820
|
+
[0, 0, 0]
|
|
821
|
+
];
|
|
822
|
+
exports.SignatureDetection$ = [3, n0, _SDig,
|
|
823
|
+
0,
|
|
824
|
+
[_Co, _G],
|
|
825
|
+
[1, () => exports.Geometry$]
|
|
826
|
+
];
|
|
827
|
+
exports.SplitDocument$ = [3, n0, _SDp,
|
|
828
|
+
0,
|
|
829
|
+
[_In, _P],
|
|
830
|
+
[1, 64 | 1]
|
|
831
|
+
];
|
|
832
|
+
exports.StartDocumentAnalysisRequest$ = [3, n0, _SDAR,
|
|
833
|
+
0,
|
|
834
|
+
[_DL, _FT, _CRT, _JT, _NC, _OC, _KMSKI, _QCu, _AC],
|
|
835
|
+
[() => exports.DocumentLocation$, 64 | 0, 0, 0, () => exports.NotificationChannel$, () => exports.OutputConfig$, 0, () => exports.QueriesConfig$, () => exports.AdaptersConfig$], 2
|
|
836
|
+
];
|
|
837
|
+
exports.StartDocumentAnalysisResponse$ = [3, n0, _SDARt,
|
|
838
|
+
0,
|
|
839
|
+
[_JI],
|
|
840
|
+
[0]
|
|
841
|
+
];
|
|
842
|
+
exports.StartDocumentTextDetectionRequest$ = [3, n0, _SDTDR,
|
|
843
|
+
0,
|
|
844
|
+
[_DL, _CRT, _JT, _NC, _OC, _KMSKI],
|
|
845
|
+
[() => exports.DocumentLocation$, 0, 0, () => exports.NotificationChannel$, () => exports.OutputConfig$, 0], 1
|
|
846
|
+
];
|
|
847
|
+
exports.StartDocumentTextDetectionResponse$ = [3, n0, _SDTDRt,
|
|
848
|
+
0,
|
|
849
|
+
[_JI],
|
|
850
|
+
[0]
|
|
851
|
+
];
|
|
852
|
+
exports.StartExpenseAnalysisRequest$ = [3, n0, _SEAR,
|
|
853
|
+
0,
|
|
854
|
+
[_DL, _CRT, _JT, _NC, _OC, _KMSKI],
|
|
855
|
+
[() => exports.DocumentLocation$, 0, 0, () => exports.NotificationChannel$, () => exports.OutputConfig$, 0], 1
|
|
856
|
+
];
|
|
857
|
+
exports.StartExpenseAnalysisResponse$ = [3, n0, _SEARt,
|
|
858
|
+
0,
|
|
859
|
+
[_JI],
|
|
860
|
+
[0]
|
|
861
|
+
];
|
|
862
|
+
exports.StartLendingAnalysisRequest$ = [3, n0, _SLAR,
|
|
863
|
+
0,
|
|
864
|
+
[_DL, _CRT, _JT, _NC, _OC, _KMSKI],
|
|
865
|
+
[() => exports.DocumentLocation$, 0, 0, () => exports.NotificationChannel$, () => exports.OutputConfig$, 0], 1
|
|
866
|
+
];
|
|
867
|
+
exports.StartLendingAnalysisResponse$ = [3, n0, _SLARt,
|
|
868
|
+
0,
|
|
869
|
+
[_JI],
|
|
870
|
+
[0]
|
|
871
|
+
];
|
|
872
|
+
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
873
|
+
0,
|
|
874
|
+
[_RARN, _Ta],
|
|
875
|
+
[0, 128 | 0], 2
|
|
876
|
+
];
|
|
877
|
+
exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
878
|
+
0,
|
|
879
|
+
[],
|
|
880
|
+
[]
|
|
881
|
+
];
|
|
882
|
+
exports.UndetectedSignature$ = [3, n0, _USn,
|
|
883
|
+
0,
|
|
884
|
+
[_Pa],
|
|
885
|
+
[1]
|
|
886
|
+
];
|
|
887
|
+
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
888
|
+
0,
|
|
889
|
+
[_RARN, _TK],
|
|
890
|
+
[0, 64 | 0], 2
|
|
891
|
+
];
|
|
892
|
+
exports.UntagResourceResponse$ = [3, n0, _URRn,
|
|
893
|
+
0,
|
|
894
|
+
[],
|
|
895
|
+
[]
|
|
896
|
+
];
|
|
897
|
+
exports.UpdateAdapterRequest$ = [3, n0, _UAR,
|
|
898
|
+
0,
|
|
899
|
+
[_AI, _De, _AN, _AU],
|
|
900
|
+
[0, 0, 0, 0], 1
|
|
901
|
+
];
|
|
902
|
+
exports.UpdateAdapterResponse$ = [3, n0, _UARp,
|
|
903
|
+
0,
|
|
904
|
+
[_AI, _AN, _CT, _De, _FT, _AU],
|
|
905
|
+
[0, 0, 4, 0, 64 | 0, 0]
|
|
906
|
+
];
|
|
907
|
+
exports.Warning$ = [3, n0, _War,
|
|
908
|
+
0,
|
|
909
|
+
[_ECr, _P],
|
|
910
|
+
[0, 64 | 1]
|
|
911
|
+
];
|
|
912
|
+
var AdapterList = [1, n0, _AL,
|
|
913
|
+
0, () => exports.AdapterOverview$
|
|
914
|
+
];
|
|
915
|
+
var AdapterPages = 64 | 0;
|
|
916
|
+
var Adapters = [1, n0, _Ad,
|
|
917
|
+
0, () => exports.Adapter$
|
|
918
|
+
];
|
|
919
|
+
var AdapterVersionEvaluationMetrics = [1, n0, _AVEMd,
|
|
920
|
+
0, () => exports.AdapterVersionEvaluationMetric$
|
|
921
|
+
];
|
|
922
|
+
var AdapterVersionList = [1, n0, _AVL,
|
|
923
|
+
0, () => exports.AdapterVersionOverview$
|
|
924
|
+
];
|
|
925
|
+
var BlockList = [1, n0, _BL,
|
|
926
|
+
0, () => exports.Block$
|
|
927
|
+
];
|
|
928
|
+
var ContentClassifiers = 64 | 0;
|
|
929
|
+
var DetectedSignatureList = [1, n0, _DSL,
|
|
930
|
+
0, () => exports.DetectedSignature$
|
|
931
|
+
];
|
|
932
|
+
var DocumentGroupList = [1, n0, _DGL,
|
|
933
|
+
0, () => exports.DocumentGroup$
|
|
934
|
+
];
|
|
935
|
+
var DocumentPages = [1, n0, _DP,
|
|
936
|
+
0, () => exports.Document$
|
|
937
|
+
];
|
|
938
|
+
var EntityTypes = 64 | 0;
|
|
939
|
+
var ExpenseDocumentList = [1, n0, _EDL,
|
|
940
|
+
0, () => exports.ExpenseDocument$
|
|
941
|
+
];
|
|
942
|
+
var ExpenseFieldList = [1, n0, _EFL,
|
|
943
|
+
0, () => exports.ExpenseField$
|
|
944
|
+
];
|
|
945
|
+
var ExpenseGroupPropertyList = [1, n0, _EGPL,
|
|
946
|
+
0, () => exports.ExpenseGroupProperty$
|
|
947
|
+
];
|
|
948
|
+
var ExtractionList = [1, n0, _EL,
|
|
949
|
+
0, () => exports.Extraction$
|
|
950
|
+
];
|
|
951
|
+
var FeatureTypes = 64 | 0;
|
|
952
|
+
var HumanLoopActivationReasons = 64 | 0;
|
|
953
|
+
var IdentityDocumentFieldList = [1, n0, _IDFL,
|
|
954
|
+
0, () => exports.IdentityDocumentField$
|
|
955
|
+
];
|
|
956
|
+
var IdentityDocumentList = [1, n0, _IDL,
|
|
957
|
+
0, () => exports.IdentityDocument$
|
|
958
|
+
];
|
|
959
|
+
var IdList = 64 | 0;
|
|
960
|
+
var LendingDetectionList = [1, n0, _LDL,
|
|
961
|
+
0, () => exports.LendingDetection$
|
|
962
|
+
];
|
|
963
|
+
var LendingFieldList = [1, n0, _LFL,
|
|
964
|
+
0, () => exports.LendingField$
|
|
965
|
+
];
|
|
966
|
+
var LendingResultList = [1, n0, _LRL,
|
|
967
|
+
0, () => exports.LendingResult$
|
|
968
|
+
];
|
|
969
|
+
var LineItemGroupList = [1, n0, _LIGL,
|
|
970
|
+
0, () => exports.LineItemGroup$
|
|
971
|
+
];
|
|
972
|
+
var LineItemList = [1, n0, _LIL,
|
|
973
|
+
0, () => exports.LineItemFields$
|
|
974
|
+
];
|
|
975
|
+
var PageList = 64 | 1;
|
|
976
|
+
var Pages = 64 | 1;
|
|
977
|
+
var Polygon = [1, n0, _Po,
|
|
978
|
+
0, () => exports.Point$
|
|
979
|
+
];
|
|
980
|
+
var PredictionList = [1, n0, _PL,
|
|
981
|
+
0, () => exports.Prediction$
|
|
982
|
+
];
|
|
983
|
+
var Queries = [1, n0, _Qu,
|
|
984
|
+
0, () => exports.Query$
|
|
985
|
+
];
|
|
986
|
+
var QueryPages = 64 | 0;
|
|
987
|
+
var RelationshipList = [1, n0, _RL,
|
|
988
|
+
0, () => exports.Relationship$
|
|
989
|
+
];
|
|
990
|
+
var SignatureDetectionList = [1, n0, _SDL,
|
|
991
|
+
0, () => exports.SignatureDetection$
|
|
992
|
+
];
|
|
993
|
+
var SplitDocumentList = [1, n0, _SDLp,
|
|
994
|
+
0, () => exports.SplitDocument$
|
|
995
|
+
];
|
|
996
|
+
var StringList = 64 | 0;
|
|
997
|
+
var TagKeyList = 64 | 0;
|
|
998
|
+
var UndetectedDocumentTypeList = 64 | 0;
|
|
999
|
+
var UndetectedSignatureList = [1, n0, _USL,
|
|
1000
|
+
0, () => exports.UndetectedSignature$
|
|
1001
|
+
];
|
|
1002
|
+
var Warnings = [1, n0, _Wa,
|
|
1003
|
+
0, () => exports.Warning$
|
|
1004
|
+
];
|
|
1005
|
+
var TagMap = 128 | 0;
|
|
1006
|
+
exports.AnalyzeDocument$ = [9, n0, _AD,
|
|
1007
|
+
0, () => exports.AnalyzeDocumentRequest$, () => exports.AnalyzeDocumentResponse$
|
|
1008
|
+
];
|
|
1009
|
+
exports.AnalyzeExpense$ = [9, n0, _AE,
|
|
1010
|
+
0, () => exports.AnalyzeExpenseRequest$, () => exports.AnalyzeExpenseResponse$
|
|
1011
|
+
];
|
|
1012
|
+
exports.AnalyzeID$ = [9, n0, _AID,
|
|
1013
|
+
0, () => exports.AnalyzeIDRequest$, () => exports.AnalyzeIDResponse$
|
|
1014
|
+
];
|
|
1015
|
+
exports.CreateAdapter$ = [9, n0, _CA,
|
|
1016
|
+
2, () => exports.CreateAdapterRequest$, () => exports.CreateAdapterResponse$
|
|
1017
|
+
];
|
|
1018
|
+
exports.CreateAdapterVersion$ = [9, n0, _CAV,
|
|
1019
|
+
2, () => exports.CreateAdapterVersionRequest$, () => exports.CreateAdapterVersionResponse$
|
|
1020
|
+
];
|
|
1021
|
+
exports.DeleteAdapter$ = [9, n0, _DAe,
|
|
1022
|
+
2, () => exports.DeleteAdapterRequest$, () => exports.DeleteAdapterResponse$
|
|
1023
|
+
];
|
|
1024
|
+
exports.DeleteAdapterVersion$ = [9, n0, _DAV,
|
|
1025
|
+
2, () => exports.DeleteAdapterVersionRequest$, () => exports.DeleteAdapterVersionResponse$
|
|
1026
|
+
];
|
|
1027
|
+
exports.DetectDocumentText$ = [9, n0, _DDT,
|
|
1028
|
+
0, () => exports.DetectDocumentTextRequest$, () => exports.DetectDocumentTextResponse$
|
|
1029
|
+
];
|
|
1030
|
+
exports.GetAdapter$ = [9, n0, _GA,
|
|
1031
|
+
0, () => exports.GetAdapterRequest$, () => exports.GetAdapterResponse$
|
|
1032
|
+
];
|
|
1033
|
+
exports.GetAdapterVersion$ = [9, n0, _GAV,
|
|
1034
|
+
0, () => exports.GetAdapterVersionRequest$, () => exports.GetAdapterVersionResponse$
|
|
1035
|
+
];
|
|
1036
|
+
exports.GetDocumentAnalysis$ = [9, n0, _GDA,
|
|
1037
|
+
0, () => exports.GetDocumentAnalysisRequest$, () => exports.GetDocumentAnalysisResponse$
|
|
1038
|
+
];
|
|
1039
|
+
exports.GetDocumentTextDetection$ = [9, n0, _GDTD,
|
|
1040
|
+
0, () => exports.GetDocumentTextDetectionRequest$, () => exports.GetDocumentTextDetectionResponse$
|
|
1041
|
+
];
|
|
1042
|
+
exports.GetExpenseAnalysis$ = [9, n0, _GEA,
|
|
1043
|
+
0, () => exports.GetExpenseAnalysisRequest$, () => exports.GetExpenseAnalysisResponse$
|
|
1044
|
+
];
|
|
1045
|
+
exports.GetLendingAnalysis$ = [9, n0, _GLA,
|
|
1046
|
+
0, () => exports.GetLendingAnalysisRequest$, () => exports.GetLendingAnalysisResponse$
|
|
1047
|
+
];
|
|
1048
|
+
exports.GetLendingAnalysisSummary$ = [9, n0, _GLAS,
|
|
1049
|
+
0, () => exports.GetLendingAnalysisSummaryRequest$, () => exports.GetLendingAnalysisSummaryResponse$
|
|
1050
|
+
];
|
|
1051
|
+
exports.ListAdapters$ = [9, n0, _LA,
|
|
1052
|
+
0, () => exports.ListAdaptersRequest$, () => exports.ListAdaptersResponse$
|
|
1053
|
+
];
|
|
1054
|
+
exports.ListAdapterVersions$ = [9, n0, _LAV,
|
|
1055
|
+
0, () => exports.ListAdapterVersionsRequest$, () => exports.ListAdapterVersionsResponse$
|
|
1056
|
+
];
|
|
1057
|
+
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
1058
|
+
0, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
|
|
1059
|
+
];
|
|
1060
|
+
exports.StartDocumentAnalysis$ = [9, n0, _SDA,
|
|
1061
|
+
0, () => exports.StartDocumentAnalysisRequest$, () => exports.StartDocumentAnalysisResponse$
|
|
1062
|
+
];
|
|
1063
|
+
exports.StartDocumentTextDetection$ = [9, n0, _SDTD,
|
|
1064
|
+
0, () => exports.StartDocumentTextDetectionRequest$, () => exports.StartDocumentTextDetectionResponse$
|
|
1065
|
+
];
|
|
1066
|
+
exports.StartExpenseAnalysis$ = [9, n0, _SEA,
|
|
1067
|
+
0, () => exports.StartExpenseAnalysisRequest$, () => exports.StartExpenseAnalysisResponse$
|
|
1068
|
+
];
|
|
1069
|
+
exports.StartLendingAnalysis$ = [9, n0, _SLA,
|
|
1070
|
+
0, () => exports.StartLendingAnalysisRequest$, () => exports.StartLendingAnalysisResponse$
|
|
1071
|
+
];
|
|
1072
|
+
exports.TagResource$ = [9, n0, _TR,
|
|
1073
|
+
0, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
|
|
1074
|
+
];
|
|
1075
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
1076
|
+
0, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
|
|
1077
|
+
];
|
|
1078
|
+
exports.UpdateAdapter$ = [9, n0, _UA,
|
|
1079
|
+
0, () => exports.UpdateAdapterRequest$, () => exports.UpdateAdapterResponse$
|
|
1080
|
+
];
|