1 package speech.types; 3 4 import com4j.*; 5 6 9 @IID("{2890A410-53A7-4FB5-94EC-06D4998E3D02}") 10 public interface ISpeechPhraseReplacement extends Com4jObject { 11 14 @VTID(7) 15 SpeechDisplayAttributes displayAttributes(); 16 17 20 @VTID(8) 21 java.lang.String text(); 22 23 26 @VTID(9) 27 int firstElement(); 28 29 32 @VTID(10) 33 int numberOfElements(); 34 35 } 36 | Popular Tags |