Delegate Engine.SupportedVoice

Definition

Namespace:
Tizen.Uix.TtsEngine
Assembly:
Tizen.Uix.TtsEngine.dll
API Level:
4

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.

C#
Copy
public delegate bool 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().