Struct aws_sdk_textract::output::AnalyzeExpenseOutput
source · #[non_exhaustive]pub struct AnalyzeExpenseOutput { /* private fields */ }
Implementations§
source§impl AnalyzeExpenseOutput
impl AnalyzeExpenseOutput
sourcepub fn document_metadata(&self) -> Option<&DocumentMetadata>
pub fn document_metadata(&self) -> Option<&DocumentMetadata>
Information about the input document.
sourcepub fn expense_documents(&self) -> Option<&[ExpenseDocument]>
pub fn expense_documents(&self) -> Option<&[ExpenseDocument]>
The expenses detected by Amazon Textract.
source§impl AnalyzeExpenseOutput
impl AnalyzeExpenseOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnalyzeExpenseOutput
.
Trait Implementations§
source§impl Clone for AnalyzeExpenseOutput
impl Clone for AnalyzeExpenseOutput
source§fn clone(&self) -> AnalyzeExpenseOutput
fn clone(&self) -> AnalyzeExpenseOutput
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 AnalyzeExpenseOutput
impl Debug for AnalyzeExpenseOutput
source§impl PartialEq<AnalyzeExpenseOutput> for AnalyzeExpenseOutput
impl PartialEq<AnalyzeExpenseOutput> for AnalyzeExpenseOutput
source§fn eq(&self, other: &AnalyzeExpenseOutput) -> bool
fn eq(&self, other: &AnalyzeExpenseOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.