| 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> |
AbstractAmazonTranscribeAsync.updateVocabularyAsync(UpdateVocabularyRequest request,
AsyncHandler<UpdateVocabularyRequest,UpdateVocabularyResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateVocabularyRequest |
UpdateVocabularyRequest.clone() |
UpdateVocabularyRequest |
UpdateVocabularyRequest.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains
your input files (in this case, your custom vocabulary).
|
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 custom 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 custom 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 © 2025. All rights reserved.