originalRect property

Rect? 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;