The enumeration Baltie2DSpeechController..::.GrammarId represents supported commands of the Baltie's grammar.
            
    Namespace: 
   SGP.Baltie2DAssembly: 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 | 
            Turn value.
              | |
| DirectionValue | 
            Direction value.
              | |
| Hundreds | 
            Hundreds.
              | |
| RealIntegerPart | 
            Real integer part.
              | |
| RealDecimalPart | 
            Real decimal part.
              | |
| MaxSpeedValue | 
            Max speed value.
              | |
| SuperSpeedValue | 
            Super speed value.
              |