문제

The Android SDK has an API that lets you access Google Voice Search directly, not having to go through its well known user interface implementation.

A centerpiece in that API is the RecognitionListener interface.

Is there an equivalent to this in iOS 4.2 (and up)?

If so, what term should I be searching for in the iOS SDK?

도움이 되었습니까?

해결책

The closest you can get to speech recognition is by using the UIDictationPhrase, which is a part of the UITextInput Protocol. However bear in mind that this API is available since iOS 5.1.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top