| 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 |
|---|---|
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 |
|---|---|
UpdateMedicalVocabularyRequest |
UpdateMedicalVocabularyRequest.clone() |
UpdateMedicalVocabularyRequest |
UpdateMedicalVocabularyRequest.withLanguageCode(LanguageCode languageCode)
The language code of the language used for the entries in the updated vocabulary.
|
UpdateMedicalVocabularyRequest |
UpdateMedicalVocabularyRequest.withLanguageCode(String languageCode)
The language code of the language used for the entries in the updated vocabulary.
|
UpdateMedicalVocabularyRequest |
UpdateMedicalVocabularyRequest.withVocabularyFileUri(String vocabularyFileUri)
The location in Amazon S3 of the text file that contains the you use for your custom vocabulary.
|
UpdateMedicalVocabularyRequest |
UpdateMedicalVocabularyRequest.withVocabularyName(String vocabularyName)
The name of the vocabulary to update.
|
Copyright © 2021. All rights reserved.