18 references to Element
System.Speech (18)
Synthesis\PromptBuilder.cs (18)
175
_elements.Add(new
Element
(ElementType.StartStyle));
179
Element emphasisElement =
new
(ElementType.Emphasis);
195
_elements.Add(new
Element
(ElementType.StartStyle));
198
Element prosodyElement =
new
(ElementType.Prosody);
260
_elements.Add(new
Element
(ElementType.EndStyle));
265
_elements.Add(new
Element
(ElementType.EndStyle));
288
Element startVoice =
new
(ElementType.StartVoice);
348
_elements.Add(new
Element
(ElementType.EndVoice));
362
Element startParagraph =
new
(ElementType.StartParagraph);
386
_elements.Add(new
Element
(ElementType.EndParagraph));
398
Element startSentence =
new
(ElementType.StartSentence);
423
_elements.Add(new
Element
(ElementType.EndSentence));
594
_elements.Add(new
Element
(ElementType.Break));
601
Element breakElement =
new
(ElementType.Break);
649
Element breakElement =
new
(ElementType.Break);
683
Element audioElement =
new
(ElementType.Audio);
712
Element bookmarkElement =
new
(ElementType.Bookmark);
1086
:
this
(type)