KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > ISpeechLexiconWord


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

9 @IID("{4E5B933C-C9BE-48ED-8842-1EE51BB1D4FF}")
10 public interface ISpeechLexiconWord extends Com4jObject {
11     @VTID(7)
12     int langId();
13
14     @VTID(8)
15     SpeechWordType type();
16
17     @VTID(9)
18     java.lang.String JavaDoc word();
19
20     @VTID(10)
21     ISpeechLexiconPronunciations pronunciations();
22
23 }
24
Popular Tags