8 #ifndef DOXYGEN_SHOULD_SKIP_THIS
29 MedicalMaskDetection = 19,
32 DeepFakeEstimation = 22,
33 DepthRGBLiveness = 23,
34 FightsEstimation = 24,
38 ImageModification = 28,
41 VirtualCameraChecker = 500
92 " Use loadFromFile(const char* path, const ISettingsProvider* settings) instead")
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:56
FSDK_DEPRECATED("loadFromFile is deprecated since v.5.5.0,"" Use loadFromFile(const char* path, const ISettingsProvider* settings) instead") virtual Result< FSDKError > loadFromFile(const char *path) noexcept=0
Loads license from file.
A structure that encapsulates an action result enumeration.
Definition: Result.h:27
char data[max_size]
The internal buffer to store the fingerprint data.
Definition: ILicense.h:59
virtual Result< FSDKError > getLicenseType(int &licenseType) const noexcept=0
Gets license type.
virtual Result< FSDKError > saveToFile(const char *path) const noexcept=0
Saves license as raw format to the file. This file could be used in the next run of the application...
Object system types and interfaces.
License objects interface.
Definition: ILicense.h:66
Base strong reference counted object interface.
Definition: IRefCounted.h:37
virtual ResultValue< FSDKError, uint32_t > getExpirationDate(LicenseFeature feature) const noexcept=0
Gets license expiration date.
LicenseFeature
License features.
Definition: ILicense.h:15
constexpr const char * to_string() const
Returns the fingerprint as a string with zero end.
Definition: ILicense.h:54
Addon for Result to output some value aside the result. Specialization for copiable types...
Definition: ResultValue.h:21
virtual ResultValue< FSDKError, bool > checkFeatureId(LicenseFeature feature) const noexcept=0
Checks if the feature with featureId is available in this license.
virtual ResultValue< FSDKError, bool > isActivated() const noexcept=0
Checks if current license object is activated and could be used by FaceEngine.
Fingreprint structure.
Definition: ILicense.h:47
Detection structure. Stores a detected bounding box within a source image rect.
Definition: Detection.h:10
virtual Result< FSDKError > loadFromFile(const char *path, const ISettingsProvider *settings) noexcept=0
Loads license from file.
static constexpr uint16_t max_size
< The maximum size of the fingerprint data
Definition: ILicense.h:49
SDK settings provider interface.
Definition: ISettingsProvider.h:32