ProsodyNumber Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vytvoří novou instanci třídy ProsodyNumber
.
Přetížení
ProsodyNumber(Int32) |
Vytvoří novou instanci |
ProsodyNumber(Single) |
Vytvoří novou instanci |
ProsodyNumber(Int32)
- Zdroj:
- TTSEngineTypes.cs
- Zdroj:
- TTSEngineTypes.cs
- Zdroj:
- TTSEngineTypes.cs
Vytvoří novou instanci ProsodyNumber
třídy a určuje identifikátor atributu 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
Identifikátor atributu prosody.
Platí pro
ProsodyNumber(Single)
- Zdroj:
- TTSEngineTypes.cs
- Zdroj:
- TTSEngineTypes.cs
- Zdroj:
- TTSEngineTypes.cs
Vytvoří novou instanci ProsodyNumber
třídy a určuje hodnotu atributu 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
Hodnota atributu prosody.