|
typedef int(MSPAPI * | Proc_QISEAudioWrite) (const char *sessionID, const void *waveData, unsigned int waveLen, int audioStatus, int *epStatus, int *recogStatus) |
|
typedef int(MSPAPI * | Proc_QISEGetParam) (const char *sessionID, const char *paramName, char *paramValue, unsigned int *valueLen) |
|
typedef const char *(MSPAPI * | Proc_QISEGetResult) (const char *sessionID, unsigned int *rsltLen, int *rsltStatus, int *errorCode) |
|
typedef const char *(MSPAPI * | Proc_QISEResultInfo) (const char *sessionID, int *errorCode) |
|
typedef const char *(MSPAPI * | Proc_QISESessionBegin) (const char *params, const char *userModelID, int *errorCode) |
|
typedef int(MSPAPI * | Proc_QISESessionEnd) (const char *sessionID, const char *hints) |
|
typedef int(MSPAPI * | Proc_QISETextPut) (const char *sessionID, const char *textString, unsigned int textLen, const char *params) |
|
|
int MSPAPI | QISEAudioWrite (const char *sessionID, const void *waveData, unsigned int waveLen, int audioStatus, int *epStatus, int *Status) |
|
int MSPAPI | QISEGetParam (const char *sessionID, const char *paramName, char *paramValue, unsigned int *valueLen) |
|
const char *MSPAPI | QISEGetResult (const char *sessionID, unsigned int *rsltLen, int *rsltStatus, int *errorCode) |
|
const char *MSPAPI | QISEResultInfo (const char *sessionID, int *errorCode) |
|
const char *MSPAPI | QISESessionBegin (const char *params, const char *userModelId, int *errorCode) |
|
int MSPAPI | QISESessionEnd (const char *sessionID, const char *hints) |
|
int MSPAPI | QISETextPut (const char *sessionID, const char *textString, unsigned int textLen, const char *params) |
|
iFLY Speech Evaluation Header File
This file contains the quick application programming interface (API) declarations
of evaluation. Developer can include this file in your project to build applications.
For more information, please read the developer guide.
Use of this software is subject to certain restrictions and limitations set
forth in a license agreement entered into between iFLYTEK, Co,LTD.
and the licensee of this software. Please refer to the license
agreement for license use rights and restrictions.
Copyright (C) 1999 - 2012 by ANHUI USTC iFLYTEK, Co,LTD.
All rights reserved.
- Author
- Speech Dept. iFLYTEK.
- Version
- 1.0
- Date
- 2012/4/16
- See also
History:
Version | Date | Author | Notes
|
1.0 | 2012/4/16 | MSP40 | Create this file
|
Definition in file qise.h.