Factoid Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
This class contains the pre-defined factoid identifiers. This class cannot be inherited.
The Factoid type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Factoid | Initializes a new instance of the Factoid class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
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