The enumeration BaltieSpeechController..::.GrammarId represents supported commands of the Baltie's grammar.
Namespace:
SGP.BaltieAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
protected enum GrammarId |
Members
Member name | Description | |
---|---|---|
Activate |
Activate.
| |
Command |
Command.
| |
CommandSay |
Say command.
| |
CommandGo |
Go command.
| |
CommandTurn |
Turn command.
| |
CommandConjure |
Conjure command.
| |
CommandShow |
Show command.
| |
CommandHide |
Hide command.
| |
CommandSpeed |
Speed command.
| |
CommandDirection |
Direction command.
| |
Ones |
Ones.
| |
Teens |
Teens.
| |
Tens |
Tens.
| |
Less100 |
Less than 100.
| |
Zero |
Zero.
| |
OnesOrZero |
Ones or zero.
| |
Text |
A text.
| |
IntegerValue |
An integer value.
| |
RealValue |
A real value.
| |
TurnValue |
A turn value.
| |
DirectionValue |
A direction value.
| |
Hundreds |
Hundreds.
| |
RealIntegerPart |
Real integer part.
| |
RealDecimalPart |
Real decimal part.
| |
MaxSpeedValue |
A maximum speed value.
| |
SuperSpeedValue |
A super speed value.
|