Enum ResultEvent

Definition

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

Enumeration for the results.

C#
Copy
public enum ResultEvent
Name Description
Error

Event when the recognition has failed.

FinalResult

Event when either the full matched or the final result is delivered.

PartialResult

Event when the partial matched result is delivered.