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