| Package | Description |
|---|---|
| com.amazonaws.services.transcribe |
Operations and objects for transcribing speech to text.
|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateMedicalVocabularyResult |
AbstractAmazonTranscribe.updateMedicalVocabulary(UpdateMedicalVocabularyRequest request) |
UpdateMedicalVocabularyResult |
AmazonTranscribeClient.updateMedicalVocabulary(UpdateMedicalVocabularyRequest request)
Updates a vocabulary with new values that you provide in a different text file from the one you used to create
the vocabulary.
|
UpdateMedicalVocabularyResult |
AmazonTranscribe.updateMedicalVocabulary(UpdateMedicalVocabularyRequest updateMedicalVocabularyRequest)
Updates a vocabulary with new values that you provide in a different text file from the one you used to create
the vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateMedicalVocabularyResult> |
AbstractAmazonTranscribeAsync.updateMedicalVocabularyAsync(UpdateMedicalVocabularyRequest request,
AsyncHandler<UpdateMedicalVocabularyRequest,UpdateMedicalVocabularyResult> asyncHandler) |
Future<UpdateMedicalVocabularyResult> |
AmazonTranscribeAsyncClient.updateMedicalVocabularyAsync(UpdateMedicalVocabularyRequest request,
AsyncHandler<UpdateMedicalVocabularyRequest,UpdateMedicalVocabularyResult> asyncHandler) |
Future<UpdateMedicalVocabularyResult> |
AmazonTranscribeAsync.updateMedicalVocabularyAsync(UpdateMedicalVocabularyRequest updateMedicalVocabularyRequest,
AsyncHandler<UpdateMedicalVocabularyRequest,UpdateMedicalVocabularyResult> asyncHandler)
Updates a vocabulary with new values that you provide in a different text file from the one you used to create
the vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMedicalVocabularyResult |
UpdateMedicalVocabularyResult.clone() |
UpdateMedicalVocabularyResult |
UpdateMedicalVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code for the language of the text file used to update the custom vocabulary.
|
UpdateMedicalVocabularyResult |
UpdateMedicalVocabularyResult.withLanguageCode(String languageCode)
The language code for the language of the text file used to update the custom vocabulary.
|
UpdateMedicalVocabularyResult |
UpdateMedicalVocabularyResult.withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was updated.
|
UpdateMedicalVocabularyResult |
UpdateMedicalVocabularyResult.withVocabularyName(String vocabularyName)
The name of the updated vocabulary.
|
UpdateMedicalVocabularyResult |
UpdateMedicalVocabularyResult.withVocabularyState(String vocabularyState)
The processing state of the update to the vocabulary.
|
UpdateMedicalVocabularyResult |
UpdateMedicalVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of the update to the vocabulary.
|
Copyright © 2021. All rights reserved.