How to use Google translate Api in my android app

后端 未结 1 1070
花落未央
花落未央 2020-12-05 00:47

I am making an android app for language translation in real time...I used recognizer intent to get voice input from user after which it gives me a list of options of what th

相关标签:
1条回答
  • 2020-12-05 01:23

    Here is the documentation for https://developers.google.com/translate/

    Also, refer to this demo project on the same

    Bing also provides a translation API

    Check this Google translation API example .

    Hope this helps.

    0 讨论(0)
提交回复
热议问题