Uses of Class
software.amazon.awssdk.services.transcribe.model.GetMedicalScribeJobResponse
-
Packages that use GetMedicalScribeJobResponse Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics. -
-
Uses of GetMedicalScribeJobResponse in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe that return GetMedicalScribeJobResponse Modifier and Type Method Description default GetMedicalScribeJobResponseTranscribeClient. getMedicalScribeJob(Consumer<GetMedicalScribeJobRequest.Builder> getMedicalScribeJobRequest)Provides information about the specified Medical Scribe job.default GetMedicalScribeJobResponseTranscribeClient. getMedicalScribeJob(GetMedicalScribeJobRequest getMedicalScribeJobRequest)Provides information about the specified Medical Scribe job.Methods in software.amazon.awssdk.services.transcribe that return types with arguments of type GetMedicalScribeJobResponse Modifier and Type Method Description default CompletableFuture<GetMedicalScribeJobResponse>TranscribeAsyncClient. getMedicalScribeJob(Consumer<GetMedicalScribeJobRequest.Builder> getMedicalScribeJobRequest)Provides information about the specified Medical Scribe job.default CompletableFuture<GetMedicalScribeJobResponse>TranscribeAsyncClient. getMedicalScribeJob(GetMedicalScribeJobRequest getMedicalScribeJobRequest)Provides information about the specified Medical Scribe job.
-