Closed Kaljurand closed 5 years ago
Provide a sample implementation that extends Android's RecognitionService (see: https://developer.android.com/reference/android/speech/RecognitionService.html) in order to reduce the integration effort for apps that already interact with a recognition service by calling SpeechRecognizer.createSpeechRecognizer (https://developer.android.com/reference/android/speech/SpeechRecognizer.html)
SpeechRecognizer.createSpeechRecognizer
Hello @Kaljurand , this is a good idea. We will try to find some time to implement this... thank you for the feedback.
Provide a sample implementation that extends Android's RecognitionService (see: https://developer.android.com/reference/android/speech/RecognitionService.html) in order to reduce the integration effort for apps that already interact with a recognition service by calling
SpeechRecognizer.createSpeechRecognizer
(https://developer.android.com/reference/android/speech/SpeechRecognizer.html)