VisionCloudLandmarkDetector
class VisionCloudLandmarkDetector : NSObjectA landmark detector that detects landmark in an image.
-
Unavailable. Use
Visionfactory methods. -
Detects landmark in a given image.
Declaration
Swift
func detect(in image: FIRVisionImage, completion: @escaping VisionCloudLandmarkDetectionCompletion)Parameters
imageThe image to use for detecting landmark.
completionHandler to call back on the main queue with landmark detected or error.