Struct aws_sdk_textract::types::builders::LendingDocumentBuilder
source · #[non_exhaustive]pub struct LendingDocumentBuilder { /* private fields */ }Expand description
A builder for LendingDocument.
Implementations§
source§impl LendingDocumentBuilder
impl LendingDocumentBuilder
sourcepub fn lending_fields(self, input: LendingField) -> Self
pub fn lending_fields(self, input: LendingField) -> Self
Appends an item to lending_fields.
To override the contents of this collection use set_lending_fields.
An array of LendingField objects.
sourcepub fn set_lending_fields(self, input: Option<Vec<LendingField>>) -> Self
pub fn set_lending_fields(self, input: Option<Vec<LendingField>>) -> Self
An array of LendingField objects.
sourcepub fn signature_detections(self, input: SignatureDetection) -> Self
pub fn signature_detections(self, input: SignatureDetection) -> Self
Appends an item to signature_detections.
To override the contents of this collection use set_signature_detections.
A list of signatures detected in a lending document.
sourcepub fn set_signature_detections(
self,
input: Option<Vec<SignatureDetection>>
) -> Self
pub fn set_signature_detections( self, input: Option<Vec<SignatureDetection>> ) -> Self
A list of signatures detected in a lending document.
sourcepub fn build(self) -> LendingDocument
pub fn build(self) -> LendingDocument
Consumes the builder and constructs a LendingDocument.
Trait Implementations§
source§impl Clone for LendingDocumentBuilder
impl Clone for LendingDocumentBuilder
source§fn clone(&self) -> LendingDocumentBuilder
fn clone(&self) -> LendingDocumentBuilder
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 LendingDocumentBuilder
impl Debug for LendingDocumentBuilder
source§impl Default for LendingDocumentBuilder
impl Default for LendingDocumentBuilder
source§fn default() -> LendingDocumentBuilder
fn default() -> LendingDocumentBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<LendingDocumentBuilder> for LendingDocumentBuilder
impl PartialEq<LendingDocumentBuilder> for LendingDocumentBuilder
source§fn eq(&self, other: &LendingDocumentBuilder) -> bool
fn eq(&self, other: &LendingDocumentBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.