Collaboration diagram for Pause and Resume API:
|
Functions | |
| void | j_request_pause (Recog *recog) |
| Request engine to stop recognition. | |
| void | j_request_terminate (Recog *recog) |
| Request engine to terminate recognition immediately. | |
| void | j_request_resume (Recog *recog) |
| Resume the engine which has already paused or terminated. | |
| void j_request_pause | ( | Recog * | recog | ) |
Request engine to stop recognition.
If the engine is recognizing a speech input, it will stop after the current recognition ended.
| recog | [in] engine instance |
Definition at line 52 of file jfunc.c.
Referenced by j_recognize_stream_core(), and main().
Here is the caller graph for this function:

| void j_request_terminate | ( | Recog * | recog | ) |
| void j_request_resume | ( | Recog * | recog | ) |
1.5.1