matchThreshold property
Minimum match score to reach to preserve the ID of a tracked face between frame 't-1' and frame 't'. Hint: Default value is 3000 which corresponds to a False Match Rate of 1/1000.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get matchThreshold => getMatchThreshold();
Implementation
set matchThreshold(int value) => setMatchThreshold(value);