Struct aws_sdk_textract::model::LineItemFields
source · #[non_exhaustive]pub struct LineItemFields { /* private fields */ }Expand description
A structure that holds information about the different lines found in a document's tables.
Implementations§
source§impl LineItemFields
impl LineItemFields
sourcepub fn line_item_expense_fields(&self) -> Option<&[ExpenseField]>
pub fn line_item_expense_fields(&self) -> Option<&[ExpenseField]>
ExpenseFields used to show information from detected lines on a table.
source§impl LineItemFields
impl LineItemFields
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LineItemFields.
Trait Implementations§
source§impl Clone for LineItemFields
impl Clone for LineItemFields
source§fn clone(&self) -> LineItemFields
fn clone(&self) -> LineItemFields
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for LineItemFields
impl Debug for LineItemFields
source§impl PartialEq<LineItemFields> for LineItemFields
impl PartialEq<LineItemFields> for LineItemFields
source§fn eq(&self, other: &LineItemFields) -> bool
fn eq(&self, other: &LineItemFields) -> bool
This method tests for
self and other values to be equal, and is used
by ==.