ApiApp().SetVoiceOutput
Sets the voice output object’s text field for subsequent output.
Description
If the voice output has been enabled (default), via the application, this method pushes the output of a string via the voice output stack. Either the application or a script may poll and fetch voice output messages via the getVoiceOutput method. Note that the application, not the core, is responsible for handling the fetch and subsequent operations on such messages.
Example Usage (C#)
bool success = _core.ApiApp().SetVoiceOutput(“I’m feeling much better now, Dave.”);
Parameters
string |
output |
The string for voice output via the AI output handler. |
Returns
The boolean success or failure of the operation.
See Also
- ApiApp().SetVoiceFont
- ApiApp().SetTextOutput
- ApiApp().SetSocketOutput
- ApiApp().SetDiagOutput
- ApiApp().DisableVoiceOutput
- ApiApp().GetVoiceOutput
- ApiApp().ClearVoiceOutput