KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > ISpeechPhraseProperties


1 // GENERATED. DO NOT MODIFY
2
package speech.types;
3
4 import com4j.*;
5
6 /**
7  * ISpeechPhraseProperties Interface
8  */

9 @IID("{08166B47-102E-4B23-A599-BDB98DBFD1F4}")
10 public interface ISpeechPhraseProperties extends Com4jObject,Iterable JavaDoc<Com4jObject> {
11     /**
12      * Count
13      */

14     @VTID(7)
15     int count();
16
17     /**
18      * Item
19      */

20     @VTID(8)
21     ISpeechPhraseProperty item(
22         int index);
23
24     /**
25      * Enumerates the alternates
26      */

27     @VTID(9)
28     java.util.Iterator JavaDoc<Com4jObject> iterator();
29
30 }
31
Popular Tags