score property

int score

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

Implementation

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