| Package | com.myflashlab.air.extensions.firebase.mlkit |
| Class | public class TextRecognizer |
| Inheritance | TextRecognizer Object |
| Property | Defined By | ||
|---|---|---|---|
| type : int [read-only] | TextRecognizer | ||
| Method | Defined By | ||
|---|---|---|---|
close():void
Closes the text detector and release its model resources. | TextRecognizer | ||
process($visionImage:VisionImage, $callback:Function):void | TextRecognizer | ||
| type | property |
type:int [read-only] public function get type():int| close | () | method |
public function close():voidCloses the text detector and release its model resources. To use it again, you must init again.
| process | () | method |
public function process($visionImage:VisionImage, $callback:Function):voidParameters
$visionImage:VisionImage | |
$callback:Function |