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

    Interface OnlineRecognizerResult

    interface OnlineRecognizerResult {
        context_scores: number[];
        is_eof: boolean;
        is_final: boolean;
        lm_probs: number[];
        segment: number;
        start_time: number;
        text: string;
        timestamps: number[];
        tokens: string[];
        words: number[];
        ys_probs: number[];
    }
    Index

    Properties

    context_scores: number[]
    is_eof: boolean
    is_final: boolean
    lm_probs: number[]
    segment: number
    start_time: number
    text: string
    timestamps: number[]
    tokens: string[]
    words: number[]
    ys_probs: number[]