Uses of Interface
software.amazon.awssdk.services.transcribestreaming.model.StartMedicalStreamTranscriptionResponseHandler
-
Packages that use StartMedicalStreamTranscriptionResponseHandler 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 -
-
Uses of StartMedicalStreamTranscriptionResponseHandler in software.amazon.awssdk.services.transcribestreaming
Methods in software.amazon.awssdk.services.transcribestreaming with parameters of type StartMedicalStreamTranscriptionResponseHandler Modifier and Type Method Description default CompletableFuture<Void>TranscribeStreamingAsyncClient. startMedicalStreamTranscription(Consumer<StartMedicalStreamTranscriptionRequest.Builder> startMedicalStreamTranscriptionRequest, org.reactivestreams.Publisher<AudioStream> requestStream, StartMedicalStreamTranscriptionResponseHandler asyncResponseHandler)Starts a bidirectional HTTP/2 or WebSocket stream where audio is streamed to Amazon Transcribe Medical and the transcription results are streamed to your application.default CompletableFuture<Void>TranscribeStreamingAsyncClient. startMedicalStreamTranscription(StartMedicalStreamTranscriptionRequest startMedicalStreamTranscriptionRequest, org.reactivestreams.Publisher<AudioStream> requestStream, StartMedicalStreamTranscriptionResponseHandler asyncResponseHandler)Starts a bidirectional HTTP/2 or WebSocket stream where audio is streamed to Amazon Transcribe Medical and the transcription results are streamed to your application. -
Uses of StartMedicalStreamTranscriptionResponseHandler in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return StartMedicalStreamTranscriptionResponseHandler Modifier and Type Method Description StartMedicalStreamTranscriptionResponseHandlerStartMedicalStreamTranscriptionResponseHandler.Builder. build()
-