Struct aws_sdk_textract::model::identity_document_field::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for IdentityDocumentField
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn type(self, input: AnalyzeIdDetections) -> Self
pub fn type(self, input: AnalyzeIdDetections) -> Self
Used to contain the information detected by an AnalyzeID operation.
sourcepub fn set_type(self, input: Option<AnalyzeIdDetections>) -> Self
pub fn set_type(self, input: Option<AnalyzeIdDetections>) -> Self
Used to contain the information detected by an AnalyzeID operation.
sourcepub fn value_detection(self, input: AnalyzeIdDetections) -> Self
pub fn value_detection(self, input: AnalyzeIdDetections) -> Self
Used to contain the information detected by an AnalyzeID operation.
sourcepub fn set_value_detection(self, input: Option<AnalyzeIdDetections>) -> Self
pub fn set_value_detection(self, input: Option<AnalyzeIdDetections>) -> Self
Used to contain the information detected by an AnalyzeID operation.
sourcepub fn build(self) -> IdentityDocumentField
pub fn build(self) -> IdentityDocumentField
Consumes the builder and constructs a IdentityDocumentField
.