| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static LanguageCode |
LanguageCode.fromValue(String value)
Use this in place of valueOf.
|
static LanguageCode |
LanguageCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LanguageCode[] |
LanguageCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TranscriptionJobSummary |
TranscriptionJobSummary.withLanguageCode(LanguageCode languageCode)
The language code for the input speech.
|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withLanguageCode(LanguageCode languageCode)
The language code for the language used in the input media file.
|
TranscriptionJob |
TranscriptionJob.withLanguageCode(LanguageCode languageCode)
The language code for the input speech.
|
Copyright © 2018. All rights reserved.