Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android SDK 有一个 API,可让您直接访问 Google 语音搜索,而不必通过其众所周知的用户界面实现。
该 API 的核心是RecognitionListener 接口。
iOS 4.2(及更高版本)中是否有与此等价的功能?
如果是这样,我应该在 iOS SDK 中搜索什么术语?
最接近语音识别的是使用UIDictationPhrase,它是UITextInput 协议的一部分。但是请记住,此 API 从 iOS 5.1 开始可用。