LivenessDetectionSessionSettings

@objc(VerIDLivenessDetectionSessionSettings)
public class LivenessDetectionSessionSettings : VerIDSessionSettings

Liveness detection session settings

  • Default set of bearings used for liveness detection

    Declaration

    Swift

    public static let defaultBearings: Set<Bearing>
  • The bearings the user may be asked to assume to detect liveness.

    Declaration

    Swift

    public var bearings: Set<Bearing>