swirec_waveform_interword_max

How much silence is kept in a collected utterance.

Value

Integer: 0–INT_MAX.

Default

0 (milliseconds)

How to set

Shown in precedence order (see Rules of parameter precedence):

Set in the browser, using the Vendor-Specific-Parameters header in a RECOGNIZE or SET-PARAMS method.

In a parameter grammar.

In Management Station set on the Nuance recognition service. If not using Management Station, set in a Recognizer configuration file (User-nrsxx.xml).

Usage

Occasionally used for whisper transfer applications to remove unnecessary silence in captured audio recordings.

Performance

Removing silence shortens the playback time needed to play the audio waveform to a human administrator, but removing too much silence can make the waveform incomprehensible to the administrator.

Use this parameter when implementing whisper transfer features (also known as store-and-forward) where audio recordings are captured and then played to human agents. It specifies the maximum duration of silence between words in the returned waveform (silence between words will not be longer than this value).

Browsers usually set this parameter in a RECOGNIZE request, and the parameter automatically reverts to the previous value after the recognition event. (Alternatively, browsers can use the SET-PARAMS method. See Configuring Recognizer with the browser.)

Vendor-Specific-Parameters: swirec_waveform_interword_max=100

Related parameters