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