Namespace Tizen.Uix.SttEngine
Classes
Engine
This class represents the STT 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.
ResultMessage
Enumeration for representing the result message.
SpeechStatus
Enumeration for the speech status.
TimeEvent
Enumeration for the result time.
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.ResultTime
Called when the STT engine provides the time stamp of result to the engine service user. This callback function is implemented by the engine service user. Therefore, the engine developer does NOT have to implement this callback function.
Engine.SupportedLanguages
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.