ApiApp().SetIsSpeaking
Forces an override of the status of the application’s voice output.
Description
This method forces a set of the “isSpeaking” value. Great for holding off execution of functions until the app is done with speech output. From scripts, always set “force” to true.
Example Usage (C#)
_core.ApiApp().SetIsSpeaking(true, true);
Parameters
bool |
enabled |
The boolean flag to set the status on or off. |
bool |
force |
The boolean flag to force the status to remain on or off for a few seconds. |
Returns
None.
See Also
- ApiApp().DisableVoiceOutput
- ApiApp().SetVoiceOutput
- ApiApp().GetVoiceOutput
- ApiApp().IsSpeaking