PhonemeReachedEventArgs::NextPhoneme Property

 

Gets the phoneme following the phoneme associated with the PhonemeReached event.

Namespace:   System.Speech.Synthesis
Assembly:  System.Speech (in System.Speech.dll)

public:
property String^ NextPhoneme {
	String^ get();
}

Property Value

Type: System::String^

A string containing the next phoneme.

.NET Framework
Available since 3.0
Return to top
Show: