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

    Interface TTSBackendGoogleCloudConfig

    Google Cloud text-to-speech backend configuration.

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

    Indexable

    • [k: string]: unknown
    Index

    Properties

    credentialsPath?: string

    Path to the Google Cloud credentials file.

    languageCode?: string

    BCP-47 language code for synthesis.

    voice?: string

    Google Cloud voice identifier.