问题描述
如何在我的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.
推荐答案
有一个 Java API .有关如何使用它的信息,请参见此处.
There's a Java API. See the docs here for how to use it.
测试代码.
这篇关于如何在我的Java Web应用程序中使用Google音译API?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!