Skip to content

GetLendingAnalysisSummary

Source: src/AWS/Textract/GetLendingAnalysisSummary.ts

Runtime binding for textract:GetLendingAnalysisSummary — read the document-group summary of an asynchronous lending-analysis job started with StartLendingAnalysis.

// init
const getLendingAnalysisSummary =
yield* AWS.Textract.GetLendingAnalysisSummary();
// runtime
const result = yield* getLendingAnalysisSummary({ JobId: jobId });
const groups = result.Summary?.DocumentGroups;