lookStraight property
Value indicating whether the subject looks straight towards the camera.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get lookStraight => _handle.ref.LookStraight;
Implementation
set lookStraight(int value) => _handle.ref.LookStraight = value;