Selfie
public struct Selfie : Encodable
Selfie capture metadata.
-
Average measured liveness.
Declaration
Swift
public var avg_score: String
-
Selfie measured focuse score.
Declaration
Swift
public var faceFocusScore: String?
-
Selfie measured faceMask score.
Declaration
Swift
public var faceMaskScore: String?
-
Operation time in milliseconds.
Declaration
Swift
public var operationTime: Int
-
Capture time in milliseconds.
Declaration
Swift
public var captureTime: Int
-
Selfie detection rectangle.
Declaration
Swift
public var detectedRect: DetectedRect
-
Designated initializer.
Declaration
Swift
public init(avgLiveness: Float, faceFocus_Score: Float?, faceMask_Score: Float?, operationTime: Int, captureTime: Int, detectedRect: DetectedRect)
Parameters
avgLiveness
Average measured liveness.
operationTime
Operation time in milliseconds.
captureTime
Capture time in milliseconds.