| 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 |
|---|---|
GetVocabularyFilterResult |
AmazonTranscribe.getVocabularyFilter(GetVocabularyFilterRequest getVocabularyFilterRequest)
Returns information about a vocabulary filter.
|
GetVocabularyFilterResult |
AmazonTranscribeClient.getVocabularyFilter(GetVocabularyFilterRequest request)
Returns information about a vocabulary filter.
|
GetVocabularyFilterResult |
AbstractAmazonTranscribe.getVocabularyFilter(GetVocabularyFilterRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetVocabularyFilterResult> |
AmazonTranscribeAsync.getVocabularyFilterAsync(GetVocabularyFilterRequest getVocabularyFilterRequest,
AsyncHandler<GetVocabularyFilterRequest,GetVocabularyFilterResult> asyncHandler)
Returns information about a vocabulary filter.
|
Future<GetVocabularyFilterResult> |
AbstractAmazonTranscribeAsync.getVocabularyFilterAsync(GetVocabularyFilterRequest request,
AsyncHandler<GetVocabularyFilterRequest,GetVocabularyFilterResult> asyncHandler) |
Future<GetVocabularyFilterResult> |
AmazonTranscribeAsyncClient.getVocabularyFilterAsync(GetVocabularyFilterRequest request,
AsyncHandler<GetVocabularyFilterRequest,GetVocabularyFilterResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetVocabularyFilterResult |
GetVocabularyFilterResult.clone() |
GetVocabularyFilterResult |
GetVocabularyFilterResult.withDownloadUri(String downloadUri)
The URI of the list of words in the vocabulary filter.
|
GetVocabularyFilterResult |
GetVocabularyFilterResult.withLanguageCode(LanguageCode languageCode)
The language code of the words in the vocabulary filter.
|
GetVocabularyFilterResult |
GetVocabularyFilterResult.withLanguageCode(String languageCode)
The language code of the words in the vocabulary filter.
|
GetVocabularyFilterResult |
GetVocabularyFilterResult.withLastModifiedTime(Date lastModifiedTime)
The date and time that the contents of the vocabulary filter were updated.
|
GetVocabularyFilterResult |
GetVocabularyFilterResult.withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter.
|
Copyright © 2022. All rights reserved.