flashReflection property
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;
Implementation
set flashReflection(int value) => _handle.ref.FlashReflection = value;