Enum CommandFormat
Definition
- Namespace:
- Tizen.Uix.VoiceControl
- Assembly:
- Tizen.Uix.VoiceControl.dll
Enumeration for the command format.
public enum CommandFormat
Fields
Name | Description |
---|---|
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. |
Undefined | Undefined. |
VFixedAndFixed | The variable fixed and fixed command format. |