poseFrontal property

int poseFrontal

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

Implementation

set poseFrontal(int value) => _handle.ref.PoseFrontal = value;