SongGuess
    Preparing search index...

    Type Alias AiAutomaticSpeechRecognitionOutput

    type AiAutomaticSpeechRecognitionOutput = {
        text?: string;
        vtt?: string;
        words?: { end: number; start: number; word: string }[];
    }
    Index

    Properties

    Properties

    text?: string
    vtt?: string
    words?: { end: number; start: number; word: string }[]