ProsodyNumber 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 ProsodyNumber
类的新实例。
重载
ProsodyNumber(Int32) |
创建 类的新实例 |
ProsodyNumber(Single) |
创建 类的新实例 |
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
诗体论特性的值。