Struct aws_sdk_textract::model::LendingField
source · #[non_exhaustive]pub struct LendingField { /* private fields */ }
Expand description
Holds the normalized key-value pairs returned by AnalyzeDocument, including the document type, detected text, and geometry.
Implementations§
source§impl LendingField
impl LendingField
sourcepub fn key_detection(&self) -> Option<&LendingDetection>
pub fn key_detection(&self) -> Option<&LendingDetection>
The results extracted for a lending document.
sourcepub fn value_detections(&self) -> Option<&[LendingDetection]>
pub fn value_detections(&self) -> Option<&[LendingDetection]>
An array of LendingDetection objects.
source§impl LendingField
impl LendingField
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LendingField
.
Trait Implementations§
source§impl Clone for LendingField
impl Clone for LendingField
source§fn clone(&self) -> LendingField
fn clone(&self) -> LendingField
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 LendingField
impl Debug for LendingField
source§impl PartialEq<LendingField> for LendingField
impl PartialEq<LendingField> for LendingField
source§fn eq(&self, other: &LendingField) -> bool
fn eq(&self, other: &LendingField) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.