Enum ResultMessage

Definition

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

Enumeration for representing the result message.

C#
Copy
public enum ResultMessage
Name Description
None

No error.

TooFast

Recognition failed because the speech is too fast to listen.

TooLong

Recognition failed because the speech is too long.

TooLoud

Recognition failed because the speech is too loud to listen.

TooQuiet

Recognition failed because the speech is too quiet to listen.

TooShort

Recognition failed because the speech is too short.

TooSoon

Recognition failed because the speech started too soon.