문제

I want to develop an Android application for learning English and I would like it to have a voice recognition feature as part of the exercises in the application.

Is there anything ready which I can add to my application to implement it ? Do you have any suggestions from where to start ? And is it too complicated?

도움이 되었습니까?

해결책

Why don't you consider about SpeechRecognizer. This class provides access to the speech recognition service. This service allows access to the speech recognizer. Do not instantiate this class directly, instead, call createSpeechRecognizer(Context). This class's methods must be invoked only from the main application thread.

I hope this will help you.

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