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
- 继承
注解
视素是说出音素时嘴和脸的基本位置。 视素是音素的可视表示形式。 有关视素的详细信息,请参阅 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) |