default CompletableFuture<Void> |
TranscribeStreamingAsyncClient.startCallAnalyticsStreamTranscription(Consumer<StartCallAnalyticsStreamTranscriptionRequest.Builder> startCallAnalyticsStreamTranscriptionRequest,
org.reactivestreams.Publisher<AudioStream> requestStream,
StartCallAnalyticsStreamTranscriptionResponseHandler 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.startCallAnalyticsStreamTranscription(StartCallAnalyticsStreamTranscriptionRequest startCallAnalyticsStreamTranscriptionRequest,
org.reactivestreams.Publisher<AudioStream> requestStream,
StartCallAnalyticsStreamTranscriptionResponseHandler 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.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.
|
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.
|