hp.telephony.media
Interface ASRParsedRule.RuleType

Enclosing interface:
ASRParsedRule

public static interface ASRParsedRule.RuleType

Define constants for rule types (see W3C's SRGS format)

Since:
OCMP 2.3

Field Summary
static int ALTERNATIVE
          rule type is a non-terminal alternative
static int SEQUENCE
          rule type is a non-terminal sequence
static int TERMINAL
          terminal symbol in the grammar
 

Field Detail

TERMINAL

public static final int TERMINAL
terminal symbol in the grammar

See Also:
Constant Field Values

SEQUENCE

public static final int SEQUENCE
rule type is a non-terminal sequence

See Also:
Constant Field Values

ALTERNATIVE

public static final int ALTERNATIVE
rule type is a non-terminal alternative

See Also:
Constant Field Values