Struct aws_sdk_textract::model::LendingSummary
source · #[non_exhaustive]pub struct LendingSummary { /* private fields */ }
Expand description
Contains information regarding DocumentGroups and UndetectedDocumentTypes.
Implementations§
source§impl LendingSummary
impl LendingSummary
sourcepub fn document_groups(&self) -> Option<&[DocumentGroup]>
pub fn document_groups(&self) -> Option<&[DocumentGroup]>
Contains an array of all DocumentGroup objects.
sourcepub fn undetected_document_types(&self) -> Option<&[String]>
pub fn undetected_document_types(&self) -> Option<&[String]>
UndetectedDocumentTypes.
source§impl LendingSummary
impl LendingSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LendingSummary
.
Trait Implementations§
source§impl Clone for LendingSummary
impl Clone for LendingSummary
source§fn clone(&self) -> LendingSummary
fn clone(&self) -> LendingSummary
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 LendingSummary
impl Debug for LendingSummary
source§impl PartialEq<LendingSummary> for LendingSummary
impl PartialEq<LendingSummary> for LendingSummary
source§fn eq(&self, other: &LendingSummary) -> bool
fn eq(&self, other: &LendingSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.