GetLendingAnalysis
Source:
src/AWS/Textract/GetLendingAnalysis.ts
Runtime binding for textract:GetLendingAnalysis — read the status and
per-page extraction results of an asynchronous lending-analysis job
started with StartLendingAnalysis.
Asynchronous Lending Analysis
Section titled “Asynchronous Lending Analysis”// initconst getLendingAnalysis = yield* AWS.Textract.GetLendingAnalysis();
// runtimeconst result = yield* getLendingAnalysis({ JobId: jobId });const pages = result.Results;