score property

int score

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;
void score=(int value)

Implementation

set score(int value) => _handle.ref.Score = value;