Structures

The following structures are available globally.

  • An error that occurs during face liveness detection.

    See more

    Declaration

    Swift

    public struct LivenessDetectionError : Error, Equatable
  • The result of face liveness detector when it successfully completes the detection.

    See more

    Declaration

    Swift

    public struct LivenessDetectionSuccess : Equatable
  • A view to present when performing liveness detection.

    See more

    Declaration

    Swift

    public struct FaceLivenessDetectorView : View