LivenessDetectionSuccess

public struct LivenessDetectionSuccess : Equatable

The result of face liveness detector when it successfully completes the detection.

  • Result identifier suitable for use in service-side cross-reference.

    Declaration

    Swift

    public let resultId: String
  • Payload digest suitable for use in integrity check.

    Declaration

    Swift

    public let digest: String
  • Liveness detection result.

    Declaration

    Swift

    public let livenessStatus: LivenessStatus
  • Recognition result. It is nil when the session producing this result is liveness-only.

    Declaration

    Swift

    public let recognitionStatus: RecognitionStatus?