id property

int id

ID of the detected face.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get id => getId();
void id=(int value)

Implementation

set id(int value) => setId(value);