The after recognition flags for the zone.
[SerializableAttribute()]
[FlagsAttribute()]
public enum NativeOcrZoneAfterRecognitionNotes
<FlagsAttribute()>
<SerializableAttribute()>
Public Enum NativeOcrZoneAfterRecognitionNotes
[FlagsAttribute()]
[SerializableAttribute()]
public enum NativeOcrZoneAfterRecognitionNotes
public enum NativeOcrZoneAfterRecognitionNotes
Leadtools.Forms.Ocr.NativeOcrZoneAfterRecognitionNotes = function() { };
Leadtools.Forms.Ocr.NativeOcrZoneAfterRecognitionNotes.prototype = {<br/>
None = 0x00000000,
LanguageDictionaryUsed = 0x00000001,
UserDictionaryUsed = 0x00000002,
VerificationUsed = 0x00000004,
};
[FlagsAttribute()]
[SerializableAttribute()]
public enum class NativeOcrZoneAfterRecognitionNotes
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. |
The value of the AfterRecognitionNotes will be updated if any of the NativeOcrZoneRecognitionOptions values set in RecognitionOptions is used during the recognition process.
NativeOcrZone.AfterRecognitionNotes
NativeOcrZone.RecognitionOptions
NativeOcrZoneFillMethod Enumeration
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET