2 implementations of EndPromptEngineWithTag
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
257
public void
EndPromptEngineWithTag
(object voice, string? tag)
Internal\Synthesis\TextWriterEngine.cs (1)
342
public void
EndPromptEngineWithTag
(object? voice, string? tag)
1 reference to EndPromptEngineWithTag
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
1459
engine.
EndPromptEngineWithTag
(ssmAttributesParent._voice, tag);