up 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

Name Type Description
srsignal srsignalenum
ValueDescription
hypothesisAny utterance hypothesized by the speech engine to be a valid response
identifyAny utterance identified by the speech engine to be a valid response
soundAny sound is considered valid, and the speech engine does no recognition analysis

Remarks

The default is identify.

Examples

The following implements a voice key response:

<response windowProcedure>
/ srSignal = sound
</response>

Copyright Millisecond Software, LLC. All rights reserved.