Uses of Class
software.amazon.awssdk.services.transcribe.model.GetMedicalVocabularyRequest
-
Packages that use GetMedicalVocabularyRequest 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 GetMedicalVocabularyRequest in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe with parameters of type GetMedicalVocabularyRequest Modifier and Type Method Description default CompletableFuture<GetMedicalVocabularyResponse>TranscribeAsyncClient. getMedicalVocabulary(GetMedicalVocabularyRequest getMedicalVocabularyRequest)Provides information about the specified custom medical vocabulary.default GetMedicalVocabularyResponseTranscribeClient. getMedicalVocabulary(GetMedicalVocabularyRequest getMedicalVocabularyRequest)Provides information about the specified custom medical vocabulary. -
Uses of GetMedicalVocabularyRequest in software.amazon.awssdk.services.transcribe.transform
Methods in software.amazon.awssdk.services.transcribe.transform with parameters of type GetMedicalVocabularyRequest Modifier and Type Method Description SdkHttpFullRequestGetMedicalVocabularyRequestMarshaller. marshall(GetMedicalVocabularyRequest getMedicalVocabularyRequest)
-