DictationWord: {
    confidence: number;
    text: string;
}

A single word in a dictation transcript.

Type declaration

  • confidence: number

    The confidence score of the word, in the range 0-1.

  • text: string

    The text of the word.