Question

I am making an app in which I want to implement the concept of Siri/Voice recognition. I have tried this but did not get the output exactly it is not recognizing the word properly. Anyone has an idea that how to convert speech into text? How to access Siri functionality. If anyone know about this implementation then please let me know.

Thanks to all.

Was it helpful?

Solution

You can't access Siri features, Apple didn't provide public API for Siri :-S .

The best APIs I've seen is the openears and Dragon Mobile SDK.

OTHER TIPS

You can't access Siri interface directly but there is nice trick to deal with Siri commands. You can implement UITextField and capture text which will be written there by Siri, that way you can make your app executing spoken commands.

You can find more explanation for that subject here: Siri trick

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top