Uses of Class
software.amazon.awssdk.services.transcribe.model.CreateMedicalVocabularyRequest
-
Packages that use CreateMedicalVocabularyRequest 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 CreateMedicalVocabularyRequest in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe with parameters of type CreateMedicalVocabularyRequest Modifier and Type Method Description default CompletableFuture<CreateMedicalVocabularyResponse>TranscribeAsyncClient. createMedicalVocabulary(CreateMedicalVocabularyRequest createMedicalVocabularyRequest)Creates a new custom medical vocabulary.default CreateMedicalVocabularyResponseTranscribeClient. createMedicalVocabulary(CreateMedicalVocabularyRequest createMedicalVocabularyRequest)Creates a new custom medical vocabulary. -
Uses of CreateMedicalVocabularyRequest in software.amazon.awssdk.services.transcribe.transform
Methods in software.amazon.awssdk.services.transcribe.transform with parameters of type CreateMedicalVocabularyRequest Modifier and Type Method Description SdkHttpFullRequestCreateMedicalVocabularyRequestMarshaller. marshall(CreateMedicalVocabularyRequest createMedicalVocabularyRequest)
-