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