flashReflection property

int flashReflection

Value, from 0 to 100, indicating if a flash reflection is present on the face. 100 means that there is no flash reflection. Hint: The recommended threshold is 70.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get flashReflection => _handle.ref.FlashReflection;
void flashReflection=(int value)

Implementation

set flashReflection(int value) => _handle.ref.FlashReflection = value;