Delegate Engine.SupportedVoice
Definition
- Assembly:
- Tizen.Uix.TtsEngine.dll
Called when the TTS engine informs the engine service user about whole supported language and voice type list. This callback function is implemented by the engine service user, therefore, the engine developer does NOT have to implement this callback function.
public delegate bool Engine.SupportedVoice(string language, VoiceType type, IntPtr userData)
Remarks
This callback function is called by ForEachSupportedVoices() to inform the whole supported voice list. userData must be transferred from ForEachSupportedVoices().