ClarifySpellingErrors Property

Indicates whether Microsoft English Query should prompt end users for clarification of spelling errors or correct spelling errors without prompting.

Syntax

Session.ClarifySpellingErrors = value

Part Description
Session An object variable that represents a Session object.
value A Boolean value that can set or return values:

True — Request clarification from the user.

False — Correct spelling errors without clarification from the user.


Applies To

Session

Remarks

This property has read-write permissions.

See Also

DomainInfo Property, RetainContext Property, InitDomain Method, ParseRequest Method


(c) 1996-1998 Microsoft Corporation. All Rights Reserved.