| Property | Defined By | ||
|---|---|---|---|
| vision : Vision [static] [read-only] The Vision ANE instance. | Vision | ||
| Method | Defined By | ||
|---|---|---|---|
cloudDocumentTextRecognizer(options:CloudDocumentRecognizerOptions = null):CloudDocumentTextRecognizer
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 | ||
| vision | property |
vision:Vision [read-only] The Vision ANE instance.
public static function get vision():Vision| cloudDocumentTextRecognizer | () | method |
public function cloudDocumentTextRecognizer(options:CloudDocumentRecognizerOptions = null):CloudDocumentTextRecognizerGets a cloud document text recognizer configured with the given options.
Parameters
options:CloudDocumentRecognizerOptions (default = null) — Options for configuring the cloud document text recognizer.
|
CloudDocumentTextRecognizer — A document text recognizer configured with the given options.
|
| cloudLabelDetector | () | method |
public function cloudLabelDetector(options:CloudImageLabelerOptions = null):CloudImageLabelerGets an instance of cloud label detector with the given options.
Parameters
options:CloudImageLabelerOptions (default = null) — Options for configuring the cloud label detector.
|
CloudImageLabeler — A cloud label detector configured with the given options.
|
| cloudLandmarkDetector | () | method |
public function cloudLandmarkDetector(options:CloudDetectorOptions = null):CloudLandmarkDetectorGets an instance of cloud landmark detector with the given options.
Parameters
options:CloudDetectorOptions (default = null) — Options for configuring the cloud landmark detector.
|
CloudLandmarkDetector — A cloud landmark detector configured with the given options.
|
| cloudTextRecognizer | () | method |
public function cloudTextRecognizer(options:CloudTextRecognizerOptions = null):CloudTextRecognizerGets a cloud text recognizer configured with the given options.
Parameters
options:CloudTextRecognizerOptions (default = null) — Options for configuring the cloud text recognizer.
|
CloudTextRecognizer — A text recognizer configured with the given options.
|
| dispose | () | method |
public static function dispose():voidDisposes the ANE and any Detector ANEs.