Enumerations

The following enumerations are available globally.

  • The face recognition failure reason

    See more

    Declaration

    Swift

    enum RecognitionError : UInt, @unchecked Sendable
  • Reasons for failure of the liveness analysis.

    See more

    Declaration

    Swift

    enum LivenessError : UInt, @unchecked Sendable
  • Liveness status of the face, indicating it appears to be alive and real or a spoof that is not a live person.

    See more

    Declaration

    Swift

    public enum LivenessStatus : Equatable
  • Recognition status of the face, indicating its match against the previously provided reference face.

    See more

    Declaration

    Swift

    public enum RecognitionStatus : Equatable