Struct aws_sdk_textract::model::LendingResult
source · #[non_exhaustive]pub struct LendingResult { /* private fields */ }
Expand description
Contains the detections for each page analyzed through the Analyze Lending API.
Implementations§
source§impl LendingResult
impl LendingResult
sourcepub fn page_classification(&self) -> Option<&PageClassification>
pub fn page_classification(&self) -> Option<&PageClassification>
The classifier result for a given page.
sourcepub fn extractions(&self) -> Option<&[Extraction]>
pub fn extractions(&self) -> Option<&[Extraction]>
An array of Extraction to hold structured data. e.g. normalized key value pairs instead of raw OCR detections .
source§impl LendingResult
impl LendingResult
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LendingResult
.
Trait Implementations§
source§impl Clone for LendingResult
impl Clone for LendingResult
source§fn clone(&self) -> LendingResult
fn clone(&self) -> LendingResult
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 LendingResult
impl Debug for LendingResult
source§impl PartialEq<LendingResult> for LendingResult
impl PartialEq<LendingResult> for LendingResult
source§fn eq(&self, other: &LendingResult) -> bool
fn eq(&self, other: &LendingResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.