Struct aws_sdk_textract::model::Extraction
source · #[non_exhaustive]pub struct Extraction { /* private fields */ }
Expand description
Contains information extracted by an analysis operation after using StartLendingAnalysis.
Implementations§
source§impl Extraction
impl Extraction
sourcepub fn lending_document(&self) -> Option<&LendingDocument>
pub fn lending_document(&self) -> Option<&LendingDocument>
Holds the structured data returned by AnalyzeDocument for lending documents.
sourcepub fn expense_document(&self) -> Option<&ExpenseDocument>
pub fn expense_document(&self) -> Option<&ExpenseDocument>
The structure holding all the information returned by AnalyzeExpense
sourcepub fn identity_document(&self) -> Option<&IdentityDocument>
pub fn identity_document(&self) -> Option<&IdentityDocument>
The structure that lists each document processed in an AnalyzeID operation.
source§impl Extraction
impl Extraction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Extraction
.
Trait Implementations§
source§impl Clone for Extraction
impl Clone for Extraction
source§fn clone(&self) -> Extraction
fn clone(&self) -> Extraction
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 Extraction
impl Debug for Extraction
source§impl PartialEq<Extraction> for Extraction
impl PartialEq<Extraction> for Extraction
source§fn eq(&self, other: &Extraction) -> bool
fn eq(&self, other: &Extraction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.