RecognizerCapabilities Enumeration
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in microsoft.ink.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration RecognizerCapabilities
'Usage
Dim instance As RecognizerCapabilities
[FlagsAttribute]
public enum RecognizerCapabilities
[FlagsAttribute]
public enum class RecognizerCapabilities
/** @attribute FlagsAttribute() */
public enum RecognizerCapabilities
FlagsAttribute
public enum RecognizerCapabilities
Members
Member name | Description | |
---|---|---|
AdviseInkChange | Specifies that the recognizer's background recogition can be interrupted, as in when the ink has changed. | |
ArbitraryAngle | Specifies the recognizer supports text is written at arbitrary angles. | |
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. | |
DontCare | Ignores all other flags that are set. | |
DownAndLeft | Specifies the recognizer supports Asian languages. | |
DownAndRight | Specifies the recognizer supports the Chinese language. | |
FreeInput | Specifies the recognizer supports free input. ink is entered without the use of a recognition guide, such as lines or boxes. | |
Lattice | Specifies the recognizer can return a lattice object. | |
LeftAndDown | Specifies that the recognizer supports Hebrew and Arabic languages. | |
LinedInput | Specifies the recognizer supports lined input, which is similar to writing on lined paper. | |
Object | If set, specifies the recognizer performs object recognition; otherwise, the recognizer performs text recognition. | |
Personalizable | Specifies that the recognizer supports personalization. | |
RightAndDown | Specifies the recognizer supports western and Asian languages. | |
StrokeReorder | Specifies that stroke order — spatial and temporal — is handled. |
Platforms
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Version Information
.NET Framework
Supported in: 3.0