7 #ifndef DOXYGEN_SHOULD_SKIP_THIS
26 MedicalMaskDetection = 19,
40 virtual bool checkFeatureId(uint32_t featureId)
const noexcept = 0;
47 virtual bool isActivated()
const noexcept = 0;
54 virtual bool loadFromFile(
const char* path) noexcept = 0;
61 virtual bool saveToFile(
const char * path)
const noexcept = 0;
70 virtual bool getExpirationDate(uint32_t feature, uint32_t &timeStamp)
const noexcept = 0;
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
Object system types and interfaces.
License objects interface.
Definition: ILicense.h:33
Base strong reference counted object interface.
Definition: IRefCounted.h:36
LicenseFeature
License features.
Definition: ILicense.h:14
Face detection. Stores a detected face bounding box within a source image frame as well as detection...
Definition: Detection.h:10