FaceLicense.getLicensePath Method

Module: FaceLicense

Definition

Retrieves the license path.

@staticmethod
get_license_path() -> str

Returns

str
The license path.

Exceptions

An error has occurred during Face Library execution.
static String getLicensePath()

Returns

String
The license path.

Exceptions

An error has occurred during Face Library execution.
public static string GetLicensePath()

Returns

string
The license path.

Exceptions

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

Returns

String
The license path.

Exceptions

An error has occurred during Face Library execution.
public static func getLicensePath() throws -> String

Returns

String
The license path.

Exceptions

An error has occurred during Face Library execution.
int id3FaceLicense_GetLicensePath (
    char * licensePath,
    int * licensePathSize)

Parameters

licensePath char *
out The license path.

licensePathSize int *
in Size of the ‘licensePath’ buffer. Receives the minimum required buffer size to hold the ‘licensePath’ string if the given one is too small (including the terminating NULL character), otherwise receives the number of characters in ‘licensePath’ (excluding terminating NULL character).

Returns

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