6

I want to integrate Google speech recognition in my app but does not find much resource on this topic.

In this tutorial it says that its possible. But i have done some research in SO and i find only this and this Question/Answer which says its not possible so i am confuse what to do.

Does Google have documentation on speech recognition API? Should we able to use it in iOS app?

Community
  • 1
  • 1

1 Answers1

0

I don't think google provides any Objective-C APIs. There's a speech-recognition API for google chrome (see this), but you can't use it in iOS.

I also couldn't find anything in google's developers site, so I suggest you to try other APIs for that.

Yuval.M
  • 145
  • 1
  • 5