structureUniformity property
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;
Implementation
set structureUniformity(int value) => _handle.ref.StructureUniformity = value;