Uses of Class
software.amazon.awssdk.services.transcribe.model.CreateMedicalVocabularyResponse
-
Packages that use CreateMedicalVocabularyResponse Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics. -
-
Uses of CreateMedicalVocabularyResponse in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe that return CreateMedicalVocabularyResponse Modifier and Type Method Description default CreateMedicalVocabularyResponseTranscribeClient. createMedicalVocabulary(Consumer<CreateMedicalVocabularyRequest.Builder> createMedicalVocabularyRequest)Creates a new custom medical vocabulary.default CreateMedicalVocabularyResponseTranscribeClient. createMedicalVocabulary(CreateMedicalVocabularyRequest createMedicalVocabularyRequest)Creates a new custom medical vocabulary.Methods in software.amazon.awssdk.services.transcribe that return types with arguments of type CreateMedicalVocabularyResponse Modifier and Type Method Description default CompletableFuture<CreateMedicalVocabularyResponse>TranscribeAsyncClient. createMedicalVocabulary(Consumer<CreateMedicalVocabularyRequest.Builder> createMedicalVocabularyRequest)Creates a new custom medical vocabulary.default CompletableFuture<CreateMedicalVocabularyResponse>TranscribeAsyncClient. createMedicalVocabulary(CreateMedicalVocabularyRequest createMedicalVocabularyRequest)Creates a new custom medical vocabulary.
-