RecognizerCapabilities Enumeration

RecognizerCapabilities Enumeration

Defines values that specify the attributes of a recognizer. Use this enumeration to determine which attributes to use when searching for an installed recognizer.

This enumeration has a FlagsAttribute Leave Site attribute that allows a bitwise combination of its member values.

Definition

Visual Basic .NET Public Enum RecognizerCapabilities
C# public enum RecognizerCapabilities
Managed C++ __value public enum RecognizerCapabilities

Constants

Constant Name Description
DontCare Ignores all other flags that are set.
Object If set, specifies the recognizer performs object recognition; otherwise, the recognizer performs text recognition.
FreeInput Specifies the recognizer supports free input. Ink is entered without the use of a guide, such as lines or boxes.
LinedInput Specifies the recognizer supports lined input, which is similar to writing on lined paper.
BoxedInput Specifies the recognizer supports boxed input, in which each character or word is entered in a box.
CharacterAutoCompletionInput Specifies the recognizer supports character Autocomplete. Recognizers that support character Autocomplete require boxed input.
RightAndDown Specifies the recognizer supports western and Asian languages.
LeftAndDown Specifies that the recognizer supports Hebrew and Arabic languages.
DownAndLeft Specifies the recognizer supports Asian languages.
DownAndRight Specifies the recognizer supports the Chinese language.
ArbitraryAngle Specifies the recognizer supports text is written at arbitrary angles.
Lattice Specifies the recognizer can return a lattice object.
AdviseInkChange Specifies that the recognizer's background recogition can be interrupted, as in when the ink has changed.
StrokeReorder Specifies that stroke order — spatial and temporal — is handled.

Remarks

This enumeration has a FlagsAttribute Leave Site attribute that allows a bitwise combination of its member values.

Enumeration Information

Namespace Microsoft.Ink
Assembly Microsoft.Ink (microsoft.ink.dll)
Strong Name Microsoft.Ink, Version=1.7.4009.0, Culture=neutral, PublicKeyToken=a2870d9cc4d021c8

See Also