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