VisemeReachedEventArgs Class

Definition

Returns data from the VisemeReached event.

public ref class VisemeReachedEventArgs : System::Speech::Synthesis::PromptEventArgs
public class VisemeReachedEventArgs : System.Speech.Synthesis.PromptEventArgs
type VisemeReachedEventArgs = class
    inherit PromptEventArgs
Public Class VisemeReachedEventArgs
Inherits PromptEventArgs
Inheritance

Remarks

A viseme is the basic position of the mouth and face when pronouncing a phoneme. Visemes are visual representations of phonemes. For more information about visemes, see VisemeReached.

Properties

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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
RaiseExceptionIfNecessary()

Raises a user-supplied exception if an asynchronous operation failed.

(Inherited from AsyncCompletedEventArgs)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to