FaceActionRequiredFromApplication
enum FaceActionRequiredFromApplication : UInt, @unchecked Sendable
Action enum needed by client system for liveness face analysis.
-
Indicates no action required
Declaration
Swift
case none = 0
-
Indicates application should brighten the display
Declaration
Swift
case brightenDisplay = 1
-
Indicates application should darken the display
Declaration
Swift
case darkenDisplay = 2
-
Indicates application should lock the camera focus
Declaration
Swift
case lockFocus = 3
-
Indicates application should lock camera exposure
Declaration
Swift
case lockExposure = 4
-
Indicates application should unlock the exposure
Declaration
Swift
case unlockExposure = 5
-
Indicates application should not unlock exposure and focus
Declaration
Swift
case unlockExposureAndFocus = 6
-
Indicates application should stop the camera
Declaration
Swift
case stopCamera = 7