Delegate Engine.SupportedLanguages
Definition
- Assembly:
- Tizen.Uix.SttEngine.dll
Called when the STT engine informs the engine service user about the whole supported language 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.SupportedLanguages(string language, IntPtr userData)