FaceMatchResult
public struct FaceMatchResult
Result from comparing a live captured selfie and an ID photo.
-
Difference between a live captured selfie and an ID photo.
Declaration
Swift
public var distance: Float
-
Whether or not a live captured selfie matches an ID photo based on the current threshold.
Declaration
Swift
public var isMatched: Bool
-
Designated initializer.
Declaration
Swift
public init(distance: Float, isMatched: Bool)
Parameters
distance
Difference between a live captured selfie and an ID photo.
isMatched
Whether or not a live captured selfie matches an ID photo based on the current threshold.