I want to develop some web-based interactive activities for kids, and I want to use speech recognition as one kind of input. My question is not on how to record a sound in a browser, many other question already adressed that.
What I would like to know is whether there exists some kind of free online service that I could access through a dedicated API to do the speech recognition bit? My idea would be to record the sound and send it to a server, so that I don't have to set-up my own dedicated server just for the speech recognition part. This is how Siri works, for example. I assume Apple does not provide a free access to their speech recognition engine (at least not that I found), but maybe some other company does?