cropAspectRatio property
Aspect ratio (height to width) of the cropped portrait image. Hint: Default value is 4/3.
throws FaceException An error has occurred during Face Library execution.
Implementation
double get cropAspectRatio => getCropAspectRatio();
Implementation
set cropAspectRatio(double value) => setCropAspectRatio(value);