5 references to StyleProsody
System.Speech (5)
Synthesis\PromptBuilder.cs (5)
245
ssmlState |= SsmlState.
StyleProsody
;
255
if ((stackElement._state & (SsmlState.StyleEmphasis | SsmlState.
StyleProsody
)) == 0)
263
if (stackElement._state == (SsmlState.StyleEmphasis | SsmlState.
StyleProsody
))
795
case SsmlState.
StyleProsody
:
796
case (SsmlState.
StyleProsody
| SsmlState.StyleEmphasis):