VerIDLivenessDetectionSessionSettings

@objc
public class VerIDLivenessDetectionSessionSettings : VerIDSessionSettings

Liveness detection session settings

  • The bearings the user may be asked to assume to detect liveness.

    Declaration

    Swift

    public var bearings: Set<VerIDBearing>
  • Minimum duration of one pose segment. If the user fulfills the request before the duration elapses the session will wait before loading the next segment. This is to prevent the instructions from changing too fast.

    Declaration

    Swift

    @objc
    public var segmentDuration: TimeInterval