SelphIdResult class

Constructors

SelphIdResult({required SelphIDFinishStatus finishStatus, required SelphIDErrorType errorType, String? errorMessage, required int timeoutStatus, String? frontDocumentImage, String? backDocumentImage, String? faceImage, String? tokenFrontDocument, String? tokenBackDocument, String? tokenFaceImage, String? documentData, String? tokenOCR, String? documentCaptured, required double matchingSidesScore})
const

Properties

backDocumentImage String?
final
documentCaptured String?
final
documentData String?
final
errorMessage String?
final
errorType → SelphIDErrorType
final
faceImage String?
final
finishStatus → SelphIDFinishStatus
final
frontDocumentImage String?
final
hashCode int
The hash code for this object.
no setterinherited
matchingSidesScore double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeoutStatus int
final
tokenBackDocument String?
final
tokenFaceImage String?
final
tokenFrontDocument String?
final
tokenOCR String?
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) SelphIdResult