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

LendingDocument

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

Holds the structured data returned by AnalyzeDocument for lending documents.

interface LendingDocument {
LendingFields?: LendingField[] | null;
SignatureDetections?: SignatureDetection[] | null;
}

§Properties

§
LendingFields?: LendingField[] | null
[src]

An array of LendingField objects.

§
SignatureDetections?: SignatureDetection[] | null
[src]

A list of signatures detected in a lending document.