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

getVersion

Retrieves the library version as a X.Y.Z formatted string.

getVersionEx

Retrieves the library version as a structure.

loadModel

Loads a specified AI model into memory from the specified directory.

loadModelBuffer

Loads a model into memory from the specified buffer.

unloadModel

Unloads a model from memory.