Поделиться через


RecognizerContext - члены

Включить защищенные члены
Включить унаследованные члены

Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework

Обновлен: Ноябрь 2007

Enables the ability to perform ink recognition, retrieve the recognition result, and retrieve alternates. The RecognizerContext enables the various recognizer that are installed on a system to use ink recognition to process input appropriately.

Тип RecognizerContext предоставляет следующие члены.

Конструкторы

  Имя Описание
ms552559.pubmethod(ru-ru,VS.90).gif RecognizerContext Initializes a new instance of the RecognizerContext class.

В начало страницы

Методы

  Имя Описание
ms552559.pubmethod(ru-ru,VS.90).gif BackgroundRecognize Перегружен. Causes the Recognizer object to recognize the associated Strokes collection and raise a Recognition event when recognition is complete.
ms552559.pubmethod(ru-ru,VS.90).gif BackgroundRecognizeWithAlternates Перегружен. Causes the Recognizer object to recognize the associated Strokes collection and raise a RecognitionWithAlternates event when recognition is complete.
ms552559.pubmethod(ru-ru,VS.90).gif Clone Creates a copy of this RecognizerContext object.
ms552559.pubmethod(ru-ru,VS.90).gif Dispose Перегружен. Releases resources used by the RecognizerContext object.
ms552559.pubmethod(ru-ru,VS.90).gif EndInkInput Ends ink input to the RecognizerContext object.
ms552559.pubmethod(ru-ru,VS.90).gif Equals Определяет, равен ли заданный объект Object текущему объекту Object. (Унаследовано от Object.)
ms552559.protmethod(ru-ru,VS.90).gif Finalize Frees the resources of the current RecognizerContext object before it is reclaimed by the garbage collector. (Переопределяет Object.Finalize().)
ms552559.pubmethod(ru-ru,VS.90).gif GetEnabledUnicodeRanges Returns an array of UnicodeRange that the recognizer supports.
ms552559.pubmethod(ru-ru,VS.90).gif GetHashCode Играет роль хэш-функции для определенного типа. (Унаследовано от Object.)
ms552559.pubmethod(ru-ru,VS.90).gif GetType Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.)
ms552559.pubmethod(ru-ru,VS.90).gif IsStringSupported Returns a value that indicates whether the system dictionary, user dictionary, or WordList contain a specified string.
ms552559.protmethod(ru-ru,VS.90).gif MemberwiseClone Создает неполную копию текущего объекта Object. (Унаследовано от Object.)
ms552559.pubmethod(ru-ru,VS.90).gif Recognize Returns a RecognitionResult object for a Strokes collection.
ms552559.pubmethod(ru-ru,VS.90).gif SetEnabledUnicodeRanges Enables one or more Unicode ranges on the context.
ms552559.pubmethod(ru-ru,VS.90).gif StopBackgroundRecognition Ends background recognition that was started with a call to BackgroundRecognize or BackgroundRecognizeWithAlternates.
ms552559.pubmethod(ru-ru,VS.90).gif ToString Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.)

В начало страницы

Свойства

  Имя Описание
ms552559.pubproperty(ru-ru,VS.90).gif CharacterAutoCompletion Gets or sets the character Autocomplete mode, which determines when characters or words are recognized.
ms552559.pubproperty(ru-ru,VS.90).gif Factoid Gets or sets the string name of the factoid used by the RecognizerContext object.
ms552559.pubproperty(ru-ru,VS.90).gif Guide Gets or sets the RecognizerGuide to use for ink input.
ms552559.pubproperty(ru-ru,VS.90).gif PrefixText Gets or sets the characters that come before the Strokes collection in the RecognizerContext object.
ms552559.pubproperty(ru-ru,VS.90).gif RecognitionFlags Gets or sets the flags that specify how the recognizer interprets the ink and determines the result string.
ms552559.pubproperty(ru-ru,VS.90).gif Recognizer Gets the Recognizer object used by the RecognizerContext object.
ms552559.pubproperty(ru-ru,VS.90).gif Strokes Gets or sets the Strokes collection associated with the RecognizerContext object.
ms552559.pubproperty(ru-ru,VS.90).gif SuffixText Gets or sets the characters that come after the Strokes collection in the RecognizerContext object.
ms552559.pubproperty(ru-ru,VS.90).gif WordList Gets or sets the WordList object that is used to improve the recognition results.

В начало страницы

События

  Имя Описание
ms552559.pubevent(ru-ru,VS.90).gif Recognition Occurs when the RecognizerContext object has generated results from the BackgroundRecognize method.
ms552559.pubevent(ru-ru,VS.90).gif RecognitionWithAlternates Occurs when the RecognizerContext object has generated results after calling the BackgroundRecognizeWithAlternates method.

В начало страницы

Явные реализации интерфейса

  Имя Описание
ms552559.pubinterface(ru-ru,VS.90).gifms552559.privmethod(ru-ru,VS.90).gif ICloneable.Clone

В начало страницы

См. также

Ссылки

RecognizerContext Класс

Microsoft.Ink - пространство имен