Compartir a través de


Factoid.WordList Field

A constant string value that is used to increase recognition accuracy by having the recognizer use a programmatically-defined list of words. The list of words is defined by the WordList property of a RecognizerContext object.

Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in microsoft.ink.dll)

Syntax

'Declaration
Public Shared ReadOnly WordList As String
'Usage
Dim value As String

value = Factoid.WordList
public static readonly string WordList
public:
static initonly String^ WordList
public static final String WordList
public static final var WordList : String
Not applicable.

Remarks

The string that indicates to a recognizer to use the word list only.

If a string is added to a word list, its capitalized versions are also implicitly added. For instance, adding "hello" implicitly adds "Hello" and "HELLO".

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

Factoid Class
Factoid Members
Microsoft.Ink Namespace
RecognizerContext.Factoid
InkEdit.Factoid
RecognizerContext.WordList

Other Resources

Improving Tablet PC Recognition Accuracy by Setting Context