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


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

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

Defines values that indicate whether an error occurred during recognition and, if so, which error occurred. 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 RecognitionStatus
'Применение
Dim instance As RecognitionStatus
[FlagsAttribute]
public enum RecognitionStatus
[FlagsAttribute]
public enum class RecognitionStatus
/** @attribute FlagsAttribute */
public enum RecognitionStatus
public enum RecognitionStatus

Члены

Имя члена Описание
NoError Indicates no errors occurred.
Interrupted Indicates the recognition was interrupted by a call to StopBackgroundRecognition.
ProcessFailed Indicates the ink recognition process failed.
InkAddedFailed Indicates the ink could not be added.
SetAutoCompletionModeFailed Indicates the character Autocomplete mode could not be set.
SetStrokesFailed Indicates the strokes could not be set.
SetGuideFailed Indicates the recognition guide could not be set.
SetFlagsFailed Indicates the flags could not be set.
SetFactoidFailed Indicates the factoid could not be set.
SetPrefixSuffixFailed Indicates the suffix or the prefix could not be set.
SetWordListFailed Indicates the word list could not be set.

Заметки

ms552542.alert_note(ru-ru,VS.90).gifПримечание.

The SetGuideFailed, SetFlagsFailed, SetFactoidFailed, and SetPrefixSuffixFailed members are redundant because an error is also raised when the corresponding properties are set.

Платформы

Windows Vista

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

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

.NET Framework

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

См. также

Ссылки

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

RecognizerContext.Recognize

RecognizerContextRecognitionEventArgs

RecognizerContextRecognitionWithAlternatesEventArgs

RecognizerContextRecognitionWithAlternatesEventArgs.RecognitionStatus

RecognizerContextRecognitionEventArgs.RecognitionStatus