faceDynamicRange property
Value, from 0 to 255, indicating the dynamic range of the image in the face region. Hint: The recommended threshold is 110.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get faceDynamicRange => _handle.ref.FaceDynamicRange;
Implementation
set faceDynamicRange(int value) => _handle.ref.FaceDynamicRange = value;