
Allows you to control the text to speech conversion.
Example

Running this code will create 3 UI buttons labeled as "Pause", "Resume", and "Stop", which is set to "Pause", 'Resume", and "Stop", respectively.

This is shown above the UBot browser.
ui button("Pause") {
plugin command("OS Automation.dll", "text to speech control", "Pause")
}
ui button("Resume") {
plugin command("OS Automation.dll", "text to speech control", "Resume")
}
ui button("Stop") {
plugin command("OS Automation.dll", "text to speech control", "Stop")
}