tjbot-ce - v3.0.0
    Preparing search index...

    Interface STTBackendLocalConfig

    Local speech-to-text backend configuration.

    interface STTBackendLocalConfig {
        model?: string;
        vad?: VADConfig;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    model?: string

    Registry key of the local speech model.

    vad?: VADConfig