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

LendingDetection

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

The results extracted for a lending document.

interface LendingDetection {
Confidence?: number | null;
Geometry?: Geometry | null;
SelectionStatus?: SelectionStatus | null;
Text?: string | null;
}

§Properties

§
Confidence?: number | null
[src]

The confidence level for the text of a detected value in a lending document.

§
Geometry?: Geometry | null
[src]
§
SelectionStatus?: SelectionStatus | null
[src]

The selection status of a selection element, such as an option button or check box.

§
Text?: string | null
[src]

The text extracted for a detected value in a lending document.