Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > IOcrZoneManager Interface : GetSupportedNativeRecognitionModules Method |
NativeOcrZoneRecognitionModule[] GetSupportedNativeRecognitionModules()
'Declaration
Function GetSupportedNativeRecognitionModules() As NativeOcrZoneRecognitionModule()
'Usage
Dim instance As IOcrZoneManager Dim value() As NativeOcrZoneRecognitionModule value = instance.GetSupportedNativeRecognitionModules()
NativeOcrZoneRecognitionModule[] GetSupportedNativeRecognitionModules()
public ArrayList<NativeOcrZoneRecognitionModule> getSupportedNativeRecognitionModules()
function Leadtools.Forms.Ocr.IOcrZoneManager.GetSupportedNativeRecognitionModules()
array<NativeOcrZoneRecognitionModule>^ GetSupportedNativeRecognitionModules();
Used with engine-specific zones. For more information, refer to IOcrZoneManager.GetNativeZone and IOcrZoneManager.SetNativeZone.
To determine whether a particular recognition module is supported by the engine, use IsNativeRecognitionModuleSupported.
The supported recognition modules are values that are both supported by this IOcrEngine and are installed on your system. To determine whether there are additional recognition modules that are supported by the IOcrEngine but not currently installed on your system, use GetAdditionalNativeRecognitionModules.
Note: This method is not supported in the LEADTOOLS OCR Advantage Engine. This method will always return an array of one item that contains NativeOcrZoneRecognitionModule.Auto.