| 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 |
|---|---|
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 |
|---|---|
UpdateVocabularyRequest |
UpdateVocabularyRequest.clone() |
UpdateVocabularyRequest |
UpdateVocabularyRequest.withLanguageCode(LanguageCode languageCode)
The language code that represents the language of the entries in the custom vocabulary you want to update.
|
UpdateVocabularyRequest |
UpdateVocabularyRequest.withLanguageCode(String languageCode)
The language code that represents the language of the entries in the custom vocabulary you want to update.
|
UpdateVocabularyRequest |
UpdateVocabularyRequest.withPhrases(Collection<String> phrases)
Use this parameter if you want to update your vocabulary by including all desired terms, as comma-separated
values, within your request.
|
UpdateVocabularyRequest |
UpdateVocabularyRequest.withPhrases(String... phrases)
Use this parameter if you want to update your vocabulary by including all desired terms, as comma-separated
values, within your request.
|
UpdateVocabularyRequest |
UpdateVocabularyRequest.withVocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location of the text file that contains your custom vocabulary.
|
UpdateVocabularyRequest |
UpdateVocabularyRequest.withVocabularyName(String vocabularyName)
The name of the custom vocabulary you want to update.
|
Copyright © 2022. All rights reserved.