KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > ISpeechVoiceStatus


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

9 @IID("{8BE47B07-57F6-11D2-9EEE-00C04F797396}")
10 public interface ISpeechVoiceStatus extends Com4jObject {
11     /**
12      * CurrentStreamNumber
13      */

14     @VTID(7)
15     int currentStreamNumber();
16
17     /**
18      * LastStreamNumberQueued
19      */

20     @VTID(8)
21     int lastStreamNumberQueued();
22
23     /**
24      * LastHResult
25      */

26     @VTID(9)
27     int lastHResult();
28
29     /**
30      * RunningState
31      */

32     @VTID(10)
33     SpeechRunState runningState();
34
35     /**
36      * InputWordPosition
37      */

38     @VTID(11)
39     int inputWordPosition();
40
41     /**
42      * InputWordLength
43      */

44     @VTID(12)
45     int inputWordLength();
46
47     /**
48      * InputSentencePosition
49      */

50     @VTID(13)
51     int inputSentencePosition();
52
53     /**
54      * InputSentenceLength
55      */

56     @VTID(14)
57     int inputSentenceLength();
58
59     /**
60      * LastBookmark
61      */

62     @VTID(15)
63     java.lang.String JavaDoc lastBookmark();
64
65     /**
66      * LastBookmarkId
67      */

68     @VTID(16)
69     int lastBookmarkId();
70
71     /**
72      * PhonemeId
73      */

74     @VTID(17)
75     short phonemeId();
76
77     /**
78      * VisemeId
79      */

80     @VTID(18)
81     short visemeId();
82
83 }
84
Popular Tags