You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
i am not able to use 2 different SpeechRecognition in one class. when i initialize both SpeechRecognition like -
_speechRecognition1= new SpeechRecognition();
_speechRecognition2 = new SpeechRecognition(); and when i set setRecognitionResultHandler to both variable , it is override _speechRecognition1 with _speechRecognition2 ...
why ?
if anyone understand my problem , then please give me solution !
thank you
The text was updated successfully, but these errors were encountered:
itfuturz2020
changed the title
use 2 different SpeechRecognition variable is not working !!
use 2 different SpeechRecognition in one class is not working !!
Mar 2, 2020
i am not able to use 2 different SpeechRecognition in one class. when i initialize both SpeechRecognition like -
_speechRecognition1= new SpeechRecognition();
_speechRecognition2 = new SpeechRecognition(); and when i set setRecognitionResultHandler to both variable , it is override _speechRecognition1 with _speechRecognition2 ...
why ?
if anyone understand my problem , then please give me solution !
thank you
The text was updated successfully, but these errors were encountered: