ProsodyNumber 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 ProsodyNumber
類別的新執行個體。
多載
ProsodyNumber(Int32) |
建立 類別的新實例 |
ProsodyNumber(Single) |
建立 類別的新實例 |
ProsodyNumber(Int32)
建立 類別的新實例 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
韻律屬性的識別項。
適用於
ProsodyNumber(Single)
建立 類別的新實例 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
Prosody 屬性的值。