FaceLicense.getModuleCount Method¶
Module: FaceLicense
Definition¶
Retrieves the number of modules in the license.
@staticmethod
get_module_count() -> int
Returns
intThe number of modules in the license.
Exceptions
An error has occurred during Face Library execution.
static int getModuleCount()
Returns
intThe number of modules in the license.
Exceptions
An error has occurred during Face Library execution.
public static int GetModuleCount()
Returns
intThe number of modules in the license.
Exceptions
An error has occurred during Face Library execution.
public static int getModuleCount() throws FaceException
Returns
intThe number of modules in the license.
Exceptions
An error has occurred during Face Library execution.
public static func getModuleCount() throws -> Int32
Returns
IntThe number of modules in the license.
Exceptions
An error has occurred during Face Library execution.
int id3FaceLicense_GetModuleCount (
int * count)
Parameters
countint *out The number of modules in the license.
Returns