FaceWithScore
@objc
public class FaceWithScore : NSObject, Comparable
Face and score pair used returned by functions that find faces similar to a challenge face
Since
2.0.0-
Overload of the
<operatorSince
2.0.0Declaration
Swift
public static func < (lhs: FaceWithScore, rhs: FaceWithScore) -> BoolParameters
lhsLeft-hand side
rhsRight-hand side
Return Value
trueif the score in the left-hand-side operand is higher than the score in the right-hand-side operand -
Face
Since
2.0.0Declaration
Swift
@objc public let face: Recognizable -
Score
Since
2.0.0Declaration
Swift
@objc public let score: Float
FaceWithScore Class Reference