12 references to ProsodyPitch
System.Speech (12)
Internal\Synthesis\ConvertTextFrag.cs (5)
313
switch ((
ProsodyPitch
)pitch.SsmlAttributeId)
315
case
ProsodyPitch
.ExtraHigh:
319
case
ProsodyPitch
.High:
323
case
ProsodyPitch
.Low:
327
case
ProsodyPitch
.ExtraLow:
Internal\Synthesis\SSmlParser.cs (6)
1974
(int)
ProsodyPitch
.Default, (int)
ProsodyPitch
.High, (int)
ProsodyPitch
.Low, (int)
ProsodyPitch
.Medium, (int)
ProsodyPitch
.ExtraHigh, (int)
ProsodyPitch
.ExtraLow
Synthesis\TTSEngine\TTSEngineTypes.cs (1)
290
Pitch = new ProsodyNumber((int)
ProsodyPitch
.Default);