Biometrid Android SDK
2.5.4
2.5.4
  • 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
    • Document Auto Capture
      • Configurations
    • NFC Passport Reader
      • Scan result
      • 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.

EDocument
Description

String? docType

Type of the scanned document

Fields? fields

Contains personal information data fields.

Images? images

Personal images stored in the scanned document.

AdditionalFields? additionalFields

Contains additional personal information data fields.

Secure? security

Security information.


Images
Description

Bitmap? photoBitmap

Scanned face bitmap image.

String? photo

Scanned face photo encoded in Base64.

Bitmap? portraitBitmap

Scanned portrait bitmap image.

String? portrait

Scanned portrait photo encoded in Base64.

Bitmap? signatureBitmap

Scanned signature bitmap image.

String? signature

Scanned signature photo encoded in Base64.

List<Bitmap>? fingerprints

List of scanned fingerprints bitmap images.


Fields
Description

String? name

Scanned name information.

String? surname

Scanned surname information.

String? idNumber

Scanned identification number information.

String? gender

Scanned gender information.

String? birthDate

Scanned birth date information.

String? expiryDate

Scanned expiry date information.

String? serialNumber

Scanned serial number information.

String? nationality

Scanned nationality information.

String? origin

Scanned origin information.


AdditionalFields
Description

String? custodyInformation

Scanned custody information.

String? fullDateOfBirth

Scanned birthdate information.

String? nameOfHolder

Scanned name information.

List<String>? otherNames

Scanned other names information.

List<String>? otherValidTDNumbers

Scanned other valid names information.

List<String>? permanentAddress

Scanned address information.

String? personalNumber

Scanned personal number information.

String? personalSummary

Scanned personaly summary information.

List<String>? placeOfBirth

Scanned place of birth information.

ByteArray? proofOfCitizenship

Scanned proof of citizenship information.

Int? tag

Scanned tag information.

List<Int>? tagPresenceList

Scanned tag presence list information.

String? telephone

Scanned telephone information.

String? title

Scanned title information.


Secure
Description

List<String>? info

Document security details.

PublicKey publicKey

Document security public key.

MRZData
Description

String documentNumber

Scanned document number from MRZ

String birthDate

Scanned birth date from MRZ

String expiryDate

Scanned expiry date from MRZ

PreviousNFC Passport ReaderNextConfigurations

Was this helpful?