xtd 0.2.0
Loading...
Searching...
No Matches
xtd::native::speech_synthesizer Class Referencefinal

Definition

Contains path native API.

Namespace
xtd::native
Library
xtd.core.native
Warning
Internal use only

Protectedstatic methods

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)
 

Member Function Documentation

◆ 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: