KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > ISpeechPhraseReplacement


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

9 @IID("{2890A410-53A7-4FB5-94EC-06D4998E3D02}")
10 public interface ISpeechPhraseReplacement extends Com4jObject {
11     /**
12      * DisplayAttributes
13      */

14     @VTID(7)
15     SpeechDisplayAttributes displayAttributes();
16
17     /**
18      * Text
19      */

20     @VTID(8)
21     java.lang.String JavaDoc text();
22
23     /**
24      * FirstElement
25      */

26     @VTID(9)
27     int firstElement();
28
29     /**
30      * NumElements
31      */

32     @VTID(10)
33     int numberOfElements();
34
35 }
36
Popular Tags