| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static RedactionOutput |
RedactionOutput.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RedactionOutput |
ContentRedaction.redactionOutput()
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
|
static RedactionOutput |
RedactionOutput.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedactionOutput[] |
RedactionOutput.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<RedactionOutput> |
RedactionOutput.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ContentRedaction.Builder |
ContentRedaction.Builder.redactionOutput(RedactionOutput redactionOutput)
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
|
Copyright © 2021. All rights reserved.