FaceLicense.getLicenseType Method¶
Module: FaceLicense
Definition¶
Retrieves the license type.
@staticmethod
get_license_type() -> LicenseType
Returns
The license type.
Exceptions
An error has occurred during Face Library execution.
static LicenseType getLicenseType()
Returns
The license type.
Exceptions
An error has occurred during Face Library execution.
public static LicenseType GetLicenseType()
Returns
The license type.
Exceptions
An error has occurred during Face Library execution.
public static LicenseType getLicenseType() throws FaceException
Returns
The license type.
Exceptions
An error has occurred during Face Library execution.
public static func getLicenseType() throws -> LicenseType
Returns
The license type.
Exceptions
An error has occurred during Face Library execution.
int id3FaceLicense_GetLicenseType (
id3FaceLicenseType * eFaceLicenseType)
Parameters
eFaceLicenseType
id3FaceLicenseType *out The license type.
Returns