Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SpeakProgressEventArgs Members
Include Protected Members
Include Inherited Members
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) |
Top
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) |
Top