Bearing
@objc(VerIDBearing)
public enum Bearing : Int, Codable, CaseIterable, Equatable
Bearing of the user’s head as she/he looks at the camera
-
The user’s head is level with the camera
Declaration
Swift
case straight
-
The user’s head is turned up
Declaration
Swift
case up
-
The user’s head is turned right and up
Declaration
Swift
case rightUp
-
The user’s head is turned right
Declaration
Swift
case right
-
The user’s head is turned right and down
Declaration
Swift
case rightDown
-
The user’s head is turned down
Declaration
Swift
case down
-
The user’s head is turned left and down
Declaration
Swift
case leftDown
-
The user’s head is turned left
Declaration
Swift
case left
-
The user’s head is turned left and up
Declaration
Swift
case leftUp
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Declaration
Swift
public init(from decoder: Decoder) throws