FaceLicense.getLicenseOwner Method

Module: FaceLicense

Definition

Retrieves the license owner.

@staticmethod
get_license_owner() -> str

Returns

str
The license owner.

Exceptions

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

Returns

String
The license owner.

Exceptions

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

Returns

string
The license owner.

Exceptions

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

Returns

String
The license owner.

Exceptions

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

Returns

String
The license owner.

Exceptions

An error has occurred during Face Library execution.
int id3FaceLicense_GetLicenseOwner (
    char * licenseOwner,
    int * licenseOwnerSize)

Parameters

licenseOwner char *
out The license owner.

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

Returns

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