lookStraight property

int lookStraight

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

Implementation

set lookStraight(int value) => _handle.ref.LookStraight = value;