Uses of Class
software.amazon.awssdk.services.transcribe.model.DeleteMedicalVocabularyRequest
-
Packages that use DeleteMedicalVocabularyRequest 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 DeleteMedicalVocabularyRequest in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe with parameters of type DeleteMedicalVocabularyRequest Modifier and Type Method Description default CompletableFuture<DeleteMedicalVocabularyResponse>TranscribeAsyncClient. deleteMedicalVocabulary(DeleteMedicalVocabularyRequest deleteMedicalVocabularyRequest)Deletes a custom medical vocabulary.default DeleteMedicalVocabularyResponseTranscribeClient. deleteMedicalVocabulary(DeleteMedicalVocabularyRequest deleteMedicalVocabularyRequest)Deletes a custom medical vocabulary. -
Uses of DeleteMedicalVocabularyRequest in software.amazon.awssdk.services.transcribe.transform
Methods in software.amazon.awssdk.services.transcribe.transform with parameters of type DeleteMedicalVocabularyRequest Modifier and Type Method Description SdkHttpFullRequestDeleteMedicalVocabularyRequestMarshaller. marshall(DeleteMedicalVocabularyRequest deleteMedicalVocabularyRequest)
-