Language Service
言語
このサービスを使用すると、スクリプトでテキストを自動的に翻訳できます。
// The code below will write 'Esta es una prueba' to the log.
var spanish = LanguageApp.translate('This is a test', 'en', 'es');
Logger.log(spanish);
クラス
名前 | 概要 |
LanguageApp | Language サービスは、テキストの自動翻訳を計算する方法をスクリプトに提供します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-21 UTC。
[null,null,["最終更新日 2024-12-21 UTC。"],[[["The Language service enables automatic text translation within scripts."],["It uses the `LanguageApp` class and methods like `translate()` to perform the translations."],["You can specify the source and target languages for translation using language codes like 'en' for English and 'es' for Spanish."]]],[]]