FaceLicense.getLicenseComment Method¶
Module: FaceLicense
Definition¶
Retrieves the license comment.
@staticmethod
get_license_comment() -> str
Returns
strThe license comment.
Exceptions
An error has occurred during Face Library execution.
static String getLicenseComment()
Returns
StringThe license comment.
Exceptions
An error has occurred during Face Library execution.
public static string GetLicenseComment()
Returns
stringThe license comment.
Exceptions
An error has occurred during Face Library execution.
public static String getLicenseComment() throws FaceException
Returns
StringThe license comment.
Exceptions
An error has occurred during Face Library execution.
public static func getLicenseComment() throws -> String
Returns
StringThe license comment.
Exceptions
An error has occurred during Face Library execution.
int id3FaceLicense_GetLicenseComment (
char * licenseComment,
int * licenseCommentSize)
Parameters
licenseCommentchar *out The license comment.licenseCommentSizeint *in Size of the ‘licenseComment’ buffer. Receives the minimum required buffer size to hold the ‘licenseComment’ string if the given one is too small (including the terminating NULL character), otherwise receives the number of characters in ‘licenseComment’ (excluding terminating NULL character).
Returns