Property | Type | Description | |
---|---|---|---|
beeperOn | bool |
Method | Description | |
---|---|---|
Buzz ( ) : void | ||
EnableASR ( ) : void | ||
Exit ( ExitResult code ) : void | ||
FNController ( FNOptions o ) : System | ||
HandleInput ( DateTime time, string input ) : void | ||
Prompt ( ) : void | ||
SayErrorLine ( string template ) : void | ||
SayInfoLine ( string template ) : void | ||
SayWarningLine ( string template ) : void | ||
Start ( ) : void | ||
StartBeeper ( ) : void | ||
StopASR ( ) : void | ||
StopBeeper ( ) : void |
Method | Description | |
---|---|---|
SayCouldNotUnderstand ( string input ) : void |
Method | Description | |
---|---|---|
EnableBeeper ( ) : void | ||
JuliusSession_Listening ( ) : void | ||
JuliusSession_Recognized ( string sentence ) : void | ||
_StartBeeper ( ) : void | ||
_StopBeeper ( ) : void |
public HandleInput ( DateTime time, string input ) : void | ||
time | DateTime | |
input | string | |
return | void |
protected SayCouldNotUnderstand ( string input ) : void | ||
input | string | |
return | void |
public SayErrorLine ( string template ) : void | ||
template | string | |
return | void |
public SayInfoLine ( string template ) : void | ||
template | string | |
return | void |
public SayWarningLine ( string template ) : void | ||
template | string | |
return | void |