VerID class

Constructors

VerID()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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

authenticate({AuthenticationSessionSettings settings}) Future<SessionResult>
Authenticate user @param settings Session settings
captureLiveFace({LivenessDetectionSessionSettings settings}) Future<SessionResult>
Capture a live face @param settings Session settings
compareFaces({Face face1, Face face2}) Future<FaceComparisonResult>
Compare faces and return a result @param face1 {Face} Face to compare to the other face @param face2 {Face} Other face to compare to the first face
decodeResult({String pencoded}) Map<String, dynamic>
deleteRegisteredUser(String userId) Future<String>
Delete user with registered faces @param userId ID of the user to delete
detectFaceInImage({String image}) Future<Face>
getRegisteredUsers() Future<List<String>>
Get an array of users with registered faces
register({RegistrationSessionSettings settings}) Future<SessionResult>
Register faces for user @param settings Session settings