Namespace Tizen.Uix.TtsEngine
Classes
Engine
This class represents the TTS engine, which has to be inherited to make the engine.
Enums
AudioType
Enumeration for the audio types.
Error
Enumeration for the error values that can occur.
ResultEvent
Enumeration for the results.
VoiceType
Enumeration for the voice types.
Delegates
Engine.Action<T>
An action with 2 input parameters returning an error.
Engine.OutAction<T>
An action with 2 out parameters returning an error.
Engine.SupportedVoice
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.