GoogleVision class

The Google machine learning vision API.

You can get an instance by calling GoogleVision.instance and then get a detector from the instance:

TextRecognizer textRecognizer = GoogleVision.instance.textRecognizer();

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

barcodeDetector([BarcodeDetectorOptions? options]) BarcodeDetector
Creates an instance of BarcodeDetector.
faceDetector([FaceDetectorOptions? options]) FaceDetector
Creates an instance of FaceDetector.
imageLabeler([ImageLabelerOptions? options]) ImageLabeler
Creates an on device instance of ImageLabeler.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
textRecognizer() TextRecognizer
Creates an instance of TextRecognizer.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance GoogleVision
Singleton of GoogleVision.
final
nextHandle int
getter/setter pair

Constants

channel → const MethodChannel