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

Extraction

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

Contains information extracted by an analysis operation after using StartLendingAnalysis.

interface Extraction {
ExpenseDocument?: ExpenseDocument | null;
IdentityDocument?: IdentityDocument | null;
LendingDocument?: LendingDocument | null;
}

§Properties

§
ExpenseDocument?: ExpenseDocument | null
[src]
§
IdentityDocument?: IdentityDocument | null
[src]
§
LendingDocument?: LendingDocument | null
[src]

Holds the structured data returned by AnalyzeDocument for lending documents.