KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > ISpeechPhraseAlternate


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

9 @IID("{27864A2A-2B9F-4CB8-92D3-0D2722FD1E73}")
10 public interface ISpeechPhraseAlternate extends Com4jObject {
11     /**
12      * RecoResult
13      */

14     @VTID(7)
15     ISpeechRecoResult recoResult();
16
17     /**
18      * StartElementInResult
19      */

20     @VTID(8)
21     int startElementInResult();
22
23     /**
24      * NumberOfElementsInResult
25      */

26     @VTID(9)
27     int numberOfElementsInResult();
28
29     /**
30      * Phrase
31      */

32     @VTID(10)
33     ISpeechPhraseInfo phraseInfo();
34
35     /**
36      * Commit
37      */

38     @VTID(11)
39     void commit();
40
41 }
42
Popular Tags