Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface WhisperTranscriptionResult {
        duration?: number;
        language?: string;
        segments?: WhisperSegment[];
        text: string;
        words?: WhisperWord[];
    }
    Index

    Properties

    duration?: number
    language?: string
    segments?: WhisperSegment[]
    text: string
    words?: WhisperWord[]