6#include "../../optional.hpp" 
    7#include "../../any.hpp" 
    8#include "../../event_args.hpp" 
    9#include "../../exception.hpp" 
   19      class speech_synthesizer;
 
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.hpp:18
 
Provides access to the functionality of an installed speech synthesis engine.
Definition speech_synthesizer.hpp:35
 
Returns data from the xtd::speech::synthesis::speech_synthesizer::state_changed event.
Definition state_changed_event_args.hpp:38
 
synthesizer_state previous_state() const noexcept
Gets the state of the xtd::speech::synthesis::speech_synthesizer before the xtd::speech::synthesis::s...
Definition state_changed_event_args.hpp:53
 
synthesizer_state state() const noexcept
Gets the state of the xtd::speech::synthesis::speech_synthesizer after the xtd::speech::synthesis::sp...
Definition state_changed_event_args.hpp:57
 
synthesizer_state
Enumerates values for the state of the xtd::speech::synthesis::speech_synthesizer.
Definition synthesizer_state.hpp:28
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
 
Contains xtd::speech::synthesis::synthesizer_state enum class.