| SUI_SetIgnoreResume (ignorePhrase; resumePhrase) | ||
| Parameter | Type | Description |
| ignorePhrase | String | Phrase to suspend listening |
| resumePhrase | String | Phrase to resume listening |
| Description SUI_SetIgnoreResume allows you to specify a phrase to suspend listening until a second phrase is spoken. Unlike calling SUI_SetListenState(0), which completely disables listening, SUI_SetIgnoreResume allows for hands-free control by allowing one phrase to suspend listening and another to resume. | ||