ITextractExpenseDocument
Interface in AWS.Textract
Interface for ExpenseDocument.
Properties
Blocks
property Blocks: TList<ITextractBlock>
Type: ITextractBlock
Provides a list of items detected and analyzed from the input document.
ExpenseIndex
property ExpenseIndex: TOptional<Integer>
Indicates which invoice or receipt in the document the information comes from. The first document will be 1.
LineItemGroups
property LineItemGroups: TList<ITextractLineItemGroup>
Type: ITextractLineItemGroup
Provides information detected on each table of a document.
SummaryFields
property SummaryFields: TList<ITextractExpenseField>
Type: ITextractExpenseField
Provides information found outside of a table by Amazon Textract.