videosphere
    Preparing search index...
    • Lists GCP TTS voices available to the given service account.

      Parameters

      • serviceAccountJson: string

        Service account JSON text.

      Returns Promise<
          | { ok: true; voices: GcpTtsVoiceOption[] }
          | { ok: false; message: string; fields: "gcpJson"[] },
      >

      Voice options, or a user-facing error.