Class:Speech

From Torque Wiki
Revision as of 14:10, 22 January 2022 by Ihawkins (talk | contribs) (Created page with "== Speech == Utility methods for dealing with talking to the user === Methods === <syntaxhighlight lang="Java"> /** * Starts the TTS system and 'speaks' to the user...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
⧼monobook-jumptonavigation⧽⧼monobook-jumptosearch⧽

Speech

Utility methods for dealing with talking to the user

Methods

    /**
     * Starts the TTS system and 'speaks' to the user
     *
     * @param text The text to speak to the user
     */
    public static final void speak(String text);