SelphiFaceResult constructor
const
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}
)
Implementation
const SelphiFaceResult({
required this.finishStatus,
required this.errorDiagnostic,
this.errorMessage,
this.templateRaw,
required this.eyeGlassesScore,
required this.templateScore,
this.qrData,
this.bestImage,
this.bestImageCropped,
this.bestImageTemplateRaw,
});