Skip to main content

ITextractExpenseField

Interface in AWS.Textract

Interface for ExpenseField.

Properties

Currency

property Currency: ITextractExpenseCurrency

Type: ITextractExpenseCurrency

Provides the currency information including the code and the confidence associated with any monetary value detected.

GroupProperties

property GroupProperties: TList<ITextractExpenseGroupProperty>

Type: ITextractExpenseGroupProperty

Shows which group a response object belongs to, such as whether an address line belongs to the vendor's address or the recipient's.

LabelDetection

property LabelDetection: ITextractExpenseDetection

Type: ITextractExpenseDetection

Provides the explicitly stated label of a detected element.

PageNumber

property PageNumber: TOptional<Integer>

Provides the page number the value was detected on.

Type

property Type: ITextractExpenseType

Type: ITextractExpenseType

Provides the implied label of a detected element.

ValueDetection

property ValueDetection: ITextractExpenseDetection

Type: ITextractExpenseDetection

Provides the value of a detected element.