1 package speech.types; 3 4 import com4j.*; 5 6 9 @IID("{CE563D48-961E-4732-A2E1-378A42B430BE}") 10 public interface ISpeechPhraseProperty extends Com4jObject { 11 14 @VTID(7) 15 java.lang.String name(); 16 17 20 @VTID(8) 21 int id(); 22 23 26 @VTID(9) 27 java.lang.Object value(); 28 29 32 @VTID(10) 33 int firstElement(); 34 35 38 @VTID(11) 39 int numberOfElements(); 40 41 44 @VTID(12) 45 float engineConfidence(); 46 47 50 @VTID(13) 51 SpeechEngineConfidence confidence(); 52 53 56 @VTID(14) 57 ISpeechPhraseProperty parent(); 58 59 62 @VTID(15) 63 ISpeechPhraseProperties children(); 64 65 } 66 | Popular Tags |