On Wed, Mar 19, 2014, at 08:34 AM, Eric E. Dolecki wrote: > Hey all, > > I am wondering what's the best way to get speech to text into an OS X > application. For iOS there is the Nuance SDK which works really well, but > now I'm looking to get speech recognition into something on a Mac. I've > been looking for hooks into the Mavericks dictation engine, but haven't > found anything yet.
I don't think the Mavericks dictation engine is public. The user can double-tap the Fn key to begin dictation. The app must have some way of forwarding that key event to the dictation system; you could file a Radar asking for that to be made public. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
