2 implementations of BeginPromptEngineWithTag
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
252
public bool
BeginPromptEngineWithTag
(object voice, string? tag)
Internal\Synthesis\TextWriterEngine.cs (1)
337
public bool
BeginPromptEngineWithTag
(object? voice, string? tag)
1 reference to BeginPromptEngineWithTag
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
1455
string? tag = ParsePromptEngine1(reader, engine, element, SsmlElement.PromptEngineWithTag, "tag", new ProcessPromptEngine1(engine.
BeginPromptEngineWithTag
), ssmAttributesParent, fIgnore);