←Select platform

NativeOcrZoneAfterRecognitionNotes Enumeration

Summary
The after recognition flags for the zone.
Syntax
C#
C++/CLI
Java
Python
[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
ValueMemberDescription
0x00000000None No notes.
0x00000001LanguageDictionaryUsed The language dictionary was enabled during the checking process (spell checking was activated for the zone).
0x00000002UserDictionaryUsed The User dictionary was enabled during the checking process (User dictionary checking was activated for the zone).
0x00000004VerificationUsed Not used in this version of LEADTOOLS.
Remarks

The value of the AfterRecognitionNotes will be updated if any of the NativeOcrZoneRecognitionOptions values set in RecognitionOptions is used during the recognition process.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.