2 implementations of ProcessPromptEngineDatabase
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
228
public bool
ProcessPromptEngineDatabase
(object voice, string? fname, string? delta, string? idset)
Internal\Synthesis\TextWriterEngine.cs (1)
313
public bool
ProcessPromptEngineDatabase
(object? voice, string? fname, string? delta, string? idset)
1 reference to ProcessPromptEngineDatabase
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
1424
if (!engine.
ProcessPromptEngineDatabase
(ssmlAttributes._voice, fname, delta, idset))