Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>To my knowledge, Google has not documented their speech API and do not intend it to be used by general purpose clients. I believe their intent is for the speech API to support their Android and Chrome products. That said, there is more information at <a href="https://stackoverflow.com/questions/7879804/does-anyone-uses-google-speech-api-in-production">Does Anyone Uses Google Speech API in Production?</a> and <a href="https://stackoverflow.com/questions/8830203/is-there-an-api-for-googles-speech-recognition-technology">Is there an API for Google&#39;s speech recognition technology?</a>.</p> <p>Since you're programming for Windows, why don't you use the built in Windows speech engine. You can use the System.Speech features of .Net or Microsoft.Speech and install the free recognizers Microsoft provides. Windows 7 includes a full speech engine. Others are downloadable for free. There is a C++ API to the same engines known as SAPI. See at <a href="http://msdn.microsoft.com/en-us/magazine/cc163663.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/magazine/cc163663.aspx</a>. or <a href="http://msdn.microsoft.com/en-us/library/ms723627(v=vs.85).aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/ms723627(v=vs.85).aspx</a>. More background on Microsoft engines for Windows <a href="https://stackoverflow.com/questions/2977338/what-is-the-difference-between-system-speech-recognition-and-microsoft-speech-rec">What is the difference between System.Speech.Recognition and Microsoft.Speech.Recognition?</a></p> <p>One last link that I hope is helpful, here is a simple example of speech recogntion in .NET - <a href="https://stackoverflow.com/questions/4213035/sapi-and-windows-7-problem">SAPI and Windows 7 Problem</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload