Struct aws_sdk_textract::model::human_loop_data_attributes::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for HumanLoopDataAttributes
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn content_classifiers(self, input: ContentClassifier) -> Self
pub fn content_classifiers(self, input: ContentClassifier) -> Self
Appends an item to content_classifiers
.
To override the contents of this collection use set_content_classifiers
.
Sets whether the input image is free of personally identifiable information or adult content.
sourcepub fn set_content_classifiers(
self,
input: Option<Vec<ContentClassifier>>
) -> Self
pub fn set_content_classifiers(
self,
input: Option<Vec<ContentClassifier>>
) -> Self
Sets whether the input image is free of personally identifiable information or adult content.
sourcepub fn build(self) -> HumanLoopDataAttributes
pub fn build(self) -> HumanLoopDataAttributes
Consumes the builder and constructs a HumanLoopDataAttributes
.