Contains path native API.
- Namespace
- xtd::native
- Library
- xtd.core.native
- Warning
- Internal use only
|
static intmax_t | create () |
|
static void | destroy (intmax_t handle) |
|
static void | pause (intmax_t handle) |
|
static void | resume (intmax_t handle) |
|
static void | speak (intmax_t handle, const std::string &text_to_speak) |
| Synchronously speaks the contents of a string.
|
|
static void | speak_async (intmax_t handle, const std::string &text_to_speak, std::function< void()> on_speak_completed) |
|
static void | stop (intmax_t handle) |
|
◆ speak()
static void xtd::native::speech_synthesizer::speak |
( |
intmax_t |
handle, |
|
|
const std::string & |
text_to_speak |
|
) |
| |
|
staticprotected |
Synchronously speaks the contents of a string.
- Returns
- The text to speak.
- Warning
- Internal use only
The documentation for this class was generated from the following file: