originalRect property
Rect?
get
originalRect
Coordinates of the rectangle with the face on the original image prepared for the face crop.
Requires OutputImageCrop.returnOriginalRect is set.
Returns null
if OutputImageCrop.returnOriginalRect isn't set.
Implementation
Rect? get originalRect => _originalRect;