| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.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.
|
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> |
ContentRedaction.piiEntityTypes()
Specify which types of personally identifiable information (PII) you want to redact in your transcript.
|
| Modifier and Type | Method and Description |
|---|---|
ContentRedaction.Builder |
ContentRedaction.Builder.piiEntityTypes(PiiEntityType... piiEntityTypes)
Specify which types of personally identifiable information (PII) you want to redact in your transcript.
|
| Modifier and Type | Method and Description |
|---|---|
ContentRedaction.Builder |
ContentRedaction.Builder.piiEntityTypes(Collection<PiiEntityType> piiEntityTypes)
Specify which types of personally identifiable information (PII) you want to redact in your transcript.
|
Copyright © 2023. All rights reserved.