msp_types.h
Go to the documentation of this file.
1 #ifndef __MSP_TYPES_H__
2 #define __MSP_TYPES_H__
3 
4 #if !defined(MSPAPI)
5 #if defined(WIN32) || defined(WINPHONE8) || defined(WIN8)
6 #define MSPAPI __stdcall
7 #else
8 #define MSPAPI
9 #endif /* WIN32 */
10 #endif /* MSPAPI */
11 
27 enum
28 {
33 };
34 
35 /*
36  * The enumeration MSPRecognizerStatus contains the recognition status
37  * MSP_REC_STATUS_SUCCESS - successful recognition with partial results
38  * MSP_REC_STATUS_NO_MATCH - recognition rejected
39  * MSP_REC_STATUS_INCOMPLETE - recognizer needs more time to compute results
40  * MSP_REC_STATUS_NON_SPEECH_DETECTED - discard status, no more in use
41  * MSP_REC_STATUS_SPEECH_DETECTED - recognizer has detected audio, this is delayed status
42  * MSP_REC_STATUS_COMPLETE - recognizer has return all result
43  * MSP_REC_STATUS_MAX_CPU_TIME - CPU time limit exceeded
44  * MSP_REC_STATUS_MAX_SPEECH - maximum speech length exceeded, partial results may be returned
45  * MSP_REC_STATUS_STOPPED - recognition was stopped
46  * MSP_REC_STATUS_REJECTED - recognizer rejected due to low confidence
47  * MSP_REC_STATUS_NO_SPEECH_FOUND - recognizer still found no audio, this is delayed status
48  */
49 enum
50 {
63 };
64 
74 enum
75 {
82  MSP_EP_IDLE = 7 // internal state after stop and before start
83 };
84 
85 /* Synthesizing process flags */
86 enum
87 {
91 };
92 
93 /* Handwriting process flags */
94 enum
95 {
99 };
100 
101 /*ivw message type */
102 enum
103 {
111 };
112 
113 /* Upload data process flags */
114 enum
115 {
120 };
121 
122 #endif /* __MSP_TYPES_H__ */


xbot_talker
Author(s): wangxiaoyun
autogenerated on Sat Oct 10 2020 03:27:53