AudioEvent

data class AudioEvent(val value: AudioEvent) : AudioStream

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

For more information, see Event stream encoding.

Constructors

Link copied to clipboard
constructor(value: AudioEvent)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this AudioStream as a AudioEvent and retrieves its aws.sdk.kotlin.services.transcribestreaming.model.AudioEvent value. Throws an exception if the AudioStream is not a AudioEvent.

Link copied to clipboard