Contains information extracted by an analysis operation after using StartLendingAnalysis.

interface Extraction {
    ExpenseDocument?: ExpenseDocument;
    IdentityDocument?: IdentityDocument;
    LendingDocument?: LendingDocument;
}

Properties

ExpenseDocument?: ExpenseDocument

The structure holding all the information returned by AnalyzeExpense

IdentityDocument?: IdentityDocument

The structure that lists each document processed in an AnalyzeID operation.

LendingDocument?: LendingDocument

Holds the structured data returned by AnalyzeDocument for lending documents.