VisemeReachedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 VisemeReached 事件傳回資料。
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
- 繼承
備註
viseme 是說出音素時,口和臉部的基本位置。 Visemes 是音素的視覺標記法。 如需 visemes 的詳細資訊,請參閱 VisemeReached 。
屬性
AudioPosition |
取得音訊資料流中視素 (Viseme) 的位置 |
Cancelled |
取得值,指出非同步作業是否已取消。 (繼承來源 AsyncCompletedEventArgs) |
Duration |
取得視素 (Viseme) 的持續期間。 |
Emphasis |
取得描述視素 (Viseme) 強調的 SynthesizerEmphasis 物件。 |
Error |
取得值,指出非同步作業期間是否發生錯誤。 (繼承來源 AsyncCompletedEventArgs) |
NextViseme |
取得下一個視素 (Viseme) 的值。 |
Prompt |
取得與事件相關聯的提示。 (繼承來源 PromptEventArgs) |
UserState |
取得非同步工作的唯一識別項。 (繼承來源 AsyncCompletedEventArgs) |
Viseme |
取得視素 (Viseme) 的值。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
RaiseExceptionIfNecessary() |
如果非同步作業失敗,引發使用者提供的例外狀況。 (繼承來源 AsyncCompletedEventArgs) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |