Uses of Interface
software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeInputStream
-
Packages that use MedicalScribeInputStream Package Description software.amazon.awssdk.services.transcribestreaming Amazon Transcribe streaming offers four main types of real-time transcription: Standard, Medical, Call Analytics, and Health Scribe.software.amazon.awssdk.services.transcribestreaming.model software.amazon.awssdk.services.transcribestreaming.model.medicalscribeinputstream -
-
Uses of MedicalScribeInputStream in software.amazon.awssdk.services.transcribestreaming
Method parameters in software.amazon.awssdk.services.transcribestreaming with type arguments of type MedicalScribeInputStream Modifier and Type Method Description default CompletableFuture<Void>TranscribeStreamingAsyncClient. startMedicalScribeStream(Consumer<StartMedicalScribeStreamRequest.Builder> startMedicalScribeStreamRequest, org.reactivestreams.Publisher<MedicalScribeInputStream> requestStream, StartMedicalScribeStreamResponseHandler asyncResponseHandler)Starts a bidirectional HTTP/2 stream, where audio is streamed to Amazon Web Services HealthScribe and the transcription results are streamed to your application.default CompletableFuture<Void>TranscribeStreamingAsyncClient. startMedicalScribeStream(StartMedicalScribeStreamRequest startMedicalScribeStreamRequest, org.reactivestreams.Publisher<MedicalScribeInputStream> requestStream, StartMedicalScribeStreamResponseHandler asyncResponseHandler)Starts a bidirectional HTTP/2 stream, where audio is streamed to Amazon Web Services HealthScribe and the transcription results are streamed to your application. -
Uses of MedicalScribeInputStream in software.amazon.awssdk.services.transcribestreaming.model
Classes in software.amazon.awssdk.services.transcribestreaming.model that implement MedicalScribeInputStream Modifier and Type Class Description classMedicalScribeAudioEventA wrapper for your audio chunksclassMedicalScribeConfigurationEventSpecify details to configure the streaming session, including channel definitions, encryption settings, post-stream analytics settings, resource access role ARN and vocabulary settings.classMedicalScribeSessionControlEventSpecify the lifecycle of your streaming session. -
Uses of MedicalScribeInputStream in software.amazon.awssdk.services.transcribestreaming.model.medicalscribeinputstream
Classes in software.amazon.awssdk.services.transcribestreaming.model.medicalscribeinputstream that implement MedicalScribeInputStream Modifier and Type Class Description classDefaultAudioEventA specialization ofsoftware.amazon.awssdk.services.transcribestreaming.model.MedicalScribeAudioEventthat represents theMedicalScribeInputStream$AudioEventevent.classDefaultConfigurationEventA specialization ofsoftware.amazon.awssdk.services.transcribestreaming.model.MedicalScribeConfigurationEventthat represents theMedicalScribeInputStream$ConfigurationEventevent.classDefaultSessionControlEventA specialization ofsoftware.amazon.awssdk.services.transcribestreaming.model.MedicalScribeSessionControlEventthat represents theMedicalScribeInputStream$SessionControlEventevent.
-