| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
RedactionConfig |
RedactionConfig.clone() |
RedactionConfig |
PiiEntitiesDetectionJobProperties.getRedactionConfig()
Provides configuration parameters for PII entity redaction.
|
RedactionConfig |
StartPiiEntitiesDetectionJobRequest.getRedactionConfig()
Provides configuration parameters for PII entity redaction.
|
RedactionConfig |
RedactionConfig.withMaskCharacter(String maskCharacter)
A character that replaces each character in the redacted PII entity.
|
RedactionConfig |
RedactionConfig.withMaskMode(PiiEntitiesDetectionMaskMode maskMode)
Specifies whether the PII entity is redacted with the mask character or the entity type.
|
RedactionConfig |
RedactionConfig.withMaskMode(String maskMode)
Specifies whether the PII entity is redacted with the mask character or the entity type.
|
RedactionConfig |
RedactionConfig.withPiiEntityTypes(Collection<String> piiEntityTypes)
An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.
|
RedactionConfig |
RedactionConfig.withPiiEntityTypes(PiiEntityType... piiEntityTypes)
An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.
|
RedactionConfig |
RedactionConfig.withPiiEntityTypes(String... piiEntityTypes)
An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PiiEntitiesDetectionJobProperties.setRedactionConfig(RedactionConfig redactionConfig)
Provides configuration parameters for PII entity redaction.
|
void |
StartPiiEntitiesDetectionJobRequest.setRedactionConfig(RedactionConfig redactionConfig)
Provides configuration parameters for PII entity redaction.
|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withRedactionConfig(RedactionConfig redactionConfig)
Provides configuration parameters for PII entity redaction.
|
StartPiiEntitiesDetectionJobRequest |
StartPiiEntitiesDetectionJobRequest.withRedactionConfig(RedactionConfig redactionConfig)
Provides configuration parameters for PII entity redaction.
|
Copyright © 2021. All rights reserved.