NativeOcrZoneAfterRecognitionNotes Enumeration (original) (raw)
Summary
The after recognition flags for the zone.
Syntax
[SerializableAttribute()]
[FlagsAttribute()]
public enum NativeOcrZoneAfterRecognitionNotes
public enum NativeOcrZoneAfterRecognitionNotes
[FlagsAttribute()]
[SerializableAttribute()]
public enum class NativeOcrZoneAfterRecognitionNotes
class NativeOcrZoneAfterRecognitionNotes(Enum):
None = 0
LanguageDictionaryUsed = 1
UserDictionaryUsed = 2
VerificationUsed = 4
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | No notes. |
0x00000001 | LanguageDictionaryUsed | The language dictionary was enabled during the checking process (spell checking was activated for the zone). |
0x00000002 | UserDictionaryUsed | The User dictionary was enabled during the checking process (User dictionary checking was activated for the zone). |
0x00000004 | VerificationUsed | Not used in this version of LEADTOOLS. |