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


RecognizerCapabilities - перечисление

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

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 attribute that allows a bitwise combination of its member values.

Это перечисление имеет атрибут FlagsAttribute, поддерживающий побитовое соединение составляющих его значений.

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

Синтаксис

'Декларация
<FlagsAttribute> _
Public Enumeration RecognizerCapabilities
'Применение
Dim instance As RecognizerCapabilities
[FlagsAttribute]
public enum RecognizerCapabilities
[FlagsAttribute]
public enum class RecognizerCapabilities
/** @attribute FlagsAttribute */
public enum RecognizerCapabilities
public enum RecognizerCapabilities

Члены

Имя члена Описание
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 recognition 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.
Personalizable Specifies that the recognizer supports personalization.

Заметки

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

Платформы

Windows Vista

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

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

.NET Framework

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

См. также

Ссылки

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

Recognizer.Capabilities