如何在我的 Java Web 应用程序中使用 Google 音译 API?
如何在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个 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.