landmarks property
Landmarks (eyes, nose and mouth corners) of the detected face.
throws FaceException An error has occurred during Face Library execution.
Implementation
PointList get landmarks => getLandmarks();
Implementation
set landmarks(PointList value) => setLandmarks(value);