parakeet.js API
    Preparing search index...

    Interface TranscribeConfidenceScoresMinimal

    interface TranscribeConfidenceScoresMinimal {
        token?: null;
        token_avg?: null;
        word?: null;
        word_avg?: null;
        overall_log_prob: null;
        frame: null;
        frame_avg: null;
    }
    Index

    Properties

    token?: null
    token_avg?: null
    word?: null
    word_avg?: null
    overall_log_prob: null
    frame: null
    frame_avg: null