Biometrid IOS SDK
3.0.2
3.0.2
  • Introduction
  • Standard SDK
    • Prerequisites
    • Requirements
    • Initialization
    • Enums
    • Installation
      • Zip file
      • CocoaPods
    • Process Management
      • Create process
      • Get Step State
      • Update Step
      • Previous Step
    • Liveness Detection
    • Auto Capture
      • MRZ Capture
      • Configurations
    • Camera
      • Configurations
    • NFC
      • Scan Result
      • Configurations
    • Video Conference
    • Biometric Authentication
      • Configurations
    • Device Location
      • Configurations
    • Presence Detection
      • Configurations
  • FULL SDK
    • Requirements
    • Usage
    • Installation
      • Zip file
      • CocoaPods
    • Initialization
    • Start
    • Stop
    • Callbacks
Powered by GitBook
On this page

Was this helpful?

  1. Standard SDK
  2. NFC

Scan Result

This section describes the scanned information from the passport, when available.

NFCData
Description

documentType: String?

Type of the scanned document

origin: String?

Scanned origin information.

name: String?

Scanned name information.

surname: String?

Scanned surname information.

mrzCode: String?

Security document MRZ code.

nationality: String?

Scanned nationality information.

documentNumber: String?

Scanned document number information.

dateOfBirth: String?

Scanned birth date information.

gender: String?

Scanned gender information.

dateOfExpiry: String?

Scanned expiry date information.

idNumber: String?

Scanned identification number information.

photos: BiometricPhotos?

Scanned photos information.

additionalFields: AdditionalDetails?

Scanned additional details information.

additionalFields: DocumentDetails?

Scanned document details information.

securityInformation: List<String>?

Scanned document security information.

publicKey: String?

Scanned document public key information.

emergencyContacts: EmergencyContacts?

Scanned emergency contacts information.


PhotosResult
Description

imageWidth: Int?

Scanned photos width.

imageHeight: Int?

Scanned photos height.

portrait: UIImage?

Scanned face photo.

fingerprint: UIImage?

Scanned fingerprints image.

iris: UIImage?

Scanned iris photo.

signature: UIImage?

Scanned signature photo.

optional: UIImage?

Scanned additional photo.

frontDocument: UIImage?

Scanned photo of the front of the document

backDocument: UIImage?

Scanned photo of the back of the document


AdditionalDetailsResult
Description

otherTravelDocumentNumbers: List<String>?

Scanned additional other travel document numbers.

placeOfBirth: List<String>?

Scanned place of birth.

permanentAddress: List<String>?

Scanned address information.

nameOfOwner: String?

Scanned document owner name.

personalNumber: String?

Scanned personal number.

telephone: String?

Scanned telephone.

profession: String?

Scanned profession.

title: String?

Scanned title.

personalSummary: String?

Scanned personal summary.

custodyInformation: String?

Scanned custody information.


DocumentDetailsResult
Description

issuingAuthority: String?

Scanned document issuing authority.

dateOfIssue: String?

Scanned document date of issue.

endorsementsAndObservations: String?

Scanned endorsements and observations.

taxOrExitRequirements: String?

Scanned tax or exit requirements.

dateAndTimeOfPersonalization: String?

Scanned date and time of personalization.

personalizationSystemSerialNumber: String?

Scanned personalization system serial number.

otherNames: List<String>?

Scanned other person names.


EmergencyContactsResult
Description

name: String?

Scanned emergency contact name.

phone: String?

Scanned emergency contact phone.

address: String?

Scanned emergency contact address.


MRZData
Description

documentNumber: String?

Scanned document number from MRZ

dateOfBirth: String?

Scanned birth date from MRZ

dateOfExpiry: String?

Scanned expiry date from MRZ

PreviousNFCNextConfigurations

Was this helpful?