如何在我的 Java Web 应用程序中使用 Google 音译 API?

发布于 2024-10-04 14:13:51 字数 265 浏览 1 评论 0原文

如何在我的 Java 应用程序中使用 Google Transliteration API。

如果我给出一个字符串英语或阿拉伯语)作为输入,那么Google Transliterator API应该将其翻译成相应的其他语言并给出音译字符串给我。我也想知道用谷歌翻译好还是音译好?

如何做到这一点?任何建议请。我需要在我的 JAVA 程序中使用它。

How to use Google Transliteration API in my Java application.

If i give a String (either in English or Arabic) as input, the Google Transliterator API then it should translate it into the corresponding other language and give the transliterated string to me. I also want to know is it better to use Google Translator or transliterator?

How to do this? Any Suggestions Please. I need to use this in my JAVA program.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

同尘 2024-10-11 14:13:51

有一个 Java API。请参阅此处的文档了解如何使用它。

测试代码

There's a Java API. See the docs here for how to use it.

An example of how to use it is included in the test code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文