DeDuplicationResponseData

public struct DeDuplicationResponseData : Codable

Child structure of CustomerEnrollResponse and CustomerEnrollBiometricResponse.

Properties

  • Face Matching Score.

    Declaration

    Swift

    public var faceMatchingScore: String?
  • Duplicate Person ID.

    Declaration

    Swift

    public var duplicatePersonId: Int?
  • Client Customer Number.

    Declaration

    Swift

    public var clientCustomerNumber: String?
  • Customer Code.

    Declaration

    Swift

    public var customerCode: String?
  • Face Image. (Base64)

    Declaration

    Swift

    public var faceImage: String?
  • Customer Name.

    Declaration

    Swift

    public var customerName: String?
  • Record Type.

    Declaration

    Swift

    public var recordType: String?
  • Fingerprint Data.

    Declaration

    Swift

    public var fingerPrintData: String?
  • Fingerprint Matching Score.

    Declaration

    Swift

    public var fpMatchingScore: String?
  • Is Duplicate.

    Declaration

    Swift

    public var isDuplicate: String?
  • Duplication Status.

    Declaration

    Swift

    public var duplicationStatus: String?
  • Enrolled Date.

    Declaration

    Swift

    public var enrolledDate: String?
  • Duplicate Voice Match Score.

    Declaration

    Swift

    public var duplicateVoiceMatchScore: String?
  • Duplicate Front Image. (Base64)

    Declaration

    Swift

    public var duplicateFrontImage: String?
  • Duplicate Back Image. (Base64)

    Declaration

    Swift

    public var duplicateBackImage: String?