SpeakProgressEventArgs Properties
.NET Framework 4.5
The SpeakProgressEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
AudioPosition | Gets the audio position of the event. |
|
Cancelled | Gets a value indicating whether an asynchronous operation has been canceled. (Inherited from AsyncCompletedEventArgs.) |
|
CharacterCount | Gets the number of characters in the word that was spoken just before the event was raised. |
|
CharacterPosition | Gets the number of characters and spaces from the beginning of the prompt to the position before the first letter of the word that was just spoken. |
|
Error | Gets a value indicating which error occurred during an asynchronous operation. (Inherited from AsyncCompletedEventArgs.) |
|
Prompt | Gets the prompt associated with the event. (Inherited from PromptEventArgs.) |
|
Text | The text that was just spoken when the event was raised. |
|
UserState | Gets the unique identifier for the asynchronous task. (Inherited from AsyncCompletedEventArgs.) |