tintedGlassThreshold property

int tintedGlassThreshold

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

Implementation

set tintedGlassThreshold(int value) => setTintedGlassThreshold(value);