Biometrid IOS SDK
2.5.5
2.5.5
  • 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
  • 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.

EDocument
Description

docType: String?

Type of the scanned document

fields: Fields?

Contains personal information data fields.

images: NFCImages?

Personal images stored in the scanned document.

additionalFields: AdditionalFields?

Contains additional personal information data fields.

security: NFCSecurity?

Security information.


NFCImages
Description

photo: String?

Scanned face photo encoded in Base64.

portrait: String?

Scanned portrait photo encoded in Base64.

signature: String?

Scanned signature photo encoded in Base64.


Fields
Description

name: String?

Scanned name information.

surname: String?

Scanned surname information.

idNumber: String?

Scanned identification number information.

gender: String?

Scanned gender information.

birthDate: String?

Scanned birth date information.

expiryDate: String?

Scanned expiry date information.

serialNumber: String?

Scanned serial number information.

nationality: String?

Scanned nationality information.

origin: String?

Scanned origin information.


AdditionalFields
Description

fields: [String: String]?

Additional information in a map of key and value.


Secure
Description

info: [String: String]?

Security information in a map of key and value.

publicKey: String?

Document security public key.


Model for Manual NFC

PassportMRZ
Description

passportNumber: String

Document number of MRZ

dateOfBirth: String

Birth date of MRZ

expiryDate: String

Expiry date of MRZ

PreviousNFCNextConfigurations

Was this helpful?