tintedGlassThreshold property
Tinted glass detection threshold. If the score is above this value, the person is definitely wearing tinted glasses. Hint: Default value 25.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get tintedGlassThreshold => getTintedGlassThreshold();
Implementation
set tintedGlassThreshold(int value) => setTintedGlassThreshold(value);