Package | com.tuarua.firebase.ml.vision.label |
Class | public class CloudImageLabeler |
Inheritance | CloudImageLabeler ![]() |
Method | Defined 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 |
Constant | Defined By | ||
---|---|---|---|
NAME : String = VisionCloudLabelANE [static] | CloudImageLabeler |
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.
|
NAME | Constant |
public static const NAME:String = VisionCloudLabelANE