KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > ISpeechPhraseElement


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

9 @IID("{E6176F96-E373-4801-B223-3B62C068C0B4}")
10 public interface ISpeechPhraseElement extends Com4jObject {
11     /**
12      * AudioTimeOffset
13      */

14     @VTID(7)
15     int audioTimeOffset();
16
17     /**
18      * AudioSizeTime
19      */

20     @VTID(8)
21     int audioSizeTime();
22
23     /**
24      * AudioStreamOffset
25      */

26     @VTID(9)
27     int audioStreamOffset();
28
29     /**
30      * AudioSizeBytes
31      */

32     @VTID(10)
33     int audioSizeBytes();
34
35     /**
36      * RetainedStreamOffset
37      */

38     @VTID(11)
39     int retainedStreamOffset();
40
41     /**
42      * RetainedSizeBytes
43      */

44     @VTID(12)
45     int retainedSizeBytes();
46
47     /**
48      * DisplayText
49      */

50     @VTID(13)
51     java.lang.String JavaDoc displayText();
52
53     /**
54      * LexicalForm
55      */

56     @VTID(14)
57     java.lang.String JavaDoc lexicalForm();
58
59     /**
60      * Pronunciation
61      */

62     @VTID(15)
63     java.lang.Object JavaDoc pronunciation();
64
65     /**
66      * DisplayAttributes
67      */

68     @VTID(16)
69     SpeechDisplayAttributes displayAttributes();
70
71     /**
72      * RequiredConfidence
73      */

74     @VTID(17)
75     SpeechEngineConfidence requiredConfidence();
76
77     /**
78      * ActualConfidence
79      */

80     @VTID(18)
81     SpeechEngineConfidence actualConfidence();
82
83     /**
84      * EngineConfidence
85      */

86     @VTID(19)
87     float engineConfidence();
88
89 }
90
Popular Tags