parakeet.js API
    Preparing search index...

    Interface StreamingTranscriberOptions

    interface StreamingTranscriberOptions {
        returnTimestamps?: boolean;
        returnConfidences?: boolean;
        returnTokenIds?: boolean;
        sampleRate?: number;
        debug?: boolean;
    }
    Index

    Properties

    returnTimestamps?: boolean
    returnConfidences?: boolean
    returnTokenIds?: boolean
    sampleRate?: number
    debug?: boolean