clear method
Clears all attributes.
throws FaceException An error has occurred during Face Library execution.
Implementation
void clear() {
var err = faceSDK.id3FacePortrait_Clear(_pHandle.value);
if (err != FaceError.success.value) {
throw FaceException(err);
}
}