简体   繁体   English

在iPhone SDK中进行语音搜索?

[英]voice search in iphone sdk?

我在其他手机上看到了一些应用程序,当我说“苹果”(通过语音)时,该应用程序将从google搜索与苹果相关的信息并显示它们。是否可以在iPhone SDK中使用?

Voice commands are included in iOS, but there is no public API for developers to hook into. 语音命令包含在iOS中,但是没有公共API供开发人员使用。 Instead, you'll need to work with a third party framework to implement this feature - I would recommend looking at Nuance (the makers of Dragon Dictation). 相反,您需要使用第三方框架来实现此功能-我建议您看一下Nuance(Dragon Dictation的制造商)。 It looks like they have an API and framework that you can use, but I'm assuming there is a licensing cost. 看起来它们具有您可以使用的API和框架,但是我假设存在许可费用。

http://www.dragonmobileapps.com/developers.html http://www.dragonmobileapps.com/developers.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM