←Select platform

RecognitionOptions Property

Summary

Gets or sets the extra recognition options for this zone.

Syntax
C#
VB
C++
Java
public NativeOcrZoneRecognitionOptions RecognitionOptions { get; set; } 
Public Property RecognitionOptions As NativeOcrZoneRecognitionOptions 
public NativeOcrZoneRecognitionOptions getRecognitionOptions() 
public void setRecognitionOptions(NativeOcrZoneRecognitionOptions value) 
public: 
property NativeOcrZoneRecognitionOptions RecognitionOptions { 
   NativeOcrZoneRecognitionOptions get(); 
   void set (    NativeOcrZoneRecognitionOptions ); 
} 

Property Value

One or more NativeOcrZoneRecognitionOptions enumeration member that indicate the extra recognition options for this zone.

Remarks

The NativeOcrZone.RecognitionOptions property can be used to control how the checking subsystem will check the recognized result for the zone. For more information, refer to NativeOcrZoneRecognitionOptions.

Note: This property is not supported for the LEADTOOLS OCR Module - LEAD Engine.

Example

For an example, refer to IOcrPage.AutoZone.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly