FaceCapture
@objc(VerIDFaceCapture)
public class FaceCapture : NSObject, Codable
Represents a face detected in a Ver-ID session
-
Face
Declaration
Swift
@objc public var face: RecognizableFace { get }
-
Bearing of the face
Declaration
Swift
@objc public var bearing: Bearing
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Declaration
Swift
public required init(from decoder: Decoder) throws