ProsodyNumber 构造函数

定义

创建 ProsodyNumber 类的新实例。

重载

ProsodyNumber(Int32)

创建 类的新实例 ProsodyNumber ,并指定 prosody 属性的标识符。

ProsodyNumber(Single)

创建 类的新实例 ProsodyNumber ,并为 prosody 属性指定值。

ProsodyNumber(Int32)

Source:
TTSEngineTypes.cs
Source:
TTSEngineTypes.cs
Source:
TTSEngineTypes.cs

创建 类的新实例 ProsodyNumber ,并指定 prosody 属性的标识符。

public:
 ProsodyNumber(int ssmlAttributeId);
public ProsodyNumber (int ssmlAttributeId);
new System.Speech.Synthesis.TtsEngine.ProsodyNumber : int -> System.Speech.Synthesis.TtsEngine.ProsodyNumber
Public Sub New (ssmlAttributeId As Integer)

参数

ssmlAttributeId
Int32

该 prosody 特性的标识符。

适用于

ProsodyNumber(Single)

Source:
TTSEngineTypes.cs
Source:
TTSEngineTypes.cs
Source:
TTSEngineTypes.cs

创建 类的新实例 ProsodyNumber ,并为 prosody 属性指定值。

public:
 ProsodyNumber(float number);
public ProsodyNumber (float number);
new System.Speech.Synthesis.TtsEngine.ProsodyNumber : single -> System.Speech.Synthesis.TtsEngine.ProsodyNumber
Public Sub New (number As Single)

参数

number
Single

诗体论特性的值。

适用于