Enum RecognizedResult

Definition

Namespace:
Tizen.Uix.VoiceControlManager
Assembly:
Tizen.Uix.VoiceControlManager.dll
API Level:
6

Enumeration for the result of recognizing a VoiceCommand

C#
Copy
public enum RecognizedResult : int
Name Description
Rejected

Rejected result.

Success

Normal result.

Extension Methods