| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static RedactionType |
RedactionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RedactionType |
ContentRedaction.redactionType()
Specify the category of information you want to redact;
PII (personally identifiable information) is
the only valid value. |
static RedactionType |
RedactionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedactionType[] |
RedactionType.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<RedactionType> |
RedactionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ContentRedaction.Builder |
ContentRedaction.Builder.redactionType(RedactionType redactionType)
Specify the category of information you want to redact;
PII (personally identifiable
information) is the only valid value. |
Copyright © 2022. All rights reserved.