ProsodyNumber コンストラクター

定義

ProsodyNumber クラスの新しいインスタンスを作成します。

オーバーロード

ProsodyNumber(Int32)

クラスの新しいインスタンスを ProsodyNumber 作成し、prosody 属性の識別子を指定します。

ProsodyNumber(Single)

クラスの新しいインスタンスを ProsodyNumber 作成し、prosody 属性の値を指定します。

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

韻律の属性の値。

適用対象