SpeakProgressEventArgs Members

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Returns data from the SpeakProgress event.

The SpeakProgressEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyAudioPositionGets the audio position of the event.
Public propertyCancelled (Inherited from AsyncCompletedEventArgs.)
Public propertyCharacterCountGets the number of characters in the word that was spoken just before the event was raised.
Public propertyCharacterPositionGets 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 propertyError (Inherited from AsyncCompletedEventArgs.)
Public propertyPromptGets the prompt associated with the event. (Inherited from PromptEventArgs.)
Public propertyTextThe text that was just spoken when the event was raised.
Public propertyUserState (Inherited from AsyncCompletedEventArgs.)
Top

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodRaiseExceptionIfNecessary (Inherited from AsyncCompletedEventArgs.)
Public methodToString (Inherited from Object.)
Top

See Also