SpeakProgressEventArgs Members
From Microsoft Speech Platform SDK 11
| SpeakProgressEventArgs Members |
| SpeakProgressEventArgs Class Methods Properties See Also Send Feedback |
Returns data from the SpeakProgress event.
The SpeakProgressEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AudioPosition | Gets the audio position of the event. | |
| Cancelled | (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 | (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 | (Inherited from AsyncCompletedEventArgs.) |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| RaiseExceptionIfNecessary | (Inherited from AsyncCompletedEventArgs.) | |
| ToString | (Inherited from Object.) |