View Source aws_transcribe_streaming (aws v0.3.1)

Operations and objects for transcribing streaming speech to text.

Link to this section Summary

Functions

Starts a bidirectional HTTP/2 stream where audio is streamed to Amazon Transcribe Medical and the transcription results are streamed to your application.

Starts a bidirectional HTTP2 stream where audio is streamed to Amazon Transcribe and the transcription results are streamed to your application.

Link to this section Functions

Link to this function

start_medical_stream_transcription(Client, Input)

View Source
Starts a bidirectional HTTP/2 stream where audio is streamed to Amazon Transcribe Medical and the transcription results are streamed to your application.
Link to this function

start_medical_stream_transcription(Client, Input0, Options0)

View Source
Link to this function

start_stream_transcription(Client, Input)

View Source

Starts a bidirectional HTTP2 stream where audio is streamed to Amazon Transcribe and the transcription results are streamed to your application.

The following are encoded as HTTP2 headers:

  • x-amzn-transcribe-language-code

  • x-amzn-transcribe-media-encoding

  • x-amzn-transcribe-sample-rate

  • x-amzn-transcribe-session-id

Link to this function

start_stream_transcription(Client, Input0, Options0)

View Source