| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe |
Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call
Analytics.
|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateVocabularyResponse |
TranscribeClient.updateVocabulary(Consumer<UpdateVocabularyRequest.Builder> updateVocabularyRequest)
Updates an existing custom vocabulary with new values.
|
default CompletableFuture<UpdateVocabularyResponse> |
TranscribeAsyncClient.updateVocabulary(Consumer<UpdateVocabularyRequest.Builder> updateVocabularyRequest)
Updates an existing custom vocabulary with new values.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.builder() |
UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.Builder.languageCode(LanguageCode languageCode)
The language code that represents the language of the entries in the custom vocabulary you want to update.
|
UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.Builder.languageCode(String languageCode)
The language code that represents the language of the entries in the custom vocabulary you want to update.
|
UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.Builder.phrases(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.Builder |
UpdateVocabularyRequest.Builder.phrases(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.Builder |
UpdateVocabularyRequest.toBuilder() |
UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.Builder.vocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location of the text file that contains your custom vocabulary.
|
UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.Builder.vocabularyName(String vocabularyName)
The name of the custom vocabulary you want to update.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateVocabularyRequest.Builder> |
UpdateVocabularyRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.