dynamicRange property

int dynamicRange

Value indicating whether the dynamic range on the image is sufficient.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get dynamicRange => _handle.ref.DynamicRange;
void dynamicRange=(int value)

Implementation

set dynamicRange(int value) => _handle.ref.DynamicRange = value;