IEngine interface
ABBYY Mobile Capture SDK engine via which all other objects may be created.
Creating the Engine and initializing the library may take up a lot of time, since all the resources have to be loaded. Therefore this object should only be created once (using the GetEngine method of the IEngineFactory interface), during initialization, and you should reuse it every time you need to start a new recognition operation.
interface IEngine
Methods
Name | Description |
---|---|
CreateImagingCoreAPI | Returns an IImagingCoreAPI object, providing access to the methods for image capture scenario. |
CreateTextCaptureCoreAPI | Returns an ITextCaptureCoreAPI object, providing access to the methods and settings for text capture scenario. |
CreateDataCaptureCoreAPI | Returns an IDataCaptureCoreAPI object, providing access to the methods and settings for data capture scenario. |
02.03.2022 12:59:15