I'm developing a react native application with picovice SDK to detect the wake word and speech to intent. It will start the speech recognition once the wake word is detected. I also want to start the speech recognition with a button click without detecting the wake word. So the application need to have both of this feature.
- Start speech to intent recognition with wake word detection.
- Start speech to intent recognition after button click without wake word detection.
Kindly request a guide to achieve this.