ProsodyNumber Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Tworzy nowe wystąpienie klasy ProsodyNumber
.
Przeciążenia
ProsodyNumber(Int32) |
Tworzy nowe wystąpienie klasy |
ProsodyNumber(Single) |
Tworzy nowe wystąpienie klasy |
ProsodyNumber(Int32)
Tworzy nowe wystąpienie klasy ProsodyNumber
i określa identyfikator dla atrybutu 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)
Parametry
- ssmlAttributeId
- Int32
Identyfikator atrybutu Prosody.
Dotyczy
ProsodyNumber(Single)
Tworzy nowe wystąpienie klasy ProsodyNumber
i określa wartość dla atrybutu 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)
Parametry
- number
- Single
Wartość atrybutu Prosody.