Pause and Resume API
[JuliusLib API]

Collaboration diagram for Pause and Resume API:
Functions to pause / resume engine inputs. More...

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.

Detailed Description

Functions to pause / resume engine inputs.


Function Documentation

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.

Parameters:
recog [in] engine instance

Definition at line 52 of file jfunc.c.

void j_request_terminate ( Recog recog  ) 

Request engine to terminate recognition immediately.

Even if the engine is recognizing a speech input, it will stop immediately (in this case the current input will be lost).

Parameters:
recog [in] engine instance

Definition at line 85 of file jfunc.c.

void j_request_resume ( Recog recog  ) 

Resume the engine which has already paused or terminated.

Parameters:
recog 

Definition at line 117 of file jfunc.c.


Generated on Tue Dec 18 16:01:47 2007 for Julius by  doxygen 1.5.4