View Source aws_transcribe_streaming (aws v1.0.4)

Amazon Transcribe streaming offers three main types of real-time transcription: Standard, Medical, and Call Analytics.

  • Standard transcriptions are the most common option. Refer to for details.

  • Medical transcriptions are tailored to medical professionals and incorporate medical terms. A common use case for this service is transcribing doctor-patient dialogue in real time, so doctors can focus on their patient instead of taking notes. Refer to for details.

  • Call Analytics transcriptions are designed for use with call center audio on two different channels; if you're looking for insight into customer service calls, use this option. Refer to for details.

Summary

Functions

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

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.

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

Functions

Link to this function

start_call_analytics_stream_transcription(Client, Input)

View Source

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

Use this operation for Call Analytics: https://docs.aws.amazon.com/transcribe/latest/dg/call-analytics.html transcriptions.

The following parameters are required:

  • language-code

  • media-encoding

  • sample-rate

For more information on streaming with Amazon Transcribe, see Transcribing streaming audio: https://docs.aws.amazon.com/transcribe/latest/dg/streaming.html.
Link to this function

start_call_analytics_stream_transcription(Client, Input0, Options0)

View Source
Link to this function

start_medical_stream_transcription(Client, Input)

View Source

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.

The following parameters are required:

  • language-code

  • media-encoding

  • sample-rate

For more information on streaming with Amazon Transcribe Medical, see Transcribing streaming audio: https://docs.aws.amazon.com/transcribe/latest/dg/streaming.html.
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 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-code or identify-language or identify-multiple-language

  • media-encoding

  • sample-rate

For more information on streaming with Amazon Transcribe, see Transcribing streaming audio: https://docs.aws.amazon.com/transcribe/latest/dg/streaming.html.
Link to this function

start_stream_transcription(Client, Input0, Options0)

View Source