| 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 |
AmazonTranscribeClient.updateMedicalVocabulary(UpdateMedicalVocabularyRequest request)
Updates an existing vocabulary with new values in a different text file.
|
UpdateMedicalVocabularyResult |
AbstractAmazonTranscribe.updateMedicalVocabulary(UpdateMedicalVocabularyRequest request) |
UpdateMedicalVocabularyResult |
AmazonTranscribe.updateMedicalVocabulary(UpdateMedicalVocabularyRequest updateMedicalVocabularyRequest)
Updates an existing vocabulary with new values in a different text file.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateMedicalVocabularyResult> |
AmazonTranscribeAsyncClient.updateMedicalVocabularyAsync(UpdateMedicalVocabularyRequest request,
AsyncHandler<UpdateMedicalVocabularyRequest,UpdateMedicalVocabularyResult> asyncHandler) |
Future<UpdateMedicalVocabularyResult> |
AmazonTranscribeAsync.updateMedicalVocabularyAsync(UpdateMedicalVocabularyRequest updateMedicalVocabularyRequest,
AsyncHandler<UpdateMedicalVocabularyRequest,UpdateMedicalVocabularyResult> asyncHandler)
Updates an existing vocabulary with new values in a different text file.
|
Future<UpdateMedicalVocabularyResult> |
AbstractAmazonTranscribeAsync.updateMedicalVocabularyAsync(UpdateMedicalVocabularyRequest request,
AsyncHandler<UpdateMedicalVocabularyRequest,UpdateMedicalVocabularyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateMedicalVocabularyResult |
UpdateMedicalVocabularyResult.clone() |
UpdateMedicalVocabularyResult |
UpdateMedicalVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code for the text file used to update the custom vocabulary.
|
UpdateMedicalVocabularyResult |
UpdateMedicalVocabularyResult.withLanguageCode(String languageCode)
The language code for the text file used to update the custom vocabulary.
|
UpdateMedicalVocabularyResult |
UpdateMedicalVocabularyResult.withLastModifiedTime(Date lastModifiedTime)
The date and time 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 © 2020. All rights reserved.