| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static PiiEntitiesDetectionMaskMode |
PiiEntitiesDetectionMaskMode.fromValue(String value)
Use this in place of valueOf.
|
static PiiEntitiesDetectionMaskMode |
PiiEntitiesDetectionMaskMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PiiEntitiesDetectionMaskMode[] |
PiiEntitiesDetectionMaskMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RedactionConfig |
RedactionConfig.withMaskMode(PiiEntitiesDetectionMaskMode maskMode)
Specifies whether the PII entity is redacted with the mask character or the entity type.
|
Copyright © 2021. All rights reserved.