parakeet.js API
    Preparing search index...

    Interface LongAudioTranscribeOptions

    interface LongAudioTranscribeOptions {
        returnConfidences?: boolean;
        temperature?: number;
        debug?: boolean;
        enableProfiling?: boolean;
        skipCMVN?: boolean;
        frameStride?: number;
        previousDecoderState?: DecoderStateSnapshot;
        returnDecoderState?: boolean;
        timeOffset?: number;
        returnTokenIds?: boolean;
        returnFrameIndices?: boolean;
        returnLogProbs?: boolean;
        returnTdtSteps?: boolean;
        prefixSamples?: number;
        precomputedFeatures?: PrecomputedFeatures;
        incremental?: { cacheKey: string; prefixSeconds: number };
        returnTimestamps?: boolean | "word";
        chunkLengthS?: number;
    }

    Hierarchy

    Index

    Properties

    returnConfidences?: boolean
    temperature?: number
    debug?: boolean
    enableProfiling?: boolean
    skipCMVN?: boolean
    frameStride?: number
    previousDecoderState?: DecoderStateSnapshot
    returnDecoderState?: boolean
    timeOffset?: number
    returnTokenIds?: boolean
    returnFrameIndices?: boolean
    returnLogProbs?: boolean
    returnTdtSteps?: boolean
    prefixSamples?: number
    precomputedFeatures?: PrecomputedFeatures
    incremental?: { cacheKey: string; prefixSeconds: number }
    returnTimestamps?: boolean | "word"
    chunkLengthS?: number