poseFrontal property
Value indicating whether the subject's face is frontal.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get poseFrontal => _handle.ref.PoseFrontal;
Implementation
set poseFrontal(int value) => _handle.ref.PoseFrontal = value;