VisionClient class abstract

Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications.

Annotations
  • @RestApi(baseUrl: 'https://vision.googleapis.com/v1')

Constructors

VisionClient(Dio dio, {String baseUrl})
factory

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

annotate(String authorization, String contentType, Map<String, dynamic> params) Future<AnnotatedResponses>
Run image detection and annotation for a batch of images.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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