| Package | Description |
|---|---|
| com.amazonaws.services.transcribe |
Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call
Analytics.
|
| 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 an existing custom medical vocabulary with new values.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMedicalVocabularyRequest |
UpdateMedicalVocabularyRequest.clone() |
UpdateMedicalVocabularyRequest |
UpdateMedicalVocabularyRequest.withLanguageCode(LanguageCode languageCode)
The language code that represents the language of the entries in the custom vocabulary you want to update.
|
UpdateMedicalVocabularyRequest |
UpdateMedicalVocabularyRequest.withLanguageCode(String languageCode)
The language code that represents the language of the entries in the custom vocabulary you want to update.
|
UpdateMedicalVocabularyRequest |
UpdateMedicalVocabularyRequest.withVocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location of the text file that contains your custom medical vocabulary.
|
UpdateMedicalVocabularyRequest |
UpdateMedicalVocabularyRequest.withVocabularyName(String vocabularyName)
The name of the custom medical vocabulary you want to update.
|
Copyright © 2024. All rights reserved.