score property
Confidence score of the detected attack support, in the range 0:100.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get score => _handle.ref.Score;
Implementation
set score(int value) => _handle.ref.Score = value;