| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
HumanLoopDataAttributes |
HumanLoopDataAttributes.clone() |
HumanLoopDataAttributes |
HumanLoopConfig.getDataAttributes()
Sets attributes of the input data.
|
HumanLoopDataAttributes |
HumanLoopDataAttributes.withContentClassifiers(Collection<String> contentClassifiers)
Sets whether the input image is free of personally identifiable information or adult content.
|
HumanLoopDataAttributes |
HumanLoopDataAttributes.withContentClassifiers(ContentClassifier... contentClassifiers)
Sets whether the input image is free of personally identifiable information or adult content.
|
HumanLoopDataAttributes |
HumanLoopDataAttributes.withContentClassifiers(String... contentClassifiers)
Sets whether the input image is free of personally identifiable information or adult content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HumanLoopConfig.setDataAttributes(HumanLoopDataAttributes dataAttributes)
Sets attributes of the input data.
|
HumanLoopConfig |
HumanLoopConfig.withDataAttributes(HumanLoopDataAttributes dataAttributes)
Sets attributes of the input data.
|
Copyright © 2025. All rights reserved.