The example code on the Apple documentation for detecting still images only has Swift example code.
Most tutorials seem to be in Swift and indicate to just "import Vision" in the header, but do not explain how to get the compiler to identify Vision is enabled.
How can I use the Vision framework with Objective-C?