Struct aws_sdk_textract::model::LendingDocument
source · #[non_exhaustive]pub struct LendingDocument { /* private fields */ }
Expand description
Holds the structured data returned by AnalyzeDocument for lending documents.
Implementations§
source§impl LendingDocument
impl LendingDocument
sourcepub fn lending_fields(&self) -> Option<&[LendingField]>
pub fn lending_fields(&self) -> Option<&[LendingField]>
An array of LendingField objects.
sourcepub fn signature_detections(&self) -> Option<&[SignatureDetection]>
pub fn signature_detections(&self) -> Option<&[SignatureDetection]>
A list of signatures detected in a lending document.
source§impl LendingDocument
impl LendingDocument
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LendingDocument
.
Trait Implementations§
source§impl Clone for LendingDocument
impl Clone for LendingDocument
source§fn clone(&self) -> LendingDocument
fn clone(&self) -> LendingDocument
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 LendingDocument
impl Debug for LendingDocument
source§impl PartialEq<LendingDocument> for LendingDocument
impl PartialEq<LendingDocument> for LendingDocument
source§fn eq(&self, other: &LendingDocument) -> bool
fn eq(&self, other: &LendingDocument) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.