FaceCandidateList.get Method¶
Module: FaceCandidateList
Definition¶
Gets an item of the FaceCandidateList object.
get(self, index: int) -> FaceCandidate
Parameters
indexintin Index of the FaceCandidate item to get.
Returns
FaceCandidate item to get.
Exceptions
An error has occurred during Face Library execution.
FaceCandidate get(int index)
Parameters
indexintin Index of the FaceCandidate item to get.
Returns
FaceCandidate item to get.
Exceptions
An error has occurred during Face Library execution.
public FaceCandidate Get(int index)
Parameters
indexintin Index of the FaceCandidate item to get.
Returns
FaceCandidate item to get.
Exceptions
An error has occurred during Face Library execution.
public FaceCandidate get(int index) throws FaceException
Parameters
indexintin Index of the FaceCandidate item to get.
Returns
FaceCandidate item to get.
Exceptions
An error has occurred during Face Library execution.
public func get(index: Int32) throws -> FaceCandidate
Parameters
indexInt32in Index of the FaceCandidate item to get.
Returns
FaceCandidate item to get.
Exceptions
An error has occurred during Face Library execution.
int id3FaceCandidateList_Get (
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 get.hFaceCandidateItemID3_FACE_CANDIDATEout FaceCandidate item to get.
Returns