←Select platform

Sensitivity Property

Summary

Gets or sets the OMR sensitivity mode of the field.

Syntax

C#
VB
C++
Java
public OcrOmrSensitivity Sensitivity { get; set; } 
  
Public Property Sensitivity As OcrOmrSensitivity 
public OcrOmrSensitivity getSensitivity(); 
public void setSensitivity( 
   OcrOmrSensitivity ocrOmrSensitivity 
); 
public: 
property OcrOmrSensitivity Sensitivity { 
   OcrOmrSensitivity get(); 
   void set (    OcrOmrSensitivity ); 
} 

Property Value

An Leadtools.Ocr.OcrOmrSensitivity enumeration member that indicates the OMR sensitivity mode of the field.

Remarks

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.

Requirements

Target Platforms

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

Leadtools.Forms.Processing Assembly