2 implementations of ProcessPromptEngineId
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
238public bool ProcessPromptEngineId(object voice, string? id)
Internal\Synthesis\TextWriterEngine.cs (1)
323public bool ProcessPromptEngineId(object? voice, string? id)
1 reference to ProcessPromptEngineId
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
1438ParsePromptEngine1(reader, engine, element, SsmlElement.PromptEngineId, "id", new ProcessPromptEngine1(engine.ProcessPromptEngineId), ssmAttributesParent, fIgnore);