LabelRecognizer Module
The LabelRecognizer module is defined in the namespace Dynamsoft.DLR. It includes a class named “LabelRecognizerModule” along with various interfaces.
LabelRecognizerModule Class
This class defines common functionality in the LabelRecognizer module.
| API Name | Description |
|---|---|
static getVersion() |
Returns the version of the LabelRecognizer module. |
static loadRecognitionData() |
Loads a specific data file containing recognition information. |
static onDataLoadProgressChanged |
An event that repeatedly fires during the loading of a recognition data file (.data). |