| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputLocationType |
OutputLocationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OutputLocationType |
TranscriptionJobSummary.outputLocationType()
Indicates where the specified transcription output is stored.
|
OutputLocationType |
MedicalTranscriptionJobSummary.outputLocationType()
Indicates where the specified medical transcription output is stored.
|
static OutputLocationType |
OutputLocationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputLocationType[] |
OutputLocationType.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<OutputLocationType> |
OutputLocationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.outputLocationType(OutputLocationType outputLocationType)
Indicates where the specified transcription output is stored.
|
MedicalTranscriptionJobSummary.Builder |
MedicalTranscriptionJobSummary.Builder.outputLocationType(OutputLocationType outputLocationType)
Indicates where the specified medical transcription output is stored.
|
Copyright © 2022. All rights reserved.