structureUniformity property

int structureUniformity

Structure uniformity score, in the range 0:100. Hint: Recommended threshold is 80.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get structureUniformity => _handle.ref.StructureUniformity;
void structureUniformity=(int value)

Implementation

set structureUniformity(int value) => _handle.ref.StructureUniformity = value;