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

    Interface KeywordResult

    interface KeywordResult {
        keyword: string;
        start_time: number;
        timestamps: number[];
        tokens: string[];
    }
    Index

    Properties

    keyword: string
    start_time: number
    timestamps: number[]
    tokens: string[]