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

IdentityDocumentField

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

Structure containing both the normalized type of the extracted information and the text associated with it. These are extracted as Type and Value respectively.

interface IdentityDocumentField {
Type?: AnalyzeIDDetections | null;
ValueDetection?: AnalyzeIDDetections | null;
}

§Properties

§
ValueDetection?: AnalyzeIDDetections | null
[src]