xtd 0.2.0
Loading...
Searching...
No Matches
speak_completed_event_handler.h File Reference

Definition

Contains xtd::speech::synthesis::speak_completed_event_handler alias.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
namespace  xtd::speech
 The xtd::speech namespace contains all classes and namespace to access speech technology.
 
namespace  xtd::speech::synthesis
 Contains classes for initializing and configuring a speech synthesis engine, for creating prompts, for generating speech, for responding to events, and for modifying voice characteristics.
 

Typedefs

using xtd::speech::synthesis::speak_completed_event_handler = delegate< void(object &sender, const speak_completed_event_args &e)>
 Represents the method that will handle xtd::speech::synthesis::speech_synthesizer::speak_completed event.