Enum CommandFormat

Definition

Namespace:
Tizen.Uix.VoiceControl
Assembly:
Tizen.Uix.VoiceControl.dll
API Level:
3

Enumeration for the command format.

C#
Copy
public enum CommandFormat
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.