SWIrslt—recognizer result

This event logs the complete XML recognition result at the end of a successful recognition (SWIrcnd) when a voice platform requests a result from Nuance Recognizer.

In addition to the Tokens used for every event, this event has the following tokens:

Token

Description

MEDIA

Media type of the result.

CNTNT

XML result of the recognition. The exact format of the XML string depends on the voice platform (for example, the platform might request NLSML result format). Any keys requested via swirec_extra_nbest_keys are included in the result.

SECURE=TRUE

Confidential information has been suppressed (removed) from the call log record. The token only appears when TRUE.

This event is only written when swirec_log_xmlresult is enabled. This event is not used for Dragon Voice recognition.

Example:

EVNT=SWIrslt|MEDIA=media-type|CNTNT=xml-content

The length of the XML content can exceed the line size of your TRC listeners (provided with the Recognizer). The listener's response might be modified at your site, but typically, it continues writing the extra content onto new lines.