I have an idea for an app that requires a voice recognition translator. I want to be able to speak in a few select languages and have the app translate it in to English text on screen. I know apps like this already exist but mine has a special edge to it that makes it profitable.
Basically my question is... how do I get the coding for a translator? Is there one that is open source? Are there pre existing ones that I can pay a licens开发者_运维知识库ing fee for? What is the best way to get a voice translator without paying to have one built from scratch?
Depending on the mobile platform you are writing for, voice capture and speech-to-text work differently. Check the docs for your specific platform.
To translate the text once you've captured it, the Microsoft Translator API gives you 2 million characters per month for free.
精彩评论