FinalTranscript: {
    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.

Type declaration

  • audio_end: number
  • audio_start: number
  • confidence: number
  • created: Date
  • message_type: "FinalTranscript"

    Describes the type of message

  • punctuated: boolean

    Whether the text is punctuated and cased

  • text: string
  • text_formatted: boolean

    Whether the text is formatted, for example Dollar -> $

  • words: Word[]