| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static PiiEntityType |
PiiEntityType.fromValue(String value)
Use this in place of valueOf.
|
static PiiEntityType |
PiiEntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PiiEntityType[] |
PiiEntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EntityLabel |
EntityLabel.withName(PiiEntityType name)
The name of the label.
|
RedactionConfig |
RedactionConfig.withPiiEntityTypes(PiiEntityType... piiEntityTypes)
An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.
|
PiiEntity |
PiiEntity.withType(PiiEntityType type)
The entity's type.
|
Copyright © 2022. All rights reserved.