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

    Interface TTSBackendIBMWatsonConfig

    IBM Watson text-to-speech backend configuration.

    interface TTSBackendIBMWatsonConfig {
        credentialsPath?: string;
        voice?: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    credentialsPath?: string

    Path to the IBM credentials file.

    voice?: string

    IBM Watson voice identifier.