Type Alias PartialTranscript
PartialTranscript: {     audio_end: number;     audio_start: number;     confidence: number;     created: Date;     message_type: "PartialTranscript";     text: string;     words: Word[]; } Type declaration
audio_end: number
audio_start: number
confidence: number
created: Date
message_type: "PartialTranscript"
text: string
words: Word[]
As you send audio data to the API, the API immediately starts responding with Partial Transcript results.