The output of AnalyzeIDCommand.

interface AnalyzeIDCommandOutput {
    $metadata: ResponseMetadata;
    AnalyzeIDModelVersion?: string;
    DocumentMetadata?: DocumentMetadata;
    IdentityDocuments?: IdentityDocument[];
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

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.