RESTful Speech to Text Service

I'm looking for a RESTful Speech to Text service for iOS that will allow me to attach an audio file to a POST request (with an API like AFNetworking ), then receive a text response of the translated text. The AT&T API for Speech to Text seems interesting, but there doesn't seem to be any documentation about working with Objective-C.

Are there any such services, free/paid, that would offer the ability to "translate" an audio file into text through a POST request?


How about using the Nexiwave API? I've heard some pretty great stuff about it. http://nexiwave.com/index.php/site-map/119-integrate-voicemail-to-text-in-5-minutes


One option is using Google Chrome API. Refer to http://mikepultz.com/2011/03/accessing-google-speech-api-chrome-11/

You can recognize using flac(or speex)-encoded audio recording.

I don't know whether it's free or not for commercial product. But you can use it for testing and development purpose.


Try Nexiwave.com. API is here: http://nexiwave.com/index.php/site-map/119-integrate-voicemail-to-text-in-5-minutes

链接地址: http://www.djcxy.com/p/5874.html

上一篇: 如何将音频文件作为google语音输入到文本API?

下一篇: 对文本服务的RESTful语音