Holds the normalized key-value pairs returned by AnalyzeDocument, including the document type, detected text, and geometry.

interface LendingField {
    KeyDetection?: LendingDetection;
    Type?: string;
    ValueDetections?: LendingDetection[];
}

Properties

KeyDetection?: LendingDetection

The results extracted for a lending document.

Type?: string

The type of the lending document.

ValueDetections?: LendingDetection[]

An array of LendingDetection objects.