How to add Google Speech Recognition to the app

I want to integrate Google Speech Recognition in my application, but I don’t find many resources in this topic.

In this textbook , it says that it is possible. But I did some research in SO, and I found only this and this Question / Answer, which says that it is not possible, so I'm confused about what to do.

Does Google have speech recognition API documentation? Should we use it in an iOS app?

+6
source share
1 answer

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

I also could not find anything on the Google developers site , so I suggest you try other APIs for this.

0
source

Source: https://habr.com/ru/post/951634/


All Articles