sherpa-onnx-node-addon-api
    Preparing search index...

    Interface OnlinePunctuationModelConfig

    interface OnlinePunctuationModelConfig {
        bpeVocab?: string;
        cnnBilstm?: string;
        debug?: number | boolean;
        numThreads?: number;
        provider?: string;
    }
    Index

    Properties

    bpeVocab?: string
    cnnBilstm?: string
    debug?: number | boolean
    numThreads?: number
    provider?: string