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
App-Kit is not available on the iPhone. It’s iOS counterpart is UIKit.
You could try VocalKit for Speech-Recognition on the iPhone.