Packagecom.tuarua.firebase.ml.vision.label
Classpublic class CloudImageLabeler
InheritanceCloudImageLabeler Inheritance Object



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

Closes the cloud label detector and release its model resources.

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

Detects labels in a given image.

Parameters

image:VisionImage — The image to use when searching labels.
 
listener:Function — Closure to call back on the main queue with label detected or error.

Constant Detail
NAMEConstant
public static const NAME:String = VisionCloudLabelANE