SpeakProgressEventArgs::CharacterCount Property
.NET Framework (current version)
Gets the number of characters in the word that was spoken just before the event was raised.
Assembly: System.Speech (in System.Speech.dll)
Property Value
Type: System::Int32Returns the number of characters in the word that was spoken just before the event was raised.
The SpeechSynthesizer normalizes numbers to the words that correspond to how the number will be spoken. For example, the synthesizer speaks the number “4003” as “four thousand three”. It raises a SpeakProgress event for each of the spoken words. However, the CharacterCount property for each of the three words is the same. It is the count of the characters in the number “4003” in the text of the prompt, in this case, four.
.NET Framework
Available since 3.0
Available since 3.0
Show: