| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribestreaming |
Amazon Transcribe streaming offers three main types of real-time transcription: Standard, Medical, and
Call Analytics.
|
| software.amazon.awssdk.services.transcribestreaming.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
StartStreamTranscriptionResponseHandler |
StartStreamTranscriptionResponseHandler.Builder.build() |
Copyright © 2023. All rights reserved.