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