| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static PiiEntityType |
PiiEntityType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PiiEntityType |
EntityLabel.name()
The name of the label.
|
PiiEntityType |
PiiEntity.type()
The entity's type.
|
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 |
|---|---|
static Set<PiiEntityType> |
PiiEntityType.knownValues()
|
List<PiiEntityType> |
RedactionConfig.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 |
|---|---|
EntityLabel.Builder |
EntityLabel.Builder.name(PiiEntityType name)
The name of the label.
|
RedactionConfig.Builder |
RedactionConfig.Builder.piiEntityTypes(PiiEntityType... piiEntityTypes)
An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.
|
PiiEntity.Builder |
PiiEntity.Builder.type(PiiEntityType type)
The entity's type.
|
| Modifier and Type | Method and Description |
|---|---|
RedactionConfig.Builder |
RedactionConfig.Builder.piiEntityTypes(Collection<PiiEntityType> piiEntityTypes)
An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.
|
Copyright © 2023. All rights reserved.