| 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 |
|---|---|
UpdateVocabularyResult |
AbstractAmazonTranscribe.updateVocabulary(UpdateVocabularyRequest request) |
UpdateVocabularyResult |
AmazonTranscribeClient.updateVocabulary(UpdateVocabularyRequest request)
Updates an existing custom vocabulary with new values.
|
UpdateVocabularyResult |
AmazonTranscribe.updateVocabulary(UpdateVocabularyRequest updateVocabularyRequest)
Updates an existing custom vocabulary with new values.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateVocabularyResult> |
AmazonTranscribeAsyncClient.updateVocabularyAsync(UpdateVocabularyRequest request,
AsyncHandler<UpdateVocabularyRequest,UpdateVocabularyResult> asyncHandler) |
Future<UpdateVocabularyResult> |
AmazonTranscribeAsync.updateVocabularyAsync(UpdateVocabularyRequest updateVocabularyRequest,
AsyncHandler<UpdateVocabularyRequest,UpdateVocabularyResult> asyncHandler)
Updates an existing custom vocabulary with new values.
|
Future<UpdateVocabularyResult> |
AbstractAmazonTranscribeAsync.updateVocabularyAsync(UpdateVocabularyRequest request,
AsyncHandler<UpdateVocabularyRequest,UpdateVocabularyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateVocabularyResult |
UpdateVocabularyResult.clone() |
UpdateVocabularyResult |
UpdateVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary.
|
UpdateVocabularyResult |
UpdateVocabularyResult.withLanguageCode(String languageCode)
The language code you selected for your custom vocabulary.
|
UpdateVocabularyResult |
UpdateVocabularyResult.withLastModifiedTime(Date lastModifiedTime)
The date and time the specified custom vocabulary was last updated.
|
UpdateVocabularyResult |
UpdateVocabularyResult.withVocabularyName(String vocabularyName)
The name of the updated custom vocabulary.
|
UpdateVocabularyResult |
UpdateVocabularyResult.withVocabularyState(String vocabularyState)
The processing state of your custom vocabulary.
|
UpdateVocabularyResult |
UpdateVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary.
|
Copyright © 2023. All rights reserved.