20 references to TtsEngineAction
System.Speech (20)
Internal\Synthesis\ConvertTextFrag.cs (2)
23
if (textFragment.State.Action ==
TtsEngineAction
.StartParagraph || textFragment.State.Action ==
TtsEngineAction
.StartSentence)
Internal\Synthesis\SSmlParser.cs (2)
365
ssmlAttributes._fragmentState.Action =
TtsEngineAction
.Silence;
588
ssmlAttributes._fragmentState.Action =
TtsEngineAction
.Bookmark;
Internal\Synthesis\TextFragmentEngine.cs (10)
40
TtsEngineAction
action = fragmentState.Action;
43
fragmentState.Action =
TtsEngineAction
.StartParagraph;
52
fragmentState.Action =
TtsEngineAction
.StartSentence;
99
TtsEngineAction
action = fragmentState.Action;
118
TtsEngineAction
action = fragmentState.Action;
156
fragmentState.Action =
TtsEngineAction
.Pronounce;
295
private static
TtsEngineAction
ActionTextFragment(
TtsEngineAction
action)
302
TtsEngineAction
action = fragmentState.Action;
303
fragmentState.Action =
TtsEngineAction
.ParseUnknownTag;
Internal\Synthesis\VoiceSynthesis.cs (1)
765
fragmentState.Action =
TtsEngineAction
.Speak;
Synthesis\TTSEngine\TTSEngineTypes.cs (5)
193
if (fragState.Action ==
TtsEngineAction
.Speak || fragState.Action ==
TtsEngineAction
.Pronounce)
216
public
TtsEngineAction
Action { get { return _action; } internal set { _action = value; } }
223
public FragmentState(
TtsEngineAction
action,
265
private
TtsEngineAction
_action;