Packagecom.tuarua.firebase.ml.vision.cloud.landmark
Classpublic class CloudLandmarkDetector
InheritanceCloudLandmarkDetector Inheritance Object



Public Methods
 MethodDefined By
  
close():void
Closes the landmark detector and release its model resources.
CloudLandmarkDetector
  
detect(image:VisionImage, listener:Function):void
Detects landmark in a given image.
CloudLandmarkDetector
Public Constants
 ConstantDefined By
  NAME : String = VisionLandmarkANE
[static]
CloudLandmarkDetector
Method Detail
close()method
public function close():void

Closes the landmark detector and release its model resources.

detect()method 
public function detect(image:VisionImage, listener:Function):void

Detects landmark in a given image.

Parameters

image:VisionImage — The image to use for detecting landmark.
 
listener:Function — Closure to call back on the main queue with landmark detected or error.

Constant Detail
NAMEConstant
public static const NAME:String = VisionLandmarkANE