Contains enum_ and enum_ut_ keywords.
std::vector< std::pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.hpp:24
synthesizer_state
Enumerates values for the state of the xtd::speech::synthesis::speech_synthesizer.
Definition synthesizer_state.hpp:28
@ ready
Indicates that the xtd::speech::synthesis::speech_synthesizer is ready to generate speech from a prom...
Definition synthesizer_state.hpp:30
@ speaking
Indicates that the xtd::speech::synthesis::speech_synthesizer is speaking.
Definition synthesizer_state.hpp:32
@ pause
Indicates that the xtd::speech::synthesis::speech_synthesizer is paused.
Definition synthesizer_state.hpp:34
Contains classes for initializing and configuring a speech synthesis engine, for creating prompts,...
Definition prompt.hpp:13
The xtd::speech namespace contains all classes and namespace to access speech technology.
Definition prompt.hpp:11
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Provides the registration struct for enumerations.
Definition enum_register.hpp:38