| 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 UpdateMedicalVocabularyResponse |
TranscribeClient.updateMedicalVocabulary(Consumer<UpdateMedicalVocabularyRequest.Builder> updateMedicalVocabularyRequest)
Updates an existing custom medical vocabulary with new values.
|
default CompletableFuture<UpdateMedicalVocabularyResponse> |
TranscribeAsyncClient.updateMedicalVocabulary(Consumer<UpdateMedicalVocabularyRequest.Builder> updateMedicalVocabularyRequest)
Updates an existing custom medical vocabulary with new values.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateMedicalVocabularyRequest.Builder |
UpdateMedicalVocabularyRequest.builder() |
UpdateMedicalVocabularyRequest.Builder |
UpdateMedicalVocabularyRequest.Builder.languageCode(LanguageCode languageCode)
The language code that represents the language of the entries in the custom vocabulary you want to update.
|
UpdateMedicalVocabularyRequest.Builder |
UpdateMedicalVocabularyRequest.Builder.languageCode(String languageCode)
The language code that represents the language of the entries in the custom vocabulary you want to update.
|
UpdateMedicalVocabularyRequest.Builder |
UpdateMedicalVocabularyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateMedicalVocabularyRequest.Builder |
UpdateMedicalVocabularyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateMedicalVocabularyRequest.Builder |
UpdateMedicalVocabularyRequest.toBuilder() |
UpdateMedicalVocabularyRequest.Builder |
UpdateMedicalVocabularyRequest.Builder.vocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location of the text file that contains your custom medical vocabulary.
|
UpdateMedicalVocabularyRequest.Builder |
UpdateMedicalVocabularyRequest.Builder.vocabularyName(String vocabularyName)
The name of the custom medical vocabulary you want to update.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateMedicalVocabularyRequest.Builder> |
UpdateMedicalVocabularyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.