Inquisit Language Reference
srsignal attribute
The srsignal attribute controls the extent to which voice input is analyzed by the speech recognition engine.
Member of
<response>
Syntax
/ srsignal = voicesignal
Parameters
srsignal
|
One of the following:
sound |
Any sound is considered valid, and the speech engine does no recognition analysis. |
hypothesis |
Any utterance hypothesized by the speech engine to be a valid response. |
identify |
Any utterance identified by the speech engine to be a valid response. An identify recognition has met a higher threshold than a hypothesis recognition. |
|
Remarks
The default is identify.
Examples
The following implements a voice key response:
<response windowprocedure>
/ srsignal = sound
</response>