FaceCandidateList.set Method¶
Module: FaceCandidateList
Definition¶
Sets an item of the FaceCandidateList object.
set(self, index: int, face_candidate_item: FaceCandidate) -> None
Parameters
indexintin Index of the FaceCandidate item to set.face_candidate_itemFaceCandidatein FaceCandidate item to set.
Exceptions
An error has occurred during Face Library execution.
void set(int index, FaceCandidate faceCandidateItem)
Parameters
indexintin Index of the FaceCandidate item to set.faceCandidateItemFaceCandidatein FaceCandidate item to set.
Exceptions
An error has occurred during Face Library execution.
public void Set(int index, FaceCandidate faceCandidateItem)
Parameters
indexintin Index of the FaceCandidate item to set.faceCandidateItemFaceCandidatein FaceCandidate item to set.
Exceptions
An error has occurred during Face Library execution.
public void set(int index, FaceCandidate faceCandidateItem) throws FaceException
Parameters
indexintin Index of the FaceCandidate item to set.faceCandidateItemFaceCandidatein FaceCandidate item to set.
Exceptions
An error has occurred during Face Library execution.
public func set(index: Int32, faceCandidateItem: FaceCandidate) throws
Parameters
indexInt32in Index of the FaceCandidate item to set.faceCandidateItemFaceCandidatein FaceCandidate item to set.
Exceptions
An error has occurred during Face Library execution.
int id3FaceCandidateList_Set (
ID3_FACE_CANDIDATE_LIST hFaceCandidateList,
int index,
ID3_FACE_CANDIDATE hFaceCandidateItem)
Parameters
hFaceCandidateListID3_FACE_CANDIDATE_LISTin Handle to the FaceCandidateList object.indexintin Index of the FaceCandidate item to set.hFaceCandidateItemID3_FACE_CANDIDATEin FaceCandidate item to set.
Returns