The results extracted for a lending document.

interface LendingDetection {
    Confidence?: number;
    Geometry?: Geometry;
    SelectionStatus?: string;
    Text?: string;
}

Properties

Confidence?: number

The confidence level for the text of a detected value in a lending document.

Geometry?: Geometry

Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements.

SelectionStatus?: string

The selection status of a selection element, such as an option button or check box.

Text?: string

The text extracted for a detected value in a lending document.