Engine class
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 load method), when initializing the main activity of your application, and you should reuse it every time you need to start a new recognition operation.
public class Engine
Methods
Name | Description |
---|---|
createDataCaptureService | Creates a background recognition service to run in data capture mode. |
createDataCaptureCoreAPI | Creates a core API object which provides access to low-level functions for data capture from a single image. |
createRecognitionCoreAPI | Creates a core API object which provides access to low-level single image recognition functions. |
createTextCaptureService | Creates a background recognition service to run in text capture mode. |
createImageCaptureService | Creates a background recognition service to run in image capture mode. |
createImagingCoreAPI | Creates a core API object which provides access to low-level single image capture functions. |
getDataSchemesForProfile | Returns full list of supported data schemes for specified profile. |
getExtendedSettings | Provides access to the EngineSettings object via which you may specify additional settings for all scenarios. |
load | Loads the ABBYY Mobile Capture SDK engine. |
unload |
Important! Using this method is not recommended. Unloads the ABBYY Mobile Capture SDK engine. |
Nested classes
Name | Description |
LicenseException | The exception thrown when an invalid license is loaded. |
EngineSettings | Additional settings for ABBYY Mobile Capture SDK engine which apply to all processing scenarios. |
02.03.2022 12:59:15