Other Enumerations

The following enumerations are available globally.

  • Bearing of the user’s head as she/he looks at the camera

    See more

    Declaration

    Swift

    @objc(VerIDBearing)
    public enum Bearing : Int, Codable, CaseIterable, Equatable
  • Face detection status after detecting a face

    See more

    Declaration

    Swift

    @objc
    public enum FaceDetectionStatus : Int, Codable, CaseIterable
  • Liveness detection constants

    See more

    Declaration

    Swift

    @objc(VerIDLivenessDetection)
    public enum LivenessDetection : Int, Codable