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

    Interface TTSBackendAzureConfig

    Azure text-to-speech backend configuration.

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

    Indexable

    • [k: string]: unknown
    Index

    Properties

    credentialsPath?: string

    Path to the Azure credentials file.

    voice?: string

    Azure voice identifier.