FaceCandidate.id Property

Module: FaceCandidate

Type: string

Definition

ID of the most similar face template as defined in the reference face template list used to perform the search.

id: str

Exceptions

An error has occurred during Face Library execution.
String get id => getId();

Exceptions

An error has occurred during Face Library execution.
public string id
{
    get => Getid();
}

Exceptions

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

Exceptions

An error has occurred during Face Library execution.
public var id: String
    get {
        return try! getId()
    }
}

Exceptions

An error has occurred during Face Library execution.
int id3FaceCandidate_GetId (ID3_FACE_CANDIDATE hFaceCandidate, char * id, int * idSize)

Returns

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