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


Recognizers - класс

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

Contains the Recognizer objects that represent the ability to create a recognizer context, retrieve its attributes and properties, and determine which packet properties the recognizer needs to perform recognition.

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink (в Microsoft.Ink.dll)

Синтаксис

'Декларация
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class Recognizers _
    Implements ICollection, IEnumerable
'Применение
Dim instance As Recognizers
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class Recognizers : ICollection, 
    IEnumerable
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Name = L"FullTrust")]
public ref class Recognizers : ICollection, 
    IEnumerable
/** @attribute PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust") */
public class Recognizers implements ICollection, 
    IEnumerable
public class Recognizers implements ICollection, IEnumerable

Заметки

A language recognizer has a nonempty array in its Languages property. A gesture recognizer has an empty array in its Languages property and the RecognizerCapabilities flag is not set in its Capabilities property.

For more information about recognition, see About Handwriting Recognition.

Иерархия наследования

System.Object
  Microsoft.Ink.Recognizers

Потокобезопасность

Любые открытые члены этого типа, объявленные как static (Shared в Visual Basic), являются потокобезопасными. Потокобезопасность членов экземпляров не гарантируется.

Платформы

Windows Vista

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

Recognizers - члены

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

Recognizer

Recognizer.Languages

Recognizer.Capabilities

RecognizerCapabilities