FaceLicense.checkModule Method

Module: FaceLicense

Definition

Checks if a module is present in the previously loaded license.

@staticmethod
check_module(module_name: str) -> None

Parameters

module_name str
in The module name.

Exceptions

An error has occurred during Face Library execution.
static void checkModule(String? moduleName)

Parameters

moduleName String
in The module name.

Exceptions

An error has occurred during Face Library execution.
public static void CheckModule(string moduleName)

Parameters

moduleName string
in The module name.

Exceptions

An error has occurred during Face Library execution.
public static void checkModule(String moduleName) throws FaceException

Parameters

moduleName String
in The module name.

Exceptions

An error has occurred during Face Library execution.
public static func checkModule(moduleName: String) throws

Parameters

moduleName String
in The module name.

Exceptions

An error has occurred during Face Library execution.
int id3FaceLicense_CheckModule (
    const char * moduleName)

Parameters

moduleName const char *
in The module name.

Returns

int
An error code.
See id3FaceError file for the list of possible error codes.