FaceCandidateList.resize Method¶
Module: FaceCandidateList
Definition¶
FaceCandidateList object.
resize(self, new_size: int) -> None
Parameters
new_sizeintin FaceCandidate object.
Exceptions
An error has occurred during Face Library execution.
void resize(int newSize)
Parameters
newSizeintin FaceCandidate object.
Exceptions
An error has occurred during Face Library execution.
public void Resize(int newSize)
Parameters
newSizeintin FaceCandidate object.
Exceptions
An error has occurred during Face Library execution.
public void resize(int newSize) throws FaceException
Parameters
newSizeintin FaceCandidate object.
Exceptions
An error has occurred during Face Library execution.
public func resize(newSize: Int32) throws
Parameters
newSizeInt32in FaceCandidate object.
Exceptions
An error has occurred during Face Library execution.
int id3FaceCandidateList_Resize (
ID3_FACE_CANDIDATE_LIST hFaceCandidateList,
int newSize)
Parameters
hFaceCandidateListID3_FACE_CANDIDATE_LISTin Handle to the FaceCandidateList object.newSizeintin FaceCandidate object.
Returns