Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.StartStreamTranscriptionRequest
-
Packages that use StartStreamTranscriptionRequest 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.transform -
-
Uses of StartStreamTranscriptionRequest in software.amazon.awssdk.services.transcribestreaming
Methods in software.amazon.awssdk.services.transcribestreaming with parameters of type StartStreamTranscriptionRequest Modifier and Type Method Description 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 StartStreamTranscriptionRequest in software.amazon.awssdk.services.transcribestreaming.transform
Methods in software.amazon.awssdk.services.transcribestreaming.transform with parameters of type StartStreamTranscriptionRequest Modifier and Type Method Description SdkHttpFullRequestStartStreamTranscriptionRequestMarshaller. marshall(StartStreamTranscriptionRequest startStreamTranscriptionRequest)
-