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
Public property AudioPosition Gets the audio position of the event.
Public property Cancelled (inherited from AsyncCompletedEventArgs)
Public property CharacterCount Gets the number of characters in the word that was spoken just before the event was raised.
Public property 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.
Public property Error (inherited from AsyncCompletedEventArgs)
Public property Prompt Gets the prompt associated with the event. (inherited from PromptEventArgs)
Public property Text The text that was just spoken when the event was raised.
Public property UserState (inherited from AsyncCompletedEventArgs)

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Protected method RaiseExceptionIfNecessary (inherited from AsyncCompletedEventArgs)
Public method ToString (inherited from Object)

Top

See Also

Reference

SpeakProgressEventArgs Class

Microsoft.Speech.Synthesis Namespace