AspectRatio on VNDetectRectanglesRequest

As per Apple's documentation, the maximum and minimum aspect ratios for rectangle detection requests can have values ranging from 0.0 to 1.0. I believe the aspect ratio is defined as width/height, so does that mean that the Vision Framework cannot detect rectangles that have a width bigger than height?

Testing for aspect ration with values bigger than 1.0 didn't cause any compiler errors, but it doesn't seem to have any effect.


Link to corresponding Xcode project on GitHub: https://github.com/agu3rra/SampleGithub