HVNetworkHelper class

HVNetworkHelper is a utility class that provides methods for making OCR and face match API calls.

Constructors

HVNetworkHelper()

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

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

Static Methods

makeFaceMatchCall({required String endpoint, required String faceUri, required String documentUri, required Map parameters, required Map headers, FaceMatchMode faceMatchMode = FaceMatchMode.faceId, required dynamic onComplete(HVResponse?, HVError?)}) Future<void>
Makes a face match API call using a face image and a document image.
makeOCRCall({required String endpoint, required String documentUri, required Map parameters, required Map headers, required dynamic onComplete(HVResponse?, HVError?)}) Future<void>
Makes an OCR API call using the document image.