Struct aws_sdk_textract::model::normalized_value::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for NormalizedValue
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn value(self, input: impl Into<String>) -> Self
pub fn value(self, input: impl Into<String>) -> Self
The value of the date, written as Year-Month-DayTHour:Minute:Second.
sourcepub fn set_value(self, input: Option<String>) -> Self
pub fn set_value(self, input: Option<String>) -> Self
The value of the date, written as Year-Month-DayTHour:Minute:Second.
sourcepub fn value_type(self, input: ValueType) -> Self
pub fn value_type(self, input: ValueType) -> Self
The normalized type of the value detected. In this case, DATE.
sourcepub fn set_value_type(self, input: Option<ValueType>) -> Self
pub fn set_value_type(self, input: Option<ValueType>) -> Self
The normalized type of the value detected. In this case, DATE.
sourcepub fn build(self) -> NormalizedValue
pub fn build(self) -> NormalizedValue
Consumes the builder and constructs a NormalizedValue
.