←Select platform

EnginesObject Property

Summary

Gets an object that holds the engines needed for the OmrEngine to process the fields, such as the OCR engine and the barcode engine.

Syntax
C#
C++/CLI
Java
Python
public Engines EnginesObject { get; } 
public OmrEngine$Engines getEnginesObject(); 
public:  
   property Engines^ EnginesObject 
   { 
      Engines^ get() 
   } 
EnginesObject # get  (OmrEngine) 

Property Value

An object of type Engines that holds the engines used by the OmrEngine.

Remarks

Read-only object that gets initialized once the OmrEngine object is constructed.

Requirements

Target Platforms

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

Leadtools.Forms.Processing.Omr Assembly

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