문제

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.

도움이 되었습니까?

해결책

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.

다른 팁

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

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