| 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.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
StartMedicalStreamTranscriptionRequestMarshaller.marshall(StartMedicalStreamTranscriptionRequest startMedicalStreamTranscriptionRequest) |
Copyright © 2023. All rights reserved.