heavyFrame property

int heavyFrame

Value, from 0 to 100, indicating if the glasses' frame is too heavy. 0 means that the frame is super thick. Hint: The recommended value is over 20.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get heavyFrame => _handle.ref.HeavyFrame;
void heavyFrame=(int value)

Implementation

set heavyFrame(int value) => _handle.ref.HeavyFrame = value;