如何在iPhone中成功导入Appkit Framework?
我想使用 NSSpeechRecognition 但这个 Appkit 框架在 iPhone 操作系统框架中不可用。
这可以在 systems/library/frameworks/Appkit.framework 中找到。还有其他方法可以在 iPhone 中使用 AppKit for NSSpeechRecognitio 吗?
谢谢。 扎尔兹·布兹
I would to use the NSSpeechRecognition but this Appkit Framework was not available in iPhone os frameworks.
This is available in systems/library/frameworks/Appkit.framework. Is there other way to make use of AppKit for NSSpeechRecognitio in iPhone?
Thank you.
ZaldzBugz
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
App-Kit 在 iPhone 上不可用。它的 iOS 对应项是 UIKit。
您可以尝试 VocalKit 在 iPhone 上进行语音识别。
App-Kit is not available on the iPhone. It's iOS counterpart is UIKit.
You could try VocalKit for Speech-Recognition on the iPhone.