FaceCandidateList.add Method

Module: FaceCandidateList

Definition

Adds an item to the FaceCandidateList object.

add(self, face_candidate_item: FaceCandidate) -> None

Parameters

face_candidate_item FaceCandidate
in FaceCandidate item to add.

Exceptions

An error has occurred during Face Library execution.
void add(FaceCandidate faceCandidateItem)

Parameters

faceCandidateItem FaceCandidate
in FaceCandidate item to add.

Exceptions

An error has occurred during Face Library execution.
public void Add(FaceCandidate faceCandidateItem)

Parameters

faceCandidateItem FaceCandidate
in FaceCandidate item to add.

Exceptions

An error has occurred during Face Library execution.
public void add(FaceCandidate faceCandidateItem) throws FaceException

Parameters

faceCandidateItem FaceCandidate
in FaceCandidate item to add.

Exceptions

An error has occurred during Face Library execution.
public func add(faceCandidateItem: FaceCandidate) throws

Parameters

faceCandidateItem FaceCandidate
in FaceCandidate item to add.

Exceptions

An error has occurred during Face Library execution.
int id3FaceCandidateList_Add (
    ID3_FACE_CANDIDATE_LIST hFaceCandidateList,
    ID3_FACE_CANDIDATE hFaceCandidateItem)

Parameters

hFaceCandidateList ID3_FACE_CANDIDATE_LIST
in Handle to the FaceCandidateList object.

hFaceCandidateItem ID3_FACE_CANDIDATE
in FaceCandidate item to add.

Returns

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