[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
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
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document