FirebaseMLVision Framework Reference

VisionCloudLandmarkDetector

class VisionCloudLandmarkDetector : NSObject

A landmark detector that detects landmark in an image.

  • Unavailable. Use Vision factory methods.

  • Detects landmark in a given image.

    Declaration

    Swift

    func detect(in image: FIRVisionImage, completion: @escaping VisionCloudLandmarkDetectionCompletion)

    Parameters

    image

    The image to use for detecting landmark.

    completion

    Handler to call back on the main queue with landmark detected or error.