| Package | Description |
|---|---|
| com.amazonaws.services.transcribe |
Operations and objects for transcribing speech to text.
|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
GetVocabularyResult |
AmazonTranscribeClient.getVocabulary(GetVocabularyRequest request)
Gets information about a vocabulary.
|
GetVocabularyResult |
AbstractAmazonTranscribe.getVocabulary(GetVocabularyRequest request) |
GetVocabularyResult |
AmazonTranscribe.getVocabulary(GetVocabularyRequest getVocabularyRequest)
Gets information about a vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetVocabularyResult> |
AmazonTranscribeAsyncClient.getVocabularyAsync(GetVocabularyRequest request,
AsyncHandler<GetVocabularyRequest,GetVocabularyResult> asyncHandler) |
Future<GetVocabularyResult> |
AmazonTranscribeAsync.getVocabularyAsync(GetVocabularyRequest getVocabularyRequest,
AsyncHandler<GetVocabularyRequest,GetVocabularyResult> asyncHandler)
Gets information about a vocabulary.
|
Future<GetVocabularyResult> |
AbstractAmazonTranscribeAsync.getVocabularyAsync(GetVocabularyRequest request,
AsyncHandler<GetVocabularyRequest,GetVocabularyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetVocabularyResult |
GetVocabularyResult.clone() |
GetVocabularyResult |
GetVocabularyResult.withDownloadUri(String downloadUri)
The S3 location where the vocabulary is stored.
|
GetVocabularyResult |
GetVocabularyResult.withFailureReason(String failureReason)
If the
VocabularyState field is FAILED, this field contains information about why the
job failed. |
GetVocabularyResult |
GetVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
GetVocabularyResult |
GetVocabularyResult.withLanguageCode(String languageCode)
The language code of the vocabulary entries.
|
GetVocabularyResult |
GetVocabularyResult.withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was last modified.
|
GetVocabularyResult |
GetVocabularyResult.withVocabularyName(String vocabularyName)
The name of the vocabulary to return.
|
GetVocabularyResult |
GetVocabularyResult.withVocabularyState(String vocabularyState)
The processing state of the vocabulary.
|
GetVocabularyResult |
GetVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
Copyright © 2019. All rights reserved.