I would like to use this service:
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/data-cloud/azure-cognitive-services/speech-recognition
But to not just transcribe speech to text on the trigger of a button, but instead; to listen constantly like Google Home/Alexa and wait for specific keywords to "awaken" Does anyone know if this is possible with either this service or another implementation in Xamarin?
If I say "Hey Google" or "Alexa" for example, wake up or begin processing.
Thanks!