Access Siri through iphone app

心不动则不痛 提交于 2019-12-08 04:51:03

问题


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.


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/13068429/access-siri-through-iphone-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!