VisemeReachedEventArgs Properties
.NET Framework 4.5
The VisemeReachedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
AudioPosition | Gets the position of the viseme in the audio stream. |
|
Cancelled | Gets a value indicating whether an asynchronous operation has been canceled. (Inherited from AsyncCompletedEventArgs.) |
|
Duration | Gets the duration of the viseme. |
|
Emphasis | Gets a SynthesizerEmphasis object that describes the emphasis of the viseme. |
|
Error | Gets a value indicating which error occurred during an asynchronous operation. (Inherited from AsyncCompletedEventArgs.) |
|
NextViseme | Gets the value of the next viseme. |
|
Prompt | Gets the prompt associated with the event. (Inherited from PromptEventArgs.) |
|
UserState | Gets the unique identifier for the asynchronous task. (Inherited from AsyncCompletedEventArgs.) |
|
Viseme | Gets the value of the viseme. |