| 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 | |
| software.amazon.awssdk.services.transcribestreaming.model.audiostream |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AudioEvent
A wrapper for your audio chunks.
|
class |
ConfigurationEvent
Allows you to set audio channel definitions and post-call analytics settings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigurationEvent
A specialization of
software.amazon.awssdk.services.transcribestreaming.model.ConfigurationEvent that
represents the AudioStream$ConfigurationEvent event. |
Copyright © 2023. All rights reserved.