AudioEvent
A blob of audio from your application. Your audio stream consists of one or more audio events.
For more information, see Event stream encoding.
Inherited functions
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.
Casts this AudioStream as a AudioEvent and retrieves its aws.sdk.kotlin.services.transcribestreaming.model.AudioEvent value. Returns null if the AudioStream is not a AudioEvent.
Casts this AudioStream as a ConfigurationEvent and retrieves its aws.sdk.kotlin.services.transcribestreaming.model.ConfigurationEvent value. Throws an exception if the AudioStream is not a ConfigurationEvent.
Casts this AudioStream as a ConfigurationEvent and retrieves its aws.sdk.kotlin.services.transcribestreaming.model.ConfigurationEvent value. Returns null if the AudioStream is not a ConfigurationEvent.