FIRVisionCloudLandmarkDetector
@interface FIRVisionCloudLandmarkDetector : NSObjectA landmark detector that detects landmark in an image.
- 
                  
                  Unavailable. Use Visionfactory methods.DeclarationObjective-C - (nonnull instancetype)init;
- 
                  
                  Detects landmark in a given image. DeclarationObjective-C - (void)detectInImage:(nonnull FIRVisionImage *)image completion: (nonnull FIRVisionCloudLandmarkDetectionCompletion)completion;ParametersimageThe image to use for detecting landmark. completionHandler to call back on the main queue with landmark detected or error.