KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > SpeechGrammarRuleStateTransitionType


1 // GENERATED. DO NOT MODIFY
2
package speech.types;
3
4 import com4j.*;
5
6 public enum SpeechGrammarRuleStateTransitionType {
7     SGRSTTEpsilon, // 0
8
SGRSTTWord, // 1
9
SGRSTTRule, // 2
10
SGRSTTDictation, // 3
11
SGRSTTWildcard, // 4
12
SGRSTTTextBuffer, // 5
13
}
14
Popular Tags