Uses of Class
software.amazon.awssdk.services.transcribe.model.GetMedicalVocabularyResponse
-
Packages that use GetMedicalVocabularyResponse Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics. -
-
Uses of GetMedicalVocabularyResponse in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe that return GetMedicalVocabularyResponse Modifier and Type Method Description default GetMedicalVocabularyResponseTranscribeClient. getMedicalVocabulary(Consumer<GetMedicalVocabularyRequest.Builder> getMedicalVocabularyRequest)Provides information about the specified custom medical vocabulary.default GetMedicalVocabularyResponseTranscribeClient. getMedicalVocabulary(GetMedicalVocabularyRequest getMedicalVocabularyRequest)Provides information about the specified custom medical vocabulary.Methods in software.amazon.awssdk.services.transcribe that return types with arguments of type GetMedicalVocabularyResponse Modifier and Type Method Description default CompletableFuture<GetMedicalVocabularyResponse>TranscribeAsyncClient. getMedicalVocabulary(Consumer<GetMedicalVocabularyRequest.Builder> getMedicalVocabularyRequest)Provides information about the specified custom medical vocabulary.default CompletableFuture<GetMedicalVocabularyResponse>TranscribeAsyncClient. getMedicalVocabulary(GetMedicalVocabularyRequest getMedicalVocabularyRequest)Provides information about the specified custom medical vocabulary.
-