score property
Color-based PAD score, 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;