Octra libraries - v2.0.0
    Preparing search index...

    Interface WhisperJSONWord

    interface WhisperJSONWord {
        end: number;
        probability?: number;
        score?: number;
        speaker?: string;
        start: number;
        word: string;
    }
    Index

    Properties

    end: number
    probability?: number
    score?: number
    speaker?: string
    start: number
    word: string