Factoid - члены
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
This class contains the pre-defined factoid identifiers. This class cannot be inherited.
Тип Factoid предоставляет следующие члены.
Конструкторы
Имя | Описание | |
---|---|---|
Factoid | Initializes a new instance of the Factoid class. |
В начало страницы
Методы
Имя | Описание | |
---|---|---|
Equals | Определяет, равен ли заданный объект Object текущему объекту Object. (Унаследовано от Object.) | |
Finalize | Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.) | |
GetHashCode | Играет роль хэш-функции для определенного типа. (Унаследовано от Object.) | |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) | |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) | |
ToString | Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.) |
В начало страницы
Поля
Имя | Описание | |
---|---|---|
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. |
В начало страницы