Uses of Class
software.amazon.awssdk.services.transcribe.model.UpdateMedicalVocabularyResponse
-
Packages that use UpdateMedicalVocabularyResponse Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics. -
-
Uses of UpdateMedicalVocabularyResponse in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe that return UpdateMedicalVocabularyResponse Modifier and Type Method Description default UpdateMedicalVocabularyResponseTranscribeClient. updateMedicalVocabulary(Consumer<UpdateMedicalVocabularyRequest.Builder> updateMedicalVocabularyRequest)Updates an existing custom medical vocabulary with new values.default UpdateMedicalVocabularyResponseTranscribeClient. updateMedicalVocabulary(UpdateMedicalVocabularyRequest updateMedicalVocabularyRequest)Updates an existing custom medical vocabulary with new values.Methods in software.amazon.awssdk.services.transcribe that return types with arguments of type UpdateMedicalVocabularyResponse Modifier and Type Method Description default CompletableFuture<UpdateMedicalVocabularyResponse>TranscribeAsyncClient. updateMedicalVocabulary(Consumer<UpdateMedicalVocabularyRequest.Builder> updateMedicalVocabularyRequest)Updates an existing custom medical vocabulary with new values.default CompletableFuture<UpdateMedicalVocabularyResponse>TranscribeAsyncClient. updateMedicalVocabulary(UpdateMedicalVocabularyRequest updateMedicalVocabularyRequest)Updates an existing custom medical vocabulary with new values.
-