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

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

Properties

Properties

Confidence?: number

The confidence of accuracy, as a percentage.

Text?: string

The word or line of text detected by Amazon Textract.