startStreamTranscription
abstract suspend fun <T> startStreamTranscription(input: StartStreamTranscriptionRequest, block: suspend (StartStreamTranscriptionResponse) -> T): T
Starts a bidirectional HTTP/2 or WebSocket stream where audio is streamed to Amazon Transcribe and the transcription results are streamed to your application.
The following parameters are required:
language-codeoridentify-languageoridentify-multiple-languagemedia-encodingsample-rate
For more information on streaming with Amazon Transcribe, see Transcribing streaming audio.