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

    Interface STTBackendIBMWatsonConfig

    IBM Watson speech-to-text backend configuration.

    interface STTBackendIBMWatsonConfig {
        backgroundAudioSuppression?: number;
        credentialsPath?: string;
        inactivityTimeout?: number;
        interimResults?: boolean;
        model?: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    backgroundAudioSuppression?: number

    Background audio suppression factor.

    credentialsPath?: string

    Path to the IBM credentials file.

    inactivityTimeout?: number

    Seconds of silence before Watson closes the stream. Use -1 to disable.

    interimResults?: boolean

    Whether partial transcriptions should be emitted.

    model?: string

    IBM Watson STT model identifier.