Struct aws_sdk_textract::model::extraction::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Extraction
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn lending_document(self, input: LendingDocument) -> Self
pub fn lending_document(self, input: LendingDocument) -> Self
Holds the structured data returned by AnalyzeDocument for lending documents.
sourcepub fn set_lending_document(self, input: Option<LendingDocument>) -> Self
pub fn set_lending_document(self, input: Option<LendingDocument>) -> Self
Holds the structured data returned by AnalyzeDocument for lending documents.
sourcepub fn expense_document(self, input: ExpenseDocument) -> Self
pub fn expense_document(self, input: ExpenseDocument) -> Self
The structure holding all the information returned by AnalyzeExpense
sourcepub fn set_expense_document(self, input: Option<ExpenseDocument>) -> Self
pub fn set_expense_document(self, input: Option<ExpenseDocument>) -> Self
The structure holding all the information returned by AnalyzeExpense
sourcepub fn identity_document(self, input: IdentityDocument) -> Self
pub fn identity_document(self, input: IdentityDocument) -> Self
The structure that lists each document processed in an AnalyzeID operation.
sourcepub fn set_identity_document(self, input: Option<IdentityDocument>) -> Self
pub fn set_identity_document(self, input: Option<IdentityDocument>) -> Self
The structure that lists each document processed in an AnalyzeID operation.
sourcepub fn build(self) -> Extraction
pub fn build(self) -> Extraction
Consumes the builder and constructs a Extraction
.