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

AnalyzeIDResponse

import type { AnalyzeIDResponse } from "https://aws-api.deno.dev/v0.3/services/textract.ts?docs=full";
interface AnalyzeIDResponse {
AnalyzeIDModelVersion?: string | null;
DocumentMetadata?: DocumentMetadata | null;
IdentityDocuments?: IdentityDocument[] | null;
}

§Properties

§
AnalyzeIDModelVersion?: string | null
[src]

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

§
DocumentMetadata?: DocumentMetadata | null
[src]
§
IdentityDocuments?: IdentityDocument[] | null
[src]

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