ApiApp().IsSpeaking
Checks the status of the application’s voice output.
Description
This method returns a true or false. Great for holding off execution of functions until the app is done with speech output.
Example Usage (C#)
bool speaking = _core.ApiApp().IsSpeaking();
Parameters
bool speaking = _core.ApiApp().IsSpeaking();
None. |
Returns
The boolean condition of the application’s speaking state. Default is false.
See Also
- ApiApp().DisableVoiceOutput
- ApiApp().SetVoiceOutput
- ApiApp().GetVoiceOutput