Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IdentityDocument

import type { IdentityDocument } from "https://aws-api.deno.dev/v0.3/services/textract.ts?docs=full";

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

interface IdentityDocument {
DocumentIndex?: number | null;
IdentityDocumentFields?: IdentityDocumentField[] | null;
}

§Properties

§
DocumentIndex?: number | null
[src]

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

§
IdentityDocumentFields?: IdentityDocumentField[] | null
[src]

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