I am making an app in which I want to implement the concept of Siri/Voice recognition. I have tried this but did not get the output exactly it is not recognizing the word properly. Anyone has an idea that how to convert speech into text? How to access Siri functionality. If anyone know about this implementation then please let me know.

Thanks to all.

有帮助吗?

解决方案

You can't access Siri features, Apple didn't provide public API for Siri :-S .

The best APIs I've seen is the openears and Dragon Mobile SDK.

其他提示

You can't access Siri interface directly but there is nice trick to deal with Siri commands. You can implement UITextField and capture text which will be written there by Siri, that way you can make your app executing spoken commands.

You can find more explanation for that subject here: Siri trick

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top