cropAspectRatio property

double cropAspectRatio

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();
void cropAspectRatio=(double value)

Implementation

set cropAspectRatio(double value) => setCropAspectRatio(value);