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

LendingSummary

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

Contains information regarding DocumentGroups and UndetectedDocumentTypes.

interface LendingSummary {
DocumentGroups?: DocumentGroup[] | null;
UndetectedDocumentTypes?: string[] | null;
}

§Properties

§
DocumentGroups?: DocumentGroup[] | null
[src]

Contains an array of all DocumentGroup objects.

§
UndetectedDocumentTypes?: string[] | null
[src]

UndetectedDocumentTypes.