8 #ifndef DOXYGEN_SHOULD_SKIP_THIS
29 MedicalMaskDetection = 19,
59 FSDK_DEPRECATED(
"loadFromFile is deprecated since v.5.5.0,"
60 " Use loadFromFile(const char* path, const fsdk::ISettingsProvider* settings) instead")
61 loadFromFile(
const char* path) noexcept = 0;
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
A structure that encapsulates an action result enumeration.
Definition: Result.h:29
Object system types and interfaces.
License objects interface.
Definition: ILicense.h:37
Base strong reference counted object interface.
Definition: IRefCounted.h:36
LicenseFeature
License features.
Definition: ILicense.h:15
Addon for Result to output some value aside the result. Specialization for copiable types...
Definition: ResultValue.h:21
Detection structure. Stores a detected bounding box within a source image rect.
Definition: Detection.h:10
SDK settings provider interface.
Definition: ISettingsProvider.h:32