| Package | Description |
|---|---|
| com.amazonaws.services.transcribe |
Operations and objects for transcribing speech to text.
|
| com.amazonaws.services.transcribe.model |
Classes modeling the various types represented by AmazonTranscribe
|
| Modifier and Type | Method and Description |
|---|---|
GetVocabularyResult |
AmazonTranscribeClient.getVocabulary(GetVocabularyRequest getVocabularyRequest)
Gets information about a vocabulary.
|
GetVocabularyResult |
AmazonTranscribe.getVocabulary(GetVocabularyRequest getVocabularyRequest)
Gets information about a vocabulary.
|
Future<GetVocabularyResult> |
AmazonTranscribeAsyncClient.getVocabularyAsync(GetVocabularyRequest getVocabularyRequest)
Gets information about a vocabulary.
|
Future<GetVocabularyResult> |
AmazonTranscribeAsync.getVocabularyAsync(GetVocabularyRequest getVocabularyRequest)
Gets information about a vocabulary.
|
Future<GetVocabularyResult> |
AmazonTranscribeAsyncClient.getVocabularyAsync(GetVocabularyRequest getVocabularyRequest,
AsyncHandler<GetVocabularyRequest,GetVocabularyResult> asyncHandler)
Gets information about a vocabulary.
|
Future<GetVocabularyResult> |
AmazonTranscribeAsync.getVocabularyAsync(GetVocabularyRequest getVocabularyRequest,
AsyncHandler<GetVocabularyRequest,GetVocabularyResult> asyncHandler)
Gets information about a vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetVocabularyResult> |
AmazonTranscribeAsyncClient.getVocabularyAsync(GetVocabularyRequest getVocabularyRequest,
AsyncHandler<GetVocabularyRequest,GetVocabularyResult> asyncHandler)
Gets information about a vocabulary.
|
Future<GetVocabularyResult> |
AmazonTranscribeAsync.getVocabularyAsync(GetVocabularyRequest getVocabularyRequest,
AsyncHandler<GetVocabularyRequest,GetVocabularyResult> asyncHandler)
Gets information about a vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
GetVocabularyRequest |
GetVocabularyRequest.withVocabularyName(String vocabularyName)
The name of the vocabulary to return information about.
|
Copyright © 2019. All rights reserved.