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
Remarks
This property has read-write permissions.
See Also
DomainInfo Property, RetainContext Property, InitDomain Method, ParseRequest Method