FaceCandidateList.get Method¶
Module: FaceCandidateList
Definition¶
Gets an item of the FaceCandidateList object.
get(self, index: int) -> FaceCandidate
Parameters
index
intin 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
index
intin 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
index
intin 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
index
intin 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
index
Int32in 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
hFaceCandidateList
ID3_FACE_CANDIDATE_LISTin Handle to the FaceCandidateList object.index
intin Index of the FaceCandidate item to get.hFaceCandidateItem
ID3_FACE_CANDIDATEout FaceCandidate item to get.
Returns