| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static RedactionType |
RedactionType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
ContentRedaction |
ContentRedaction.withRedactionType(RedactionType redactionType)
Specify the category of information you want to redact;
PII (personally identifiable information) is
the only valid value. |
Copyright © 2024. All rights reserved.