Struct aws_sdk_textract::model::lending_document::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for LendingDocument.
Implementations§
source§impl Builder
impl Builder
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.