你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SpeechSynthesisVisemeEventArgs 类

定义

包含对应于合成语音中基于时间的偏移量的面部姿势事件。 在 1.16.0 中添加

public class SpeechSynthesisVisemeEventArgs : EventArgs
type SpeechSynthesisVisemeEventArgs = class
    inherit EventArgs
Public Class SpeechSynthesisVisemeEventArgs
Inherits EventArgs
继承
SpeechSynthesisVisemeEventArgs

注解

另请参阅:* VisemeReceived

属性

Animation

指定 viseme 事件的动画类型。 可以是 svg 或其他动画格式。

AudioOffset

指定输出音频中当前视素的时间偏移量,以刻度 (100ns) 。

ResultId

指定语音合成的唯一 ID。 (在版本 1.25.0 中添加)

VisemeId

指定当前视素 ID。

适用于