Enum CommandFormat
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
Enumeration for the command format.
public enum CommandFormat
Fields
Name | Description |
---|---|
Action | The action command |
Fixed | The fixed command format. |
FixedAndNonFixed | The fixed and non-fixed command format. |
FixedAndVFixed | The fixed and variable fixed command format. |
NonFixedAndFixed | The non-fixed and fixed command format. |
Partial | The partial matched command |
Undefined | Undefined |
VFixedAndFixed | The variable fixed and fixed command format. |