Word: {
    confidence: number;
    end: number;
    start: number;
    text: string;
}

Type declaration

  • confidence: number

    Confidence score of the word

  • end: number

    End time of the word in milliseconds

  • start: number

    Start time of the word in milliseconds

  • text: string

    The word itself