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