| 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 |
AmazonTranscribe.getVocabulary(GetVocabularyRequest getVocabularyRequest)
Provides information about the specified custom vocabulary.
|
GetVocabularyResult |
AmazonTranscribeClient.getVocabulary(GetVocabularyRequest request)
Provides information about the specified custom 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)
Provides information about the specified custom 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 Amazon S3 location where the custom vocabulary is stored; use this URI to view or download the custom
vocabulary.
|
GetVocabularyResult |
GetVocabularyResult.withFailureReason(String failureReason)
If
VocabularyState is FAILED, FailureReason contains information about why
the custom vocabulary request failed. |
GetVocabularyResult |
GetVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary.
|
GetVocabularyResult |
GetVocabularyResult.withLanguageCode(String languageCode)
The language code you selected for your custom vocabulary.
|
GetVocabularyResult |
GetVocabularyResult.withLastModifiedTime(Date lastModifiedTime)
The date and time the specified custom vocabulary was last modified.
|
GetVocabularyResult |
GetVocabularyResult.withVocabularyName(String vocabularyName)
The name of the custom vocabulary you requested information about.
|
GetVocabularyResult |
GetVocabularyResult.withVocabularyState(String vocabularyState)
The processing state of your custom vocabulary.
|
GetVocabularyResult |
GetVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary.
|
Copyright © 2024. All rights reserved.