TtsUnloadTuningData
Unload a ruleset or ActivePrompt database that was previously loaded using TtsLoadTuningData.
The TTS instance no longer uses that data.
TTSRETVAL TtsUnloadTuningData (
HTTSINSTANCE hTtsInst,
HTTSTUNINGDATA hTuningData
);
Argument |
Description |
---|---|
hTtsInst |
[in] Handle to a TTS engine instance. |
hTuningData |
[in] Handle to the tuning data instance to unload. |