interface AnalyzeIDResponse {
    AnalyzeIDModelVersion?: string;
    DocumentMetadata?: DocumentMetadata;
    IdentityDocuments?: IdentityDocument[];
}

Hierarchy (view full)

Properties

AnalyzeIDModelVersion?: string

The version of the AnalyzeIdentity API being used to process documents.

DocumentMetadata?: DocumentMetadata

Information about the input document.

IdentityDocuments?: IdentityDocument[]

The list of documents processed by AnalyzeID. Includes a number denoting their place in the list and the response structure for the document.