SelphiFaceResult class

Constructors

SelphiFaceResult({required SelphiFaceFinishStatus finishStatus, required SelphiFaceErrorType errorDiagnostic, String? errorMessage, String? templateRaw, required double eyeGlassesScore, required double templateScore, String? qrData, String? bestImage, String? bestImageCropped, String? bestImageTemplateRaw})
const

Properties

bestImage String?
final
bestImageCropped String?
final
bestImageTemplateRaw String?
final
errorDiagnostic → SelphiFaceErrorType
final
errorMessage String?
final
eyeGlassesScore double
final
finishStatus → SelphiFaceFinishStatus
final
hashCode int
The hash code for this object.
no setterinherited
qrData String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateRaw String?
final
templateScore double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromMap(Map map) SelphiFaceResult