2 implementations of BeginPromptEngineRule
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
261
public bool
BeginPromptEngineRule
(object voice, string? name)
Internal\Synthesis\TextWriterEngine.cs (1)
346
public bool
BeginPromptEngineRule
(object? voice, string? name)
1 reference to BeginPromptEngineRule
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
1464
string? name = ParsePromptEngine1(reader, engine, element, SsmlElement.PromptEngineRule, "name", new ProcessPromptEngine1(engine.
BeginPromptEngineRule
), ssmAttributesParent, fIgnore);