Packagecom.tuarua.firebase
Classpublic class Vision
InheritanceVision Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined By
  vision : Vision
[static] [read-only] The Vision ANE instance.
Vision
Public Methods
 MethodDefined By
  
Gets a cloud document text recognizer configured with the given options.
Vision
  
Gets an instance of cloud label detector with the given options.
Vision
  
Gets an instance of cloud landmark detector with the given options.
Vision
  
Gets a cloud text recognizer configured with the given options.
Vision
  
dispose():void
[static] Disposes the ANE and any Detector ANEs.
Vision
Property Detail
visionproperty
vision:Vision  [read-only]

The Vision ANE instance.


Implementation
    public static function get vision():Vision
Method Detail
cloudDocumentTextRecognizer()method
public function cloudDocumentTextRecognizer(options:CloudDocumentRecognizerOptions = null):CloudDocumentTextRecognizer

Gets a cloud document text recognizer configured with the given options.

Parameters

options:CloudDocumentRecognizerOptions (default = null) — Options for configuring the cloud document text recognizer.

Returns
CloudDocumentTextRecognizer — A document text recognizer configured with the given options.
cloudLabelDetector()method 
public function cloudLabelDetector(options:CloudImageLabelerOptions = null):CloudImageLabeler

Gets an instance of cloud label detector with the given options.

Parameters

options:CloudImageLabelerOptions (default = null) — Options for configuring the cloud label detector.

Returns
CloudImageLabeler — A cloud label detector configured with the given options.
cloudLandmarkDetector()method 
public function cloudLandmarkDetector(options:CloudDetectorOptions = null):CloudLandmarkDetector

Gets an instance of cloud landmark detector with the given options.

Parameters

options:CloudDetectorOptions (default = null) — Options for configuring the cloud landmark detector.

Returns
CloudLandmarkDetector — A cloud landmark detector configured with the given options.
cloudTextRecognizer()method 
public function cloudTextRecognizer(options:CloudTextRecognizerOptions = null):CloudTextRecognizer

Gets a cloud text recognizer configured with the given options.

Parameters

options:CloudTextRecognizerOptions (default = null) — Options for configuring the cloud text recognizer.

Returns
CloudTextRecognizer — A text recognizer configured with the given options.
dispose()method 
public static function dispose():void

Disposes the ANE and any Detector ANEs.