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