STSRResultStatusCode Constants Reference
| Declared in | STMediaParams_doc.h |
STSRResultStatusCode
This enumerator defines the Speech Recognition Result Status Code (SRRSC). The speech recognizer result status can be one of: unknown, success, timeout, garbage, speech not detected, stopped, canceled or error.
Definition
enum STSRResultStatusCode: String {
case SRRSC_UNKNOWN,
SRRSC_SUCCESS,
SRRSC_TIMEOUT,
SRRSC_GARBAGE,
SRRSC_SPEECHNOTDETECTED,
SRRSC_STOPPED,
SRRSC_CANCELLED,
SRRSC_ERROR
}
Constants
case SRRSC_UNKNOWN-
Speech Recognizer - Recognition result status is unknown
Declared In
STMediaParams_doc.h. case SRRSC_SUCCESS-
Speech Recognizer - Recognition result status is successful. A recognition result string is available
Declared In
STMediaParams_doc.h. case SRRSC_TIMEOUT-
Speech Recognizer - Recognition result status is timeout/silence. Voice Activity Detector did not detect speech or sound with energy above an energy threshold. A recognition result string is not available
Declared In
STMediaParams_doc.h. case SRRSC_GARBAGE-
Speech Recognizer - Recognition result status is garbage. Speech recognizer could not determine what was spoken based on the active speech recognition grammar task. A recognition result string is not available
Declared In
STMediaParams_doc.h. case SRRSC_SPEECHNOTDETECTED-
Speech Recognizer - Recognition result status is speech not detected. Applies to speech recognition of a recorded utterance URL. Speech recognizer did not detect speech it can recognize which means either there was only silence or unrecognized speech energy. A recognition result string is not available
Declared In
STMediaParams_doc.h. case SRRSC_STOPPED-
Speech Recognizer - Recognition result status is stopped. The recognizer was instructed to stop the speech recognition session. A speech recognition result string is not available
Declared In
STMediaParams_doc.h. case SRRSC_CANCELLED-
Speech Recognizer - Recognition result status is canceled. The recognizer session was canceled while in progress. A recognition result string is not available
Declared In
STMediaParams_doc.h. case SRRSC_ERROR-
Speech Recognizer - Recognition result status is error. Some internal error occured, or some system process interfered wiht the speech recognizer activity. A recognition result string is not available
Declared In
STMediaParams_doc.h.
Declared In
STMediaParams_doc.h