Struct aws_sdk_textract::model::lending_field::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for LendingField
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn key_detection(self, input: LendingDetection) -> Self
pub fn key_detection(self, input: LendingDetection) -> Self
The results extracted for a lending document.
sourcepub fn set_key_detection(self, input: Option<LendingDetection>) -> Self
pub fn set_key_detection(self, input: Option<LendingDetection>) -> Self
The results extracted for a lending document.
sourcepub fn value_detections(self, input: LendingDetection) -> Self
pub fn value_detections(self, input: LendingDetection) -> Self
Appends an item to value_detections
.
To override the contents of this collection use set_value_detections
.
An array of LendingDetection objects.
sourcepub fn set_value_detections(self, input: Option<Vec<LendingDetection>>) -> Self
pub fn set_value_detections(self, input: Option<Vec<LendingDetection>>) -> Self
An array of LendingDetection objects.
sourcepub fn build(self) -> LendingField
pub fn build(self) -> LendingField
Consumes the builder and constructs a LendingField
.