1 package speech.types; 3 4 import com4j.*; 5 6 9 @IID("{B238B6D5-F276-4C3D-A6C1-2974801C3CC2}") 10 public interface ISpeechPhraseAlternates extends Com4jObject,Iterable <Com4jObject> { 11 14 @VTID(7) 15 int count(); 16 17 20 @VTID(8) 21 ISpeechPhraseAlternate item( 22 int index); 23 24 27 @VTID(9) 28 java.util.Iterator <Com4jObject> iterator(); 29 30 } 31 | Popular Tags |