FaceLibrary Class¶
Namespace: id3.Face
Definition¶
The FaceLibrary class serves as the entry point to the id3 Face SDK. It provides essential methods for initializing the SDK, managing face models, and accessing version information. This class must be utilized to leverage the facial recognition capabilities offered by the SDK.
class FaceLibrary
class FaceLibrary
public static partial class FaceLibrary
public class FaceLibrary
public class FaceLibrary
Static Methods¶
Name |
Description |
---|---|
Retrieves the library version as a X.Y.Z formatted string. |
|
Retrieves the library version as a structure. |
|
Loads a specified AI model into memory from the specified directory. |
|
Loads a model into memory from the specified buffer. |
|
Unloads a model from memory. |