naturalSkinColor property
Value, from 0 to 100, indicating if the skin looks natural. 0 means that the face does not have a natural skin color at all. Hint: The recommended threshold is over 5.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get naturalSkinColor => _handle.ref.NaturalSkinColor;
Implementation
set naturalSkinColor(int value) => _handle.ref.NaturalSkinColor = value;