videosphere
    Preparing search index...

    Inputs used to validate GCP TTS settings before they are persisted.

    interface ValidateGcpTtsConfigInput {
        serviceAccountJson: string;
        voices?: GcpTtsVoicesMap;
    }
    Index

    Properties

    serviceAccountJson: string

    Full service account JSON text.

    Per-language voice map. When empty, only credentials / API access are checked.