←Select platform

NativeOcrZoneAfterRecognitionNotes Enumeration

Summary

The after recognition flags for the zone.

Syntax

C#
VB
Java
WinRT C#
C++
[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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly