BZSRResultStatusCode Constants Reference
Declared in | BZMediaParams.h |
BZSRResultStatusCode
This constant enumerator defines the Speech Recognition Result Status Code (SRRSC). The speech recognizer result status can be one of: unknown, success, timeout, garbage, stopped, canceled or error.
Definition
typedef NS_ENUM(NSInteger, BZSRResultStatusCode ) {
SRRSC_UNKNOWN = -1,
SRRSC_SUCCESS = 0,
SRRSC_TIMEOUT = 1,
SRRSC_GARBAGE = 2,
SRRSC_STOPPED = 3,
SRRSC_CANCELLED = 4,
SRRSC_ERROR = 5,
};
Constants
SRRSC_UNKNOWN
-
Speech Recognizer - Recognition result status is unknown
Declared In
BZMediaParams.h
. SRRSC_SUCCESS
-
Speech Recognizer - Recognition result status is successful. A recognition result string is available
Declared In
BZMediaParams.h
. 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
BZMediaParams.h
. 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
BZMediaParams.h
. 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
BZMediaParams.h
. 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
BZMediaParams.h
. 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
BZMediaParams.h
.
Declared In
BZMediaParams.h