←Select platform

Sensitivity Property

Summary

Gets or sets the OMR sensitivity mode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public OcrOmrSensitivity Sensitivity { get; set; } 
Property Sensitivity As Leadtools.Forms.Ocr.OcrOmrSensitivity 
Leadtools.Forms.Ocr.OcrOmrSensitivity Sensitivity {get; set;} 
@property (nonatomic, assign) LTOcrOmrSensitivity sensitivity 
public OcrOmrSensitivity getSensitivity() 
public void setSensitivity(OcrOmrSensitivity value) 
             
<br/>get_Sensitivity();<br/>set_Sensitivity(value);<br/>Object.defineProperty('Sensitivity');  

Property Value

An OcrOmrSensitivity enumeration member that indicates the OMR sensitivity mode.

Remarks

OMR stands for Optical Mark Recognition. For more information refer to Using OMR in LEADTOOLS .NET OCR.

You can set the LEADTOOLS OCR engine OMR recognition sensitivity to be as high or low as desired. High sensitivity results in higher confidence in the recognized mark, but could prove to be slower.

Example

For an example, refer to IOcrOmrOptions.

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