AudioEvent

A wrapper for your audio chunks. Your audio stream consists of one or more audio events, which consist of one or more audio chunks.

For more information, see Event stream encoding.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An audio blob that contains the next part of the audio that you want to transcribe. The maximum audio chunk size is 32 KB.

Functions

Link copied to clipboard
inline fun copy(block: AudioEvent.Builder.() -> Unit = {}): AudioEvent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String