Welcome! › Forums › Unity Plugins › Mobile Speech Recognizer › Android without auto stopped recognition › Reply To: Android without auto stopped recognition
November 1, 2019 at 8:23 am
#1815
oopss00
Participant
The voice recognition will be executed once the current start button is pressed.
I want to continue to recognize the voice when the start button is pressed once the voice recognition succeeds or fails and an error message is displayed.
Example: Voice recognition start button-> Speech recognition success-> StartRecording execution-> Speech recognition error-> StartRecording start-> Speech recognition success
Is there any way to get voice recognition continuously like the example above?