←Select platform

Sensitivity Property

Summary
Gets or sets the OMR sensitivity mode of the field.

Syntax
C#
C++/CLI
Java
Python
public OcrOmrSensitivity Sensitivity { get; set; } 
public OcrOmrSensitivity getSensitivity(); 
public void setSensitivity( 
   OcrOmrSensitivity ocrOmrSensitivity 
); 
public: 
property OcrOmrSensitivity Sensitivity { 
   OcrOmrSensitivity get(); 
   void set (    OcrOmrSensitivity ); 
} 
Sensitivity # get and set (OmrFormField) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

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