returnOriginalRect property
bool
get
returnOriginalRect
If set, the coordinates of the rectangle with the face in the original image prepared for the face crop
are returned in the DetectFaceResult.originalRect field.
Default is false
.
Implementation
bool get returnOriginalRect => _returnOriginalRect;