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
プロソディ属性の値。