14#ifndef LICENSING_H_INCLUDED
15#define LICENSING_H_INCLUDED
MB_API MBRecognizerErrorStatus MB_CALL recognizerAPIUnlockForLicenseeWithLicenseKey(char const *licenseKeyBase64, char const *licensee)
Unlocks the SDK with given license key encoded as base64 string. NOTE: This function is not thread sa...
MB_API MBRecognizerErrorStatus MB_CALL recognizerAPIUnlockWithLicenseBuffer(MBByte const *licenseBuffer, size_t licenseBufferLength)
Unlocks the SDK with given license key presented as raw buffer. NOTE: This function is not thread saf...
MB_API MBRecognizerErrorStatus MB_CALL recognizerAPIUnlockForLicenseeWithLicenseBuffer(MBByte const *licenseBuffer, size_t licenseBufferLength, char const *licensee)
Unlocks the SDK with given license key presented as raw buffer. NOTE: This function is not thread saf...
MB_API MBRecognizerErrorStatus MB_CALL recognizerAPIUnlockWithLicenseKey(char const *licenseKeyBase64)
Unlocks the SDK with given license key encoded as base64 string. NOTE: This function is not thread sa...
MBRecognizerErrorStatus
Enumeration of all possible error statuses.
Definition: RecognizerError.h:28
unsigned char MBByte
Byte type for C SDK.
Definition: Types.h:29