| 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 |
|---|---|
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 |
|---|---|
GetVocabularyRequest |
GetVocabularyRequest.clone() |
GetVocabularyRequest |
GetVocabularyRequest.withVocabularyName(String vocabularyName)
The name of the vocabulary to return information about.
|
Copyright © 2021. All rights reserved.