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