| Package | Description |
|---|---|
| com.amazonaws.services.transcribe |
Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call
Analytics.
|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
GetVocabularyResult |
AbstractAmazonTranscribe.getVocabulary(GetVocabularyRequest request) |
GetVocabularyResult |
AmazonTranscribeClient.getVocabulary(GetVocabularyRequest request)
Provides information about the specified custom vocabulary.
|
GetVocabularyResult |
AmazonTranscribe.getVocabulary(GetVocabularyRequest getVocabularyRequest)
Provides information about the specified custom vocabulary.
|
Future<GetVocabularyResult> |
AmazonTranscribeAsyncClient.getVocabularyAsync(GetVocabularyRequest request) |
Future<GetVocabularyResult> |
AmazonTranscribeAsync.getVocabularyAsync(GetVocabularyRequest getVocabularyRequest)
Provides information about the specified custom vocabulary.
|
Future<GetVocabularyResult> |
AbstractAmazonTranscribeAsync.getVocabularyAsync(GetVocabularyRequest request) |
Future<GetVocabularyResult> |
AmazonTranscribeAsyncClient.getVocabularyAsync(GetVocabularyRequest request,
AsyncHandler<GetVocabularyRequest,GetVocabularyResult> asyncHandler) |
Future<GetVocabularyResult> |
AmazonTranscribeAsync.getVocabularyAsync(GetVocabularyRequest getVocabularyRequest,
AsyncHandler<GetVocabularyRequest,GetVocabularyResult> asyncHandler)
Provides information about the specified custom vocabulary.
|
Future<GetVocabularyResult> |
AbstractAmazonTranscribeAsync.getVocabularyAsync(GetVocabularyRequest request,
AsyncHandler<GetVocabularyRequest,GetVocabularyResult> asyncHandler) |
| 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)
Provides information about the specified custom 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 custom vocabulary you want information about.
|
Copyright © 2023. All rights reserved.