HVLivenessAPIDetails class

HVLivenessAPIDetails is used to pre-set the endpoint, liveness value, params, and headers for making a liveness API call immediately after the document has been captured.

Constructors

HVLivenessAPIDetails({String? livenessEndpoint, LivenessMode? livenessMode, Map? params, Map? headers})
Creates an instance of HVLivenessAPIDetails to pre-set the endpoint, liveness value, params, and headers for making a liveness API call.

Properties

hashCode int
The hash code for this object.
no setterinherited
headers Map?
getter/setter pair
livenessEndpoint String?
getter/setter pair
livenessMode LivenessMode?
getter/setter pair
params Map?
getter/setter pair
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
toMap() Map<String, dynamic>
Converts the HVLivenessAPIDetails object to a map.
toString() String
A string representation of this object.
inherited

Operators

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