ContourPoint(Single, Single, ContourPointChangeType) 构造函数

定义

创建 ContourPoint 类的新实例。

public:
 ContourPoint(float start, float change, System::Speech::Synthesis::TtsEngine::ContourPointChangeType changeType);
public ContourPoint (float start, float change, System.Speech.Synthesis.TtsEngine.ContourPointChangeType changeType);
new System.Speech.Synthesis.TtsEngine.ContourPoint : single * single * System.Speech.Synthesis.TtsEngine.ContourPointChangeType -> System.Speech.Synthesis.TtsEngine.ContourPoint
Public Sub New (start As Single, change As Single, changeType As ContourPointChangeType)

参数

start
Single

指定在 Single 中应用间距更改的点的 TextFragment。 这是以 TextFragment 的持续时间表述的运行百分比。

change
Single

指定引发或降低间距的数量的 Single

changeType
ContourPointChangeType

ChangeType 的成员,该成员指定用于在 change 参数中指定的数值的单位。

适用于