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

问题描述:

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

How to use Google Transliteration API in my Java application.

如果我输入 String (以英语或阿拉伯语输入),则Google Transliterator API会将其翻译为相应的其他语言,并提供音译字符串.我也想知道使用Google翻译器或音译器更好吗?

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?

如何执行此操作?任何建议,请.我需要在我的JAVA程序中使用它.

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

有一个此处.

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

查看全文