naturalSkinColorThreshold property
Natural skin color threshold. Above this threshold, th skin of the person looks natural. Hint: Default value is 5.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get naturalSkinColorThreshold => getNaturalSkinColorThreshold();
Implementation
set naturalSkinColorThreshold(int value) => setNaturalSkinColorThreshold(value);