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