KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > ISpRecoResult


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

9 @IID("{20B053BE-E235-43CD-9A2A-8D17A48B7842}")
10 public interface ISpRecoResult extends ISpPhrase {
11     @VTID(8)
12     void getAlternates(
13         int ulStartElement,
14         int cElements,
15         int ulRequestCount,
16         Holder<ISpPhraseAlt> ppPhrases,
17         Holder<Integer JavaDoc> pcPhrasesReturned);
18
19     @VTID(9)
20     ISpStreamFormat getAudio(
21         int ulStartElement,
22         int cElements);
23
24     @VTID(10)
25     int speakAudio(
26         int ulStartElement,
27         int cElements,
28         int dwFlags);
29
30         @VTID(13)
31         ISpRecoContext getRecoContext();
32
33     }
34
Popular Tags