Access Google Speech Recognition

Most Android phones have the ability to dictate text rather than enter it. Is it possible to access this service separately using a URL? For example, I sent a recorded speech to this service, and then gave me a text output. Is it possible? Could you tell me?

+5
source share
1 answer

There is an unofficial Google Speech API that has been modified and published on this blog . This article shows you how to access it using Perl, but it gives you enough information on how to do it in another language. The problem with using the unofficial API is that it is subject to change without notice and there is no support or documentation.

Nuance has a mobile SDK for speech recognition . I think there is a web service under the hood of this SDK. I know that Nuance has acquired a cloud-based speech recognition service, but it was not clear to me how they included it in their product line.

Another commercially available Nexiwave service . It uses the service provided by YapMe, but it looks like it is no longer available.

+6