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

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

Properties

Confidence?: number

The confidence in detection, as a percentage

Geometry?: Geometry

Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements.

Text?: string

The word or line of text recognized by Amazon Textract