confidence property

int confidence

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

Implementation

set confidence(int value) => _handle.ref.Confidence = value;