Biometrid Android SDK
3.0.2
3.0.2
  • Introduction
  • Standard SDK
    • Initialization
    • Requirements
    • Enums
    • Installation
      • Gradle
    • Process Management
      • Create Process
      • Previous Step
      • Get Step State
    • Update Step Management
      • Update Step
    • Liveness Validation
    • Photo Capture
      • Configurations
    • Auto Capture
      • Configurations
    • NFC Passport Reader
      • Scan result
      • Configurations
    • Biometric Authentication
    • Device Location
    • Presence Detection
      • Configurations
  • Full SDK
    • Initialization
    • Requirements
    • Installation
      • Gradle
    • Start
    • Photo Capture
    • Liveness Validation
    • Callbacks
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Standard SDK
  2. NFC Passport Reader

Scan result

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

NFCData
Description

String? documentType

Type of the scanned document

String? origin

Scanned origin information.

String? name

Scanned name information.

String? surname

Scanned surname information.

String? mrzCode

Security document MRZ code.

String? nationality

Scanned nationality information.

String? documentNumber

Scanned document number information.

String? dateOfBirth

Scanned birth date information.

String? gender

Scanned gender information.

String? dateOfExpiry

Scanned expiry date information.

String? idNumber

Scanned identification number information.

FaceFeaturesResult? faceFeatures

Scanned face features information.

PhotosResult? photos

Scanned photos information.

AdditionalDetailsResult? additionalFields

Scanned additional details information.

DocumentDetailsResult? additionalFields

Scanned document details information.

List<String>? securityInfo

Scanned document security information.

String? publicKey

Scanned document public key information.

EmergencyContactsResult? emergencyContacts

Scanned emergency contacts information.


FaceFeaturesResult
Description

String? eyeColor

Scanned eye color.

String? hairColor

Scanned hair color.

String? expression

Scanned face expression.

List<String>? features

Scanned facial features.


PhotosResult
Description

String? portrait

Scanned face photo encoded in Base64.

String? fingerprint

Scanned fingerprints image in Base64.

String? iris

Scanned iris photo encoded in Base64.

String? signature

Scanned signature photo encoded in Base64.

String? additionalPortrait

Scanned additional portrait photo encoded in Base64.

String? additionalBiometric

Scanned additional biometric photo encoded in Base64.


AdditionalDetailsResult
Description

List<String>? otherNames

Scanned additional other names.

List<String>? otherTravelDocumentNumbers

Scanned additional other travel document numbers.

List<String>? placeOfBirth

Scanned place of birth.

List<String>? permanentAddress

Scanned address information.

String? nameOfOwner

Scanned document owner name.

String? personalNumber

Scanned personal number.

String? telephone

Scanned telephone.

String? profession

Scanned profession.

String? title

Scanned title.

String? personalSummary

Scanned personal summary.

String? custodyInformation

Scanned custody information.


DocumentDetailsResult
Description

String? issuingAuthority

Scanned document issuing authority.

String? dateOfIssue

Scanned document date of issue.

String? endorsementsAndObservations

Scanned endorsements and observations.

String? taxOrExitRequirements

Scanned tax or exit requirements.

String? dateAndTimeOfPersonalization

Scanned date and time of personalization.

String? personalizationSystemSerialNumber

Scanned personalization system serial number.

List<String>? otherPersonNames

Scanned other person names.


EmergencyContactsResult
Description

String? name

Scanned emergency contact name.

String? phone

Scanned emergency contact phone.

String? address

Scanned emergency contact address.


MRZData
Description

String documentNumber

Scanned document number from MRZ

String dateOfBirth

Scanned birth date from MRZ

String dateOfExpiry

Scanned expiry date from MRZ

PreviousNFC Passport ReaderNextConfigurations

Was this helpful?