Type Alias FinalTranscript
FinalTranscript: { audio_end: number; audio_start: number; confidence: number; created: Date; message_type: "FinalTranscript"; punctuated: boolean; text: string; text_formatted: boolean; words: Word[]; } Type declaration
audio_end: number
audio_start: number
confidence: number
created: Date
message_type: "FinalTranscript"
punctuated: boolean
text: string
text_formatted: boolean
words: Word[]
Transcript text at the end of an utterance with punctuation and casing.