Skip to content

Transcribe Streaming  >  Unions  >  AudioStream

AudioStream

Union Type

AudioStream module-attribute

An encoded stream of audio blobs. Audio streams are encoded as either HTTP/2 or WebSocket data frames.

For more information, see Transcribing streaming audio.

Union Member Types

AudioStreamAudioEvent dataclass

A blob of audio from your application. Your audio stream consists of one or more audio events.

For more information, see Event stream encoding.

Attributes

value instance-attribute
value: AudioEvent

AudioStreamConfigurationEvent dataclass

Contains audio channel definitions and post-call analytics settings.

Attributes

value instance-attribute

AudioStreamUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str