confidence property
Confidence score of the color-based PAD algorithm, in the range 0:100.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get confidence => _handle.ref.Confidence;
Implementation
set confidence(int value) => _handle.ref.Confidence = value;