videosphere
    Preparing search index...
    • Translates text with Cloud Translation Advanced (NMT) using the owner's service account. Prefer this for live sermons: monthly free NMT quota is far more suitable than OpenRouter :free (50 RPD).

      Parameters

      • params: {
            serviceAccountJson: string;
            text: string;
            sourceLanguage: string;
            targetLanguage: string;
            skipSermonClarify?: boolean;
        }

        Service account JSON, text, language codes, and optional clarify skip.

        • serviceAccountJson: string
        • text: string
        • sourceLanguage: string
        • targetLanguage: string
        • OptionalskipSermonClarify?: boolean

          When true, skip local sermon clarify (caller already clarified).

          false
          

      Returns Promise<string>

      Translated text.