1 package speech.types; 3 4 import com4j.*; 5 6 9 @IID("{CAFD1DB1-41D1-4A06-9863-E2E81DA17A9A}") 10 public interface ISpeechGrammarRuleStateTransition extends Com4jObject { 11 14 @VTID(7) 15 SpeechGrammarRuleStateTransitionType type(); 16 17 20 @VTID(8) 21 java.lang.String text(); 22 23 26 @VTID(9) 27 ISpeechGrammarRule rule(); 28 29 32 @VTID(10) 33 java.lang.Object weight(); 34 35 38 @VTID(11) 39 java.lang.String propertyName(); 40 41 44 @VTID(12) 45 int propertyId(); 46 47 50 @VTID(13) 51 java.lang.Object propertyValue(); 52 53 56 @VTID(14) 57 ISpeechGrammarRuleState nextState(); 58 59 } 60 | Popular Tags |