English Query

ClarifySpellingErrors Property

Indicates whether English Query prompts end users for clarification of spelling errors or corrects spelling errors without prompting.

Applies To

Session Object

Syntax

Session.ClarifySpellingErrors [= value]

Parts

Session

An object variable that represents a Session object.

value

A Boolean value that can set or return values.

Value Description
TRUE Request clarification from the user.
FALSE Correct spelling errors without clarification from the user.

Remarks

This property has read-write permissions.

See Also

DomainInfo Property

InitDomain Method

ParseRequest Method

RetainContext Property