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

ExpenseType

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

An object used to store information about the Type detected by Amazon Textract.

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

§Properties

§
Confidence?: number | null
[src]

The confidence of accuracy, as a percentage.

§
Text?: string | null
[src]

The word or line of text detected by Amazon Textract.