In my voice recognition based app, I sometimes receive ERROR_RECOGNIZER_BUSY. Intuitively, this calls for... retries, right?
The problem is that this error is very undocumented, so obviously I have questions that perhaps someone more experienced in the field is able to answer:
- What triggers such an error? Is it really only busy server (at Google)? or this could also hint at a bug in my app?
- Do I have to explicitly close/reopen a session before a retry?
- How often to retry? once every 1-second? every 5-seconds? Other?
Your experienced insights are most welcome. Thanks.