Thanks for downloading Dynamsoft Label Recognizer Package!
Your download will start shortly. If your download does not begin, click here to retry.
Method | Description |
---|---|
GetErrorString |
Returns the error string. |
GetVersion |
Returns the version number string for the SDK. |
Get error message by error code.
static const char* dynamsoft::dlr::CLabelRecognition::GetErrorString (const int errorCode)
[in] errorCode
The error code.
The error message.
const char* errorString = GetErrorString(errorCode);
Get version information of SDK.
static const char* dynamsoft::dlr::CLabelRecognition::GetVersion ()
The version information string.
const char* versionInfo = GetVersion();
latest version