Factoid Members
This class contains the pre-defined factoid identifiers. This class cannot be inherited.
The following tables list the members exposed by the Factoid type.
Public Constructors
Name | Description | |
---|---|---|
Factoid | Initializes a new instance of the Factoid class. |
Top
Public Fields
Name | Description | |
---|---|---|
Bopomofo | A constant string value that is used to increase recognition accuracy by providing a Bopomofo context to the recognizer. | |
ChineseSimpleCommon | A constant string value that is used to increase recognition accuracy by providing a context of commonly used Simplified Chinese characters to a recognizer. | |
ChineseTraditionalCommon | A constant string value that is used to increase recognition accuracy by providing a context of commonly used Traditional Chinese characters to a recognizer. | |
Currency | A constant string value that is used to increase recognition accuracy by providing a context of currency to a recognizer. | |
Date | A constant string value that is used to increase recognition accuracy by providing a date context to a recognizer. | |
Default | The Default setting for factoids for western languages includes the system dictionary, user dictionary, various punctuations, and the Web and Number factoid. The Default setting for factoids for East Asian languages includes all characters supported by the recognizer. | |
Digit | A constant string value that is used to increase recognition accuracy by providing a digit context to a recognizer. | |
A constant string value that is used to increase recognition accuracy by providing an e-mail context to a recognizer. | ||
Filename | A constant string value that is used to increase recognition accuracy by providing a file name context to a recognizer. | |
HangulCommon | A constant string value that is used to increase recognition accuracy by providing a context of commonly used Hangul characters to a recognizer. | |
HangulRare | A constant string value that is used to increase recognition accuracy by providing a context of rarely used Hangul characters to a recognizer. | |
Hiragana | A constant string value that is used to increase recognition accuracy by providing a context of Hiragana characters to a recognizer. | |
Jamo | A constant string value that is used to increase recognition accuracy by providing a context of Hangul compatibility Jamo characters to a recognizer. | |
JapaneseCommon | A constant string value that is used to increase recognition accuracy by providing a context of commonly used Kanji, Katakana, and Hiragana characters to a recognizer. | |
KanjiCommon | A constant string value that is used to increase recognition accuracy by providing a context of commonly used Kanji characters to a recognizer. | |
KanjiRare | A constant string value that is used to increase recognition accuracy by providing a context of rarely used Kanji characters to a recognizer. | |
Katakana | A constant string value that is used to increase recognition accuracy by providing a context of Katakana characters to a recognizer. | |
KoreanCommon | A constant string value that is used to increase recognition accuracy by providing a context of commonly used Korean characters to a recognizer. | |
LowerChar | A constant string value that is used to increase recognition accuracy by providing a lowercase character context to a recognizer. This factoid is currently not supported. | |
None | A constant string value that is used to increase recognition accuracy by not using any recognizer context. | |
Number | A constant string value that is used to increase recognition accuracy by providing a numeric context to a recognizer. | |
NumberSimple | A constant string value that is used to increase recognition accuracy by providing a simple numeric context to a recognizer. | |
OneChar | A constant string value that is used to increase recognition accuracy by providing a single character context to a recognizer. | |
Percent | A constant string value that is used to increase recognition accuracy by providing a percent context to a recognizer. | |
PostalCode | A constant string value that is used to increase recognition accuracy by providing a postal code context to a recognizer. | |
PuncChar | A constant string value that is used to increase recognition accuracy by providing a punctuation context to a recognizer. | |
SystemDictionary | A constant string value that is used to increase recognition accuracy by only using the system dictionary. | |
Telephone | A constant string value that is used to increase recognition accuracy by providing a telephone number context to a recognizer. | |
Time | A constant string value that is used to increase recognition accuracy by providing a time context to a recognizer. | |
UpperChar | A constant string value that is used to increase recognition accuracy by providing an uppercase character context to a recognizer. | |
Web | A constant string value that is used to increase recognition accuracy by providing a web address context to a recognizer. | |
WordList | 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. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (inherited from Object) | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
ToString | Returns a String that represents the current Object. (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top
See Also
Reference
Factoid Class
Microsoft.Ink Namespace
RecognizerContext.Factoid
InkEdit.Factoid
Other Resources
Improving Tablet PC Recognition Accuracy by Setting Context
Supported Factoids from Version 1