I'm trying to use the Google Vision Cocoapod module to recognize faces in my app. When looking through the documentation, I could only find it in objective-C: https://developers.google.com/vision/ios/detect-faces-tutorial
Does there exist a swift version, and if so, where can I find it? If there is no swift version, how can I go about converting this code to swift?
I don't only want to do facial detection. I also want to do landmark detection, which is why I'm not using the native IOS facial detection api.