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

ExpenseDetection

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

An object used to store information about the Value or Label detected by Amazon Textract.

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

§Properties

§
Confidence?: number | null
[src]

The confidence in detection, as a percentage

§
Geometry?: Geometry | null
[src]
§
Text?: string | null
[src]

The word or line of text recognized by Amazon Textract