| 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()
Request parameter that defines the entities to be redacted.
|
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)
Request parameter that defines the entities to be redacted.
|
Copyright © 2020. All rights reserved.