xtd 0.2.0
Loading...
Searching...
No Matches

◆ synthesizer_state

Enumerates values for the state of the xtd::speech::synthesis::speech_synthesizer.

synthesizer_state
Enumerates values for the state of the xtd::speech::synthesis::speech_synthesizer.
Definition synthesizer_state.h:28
Header
#include <xtd/speech/synthesis/synthesizer_state>
Namespace
xtd::speech::synthesis
Library
xtd.core
Remarks
The xtd::speech::synthesis::speech_synthesizer::state property uses xtd::speech::synthesis::synthesizer_state to indicate the current state of the xtd::speech::synthesis::speech_synthesizer. See xtd::speech::synthesis::speech_synthesizer::state for an example.
The xtd::speech::synthesis::speech_synthesizer::previous_state and xtd::speech::synthesis::speech_synthesizer::state properties use xtd::speech::synthesis::synthesizer_state to indicate state of the xtd::speech::synthesis::speech_synthesizer when the xtd::speech::synthesis::speech_synthesizer::state_changed event is raised.
Enumerator
ready 

Indicates that the xtd::speech::synthesis::speech_synthesizer is ready to generate speech from a prompt.

speaking 

Indicates that the xtd::speech::synthesis::speech_synthesizer is speaking.

pause 

Indicates that the xtd::speech::synthesis::speech_synthesizer is paused.