简体   繁体   中英

Google Speech Recognition API for Windows Phone (Not Bing Recognizer)

Are there any Google Speech Recognition API document filed for Window Phone ? I am currently doing my Final Year Project as a student and need implement Google Speech Recognition .

I saw app's like VoiceTranslator For Windows Phone which is powered by Google's Engines. Hence , is there any document that I could refer to to implement Google Speech Recognition API in my window phone Application ?

Or Are there any other Speech Recognizer Service I can benefits from?

JARVIS Java Speech API uses Google services for the synthesizer and recognizer. Internet connection is required for the service to function.

What you can do is to take the precompiled JAR ( here ) and include it in your C# application. You can check this SO post -- Use a .jar java library API in C#? for information on how to include the JAR in .NET program. One thing to note though, I believe this is not an official solution provided by Google.

You can utilize Google Speech Engine with http connection. It's a kind of hook.

More info here: http://mikepultz.com/2011/03/accessing-google-speech-api-chrome-11/

I made it work for Android, but for Wp it is also feasible.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM