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

interface IdentityDocument {
    Blocks?: Block[];
    DocumentIndex?: number;
    IdentityDocumentFields?: IdentityDocumentField[];
}

Properties

Blocks?: Block[]

Individual word recognition, as returned by document detection.

DocumentIndex?: number

Denotes the placement of a document in the IdentityDocument list. The first document is marked 1, the second 2 and so on.

IdentityDocumentFields?: IdentityDocumentField[]

The structure used to record information extracted from identity documents. Contains both normalized field and value of the extracted text.