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