Struct aws_sdk_textract::model::expense_document::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ExpenseDocument
Implementations
Denotes which invoice or receipt in the document the information is coming from. First document will be 1, the second 2, and so on.
Denotes which invoice or receipt in the document the information is coming from. First document will be 1, the second 2, and so on.
Appends an item to summary_fields.
To override the contents of this collection use set_summary_fields.
Any information found outside of a table by Amazon Textract.
Any information found outside of a table by Amazon Textract.
Appends an item to line_item_groups.
To override the contents of this collection use set_line_item_groups.
Information detected on each table of a document, seperated into LineItems.
Information detected on each table of a document, seperated into LineItems.
Consumes the builder and constructs a ExpenseDocument
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more