VerIDLivenessDetection

@objc
public enum VerIDLivenessDetection : Int, Codable

Liveness detection constants

  • No liveness detection

    Declaration

    Swift

    case none
  • Regular liveness detection (suitable in most cases)

    Declaration

    Swift

    case regular
  • Strict liveness detection (the user must register faces with different poses)

    Declaration

    Swift

    case strict