FaceCandidateList.fromHandle constructor
- Pointer<
id3FaceCandidateList> handle
Creates a new instance of the FaceCandidateList class.
param handle Handle to the FaceCandidateList. throws FaceException An error has occurred during Face Library execution.
Implementation
FaceCandidateList.fromHandle(Pointer<id3FaceCandidateList> handle) {
_pHandle = calloc();
_pHandle.value = handle;
_disposable = false;
}