For the complete documentation index, see llms.txt. This page is also available as Markdown.

NFC Configuration

List of component configuration parameters

docType

type: NfcDocumentType

Field used to change the tutorial view and display the different documents.

docType: NfcDocumentType.ID_CARD

docNumber

type: string

Indicates the document number or support number depending on the document to be read.

docNumber: 1000000

birthDate

type: string

Indicates the birth date that appears on the document ("dd/MM/yyyy").

birthDate: "16/08/1979"

expirationDate

type: string

Indicates the expiration date that appears on the document ("dd/MM/yyyy").

expirationDate: "16/08/1979"

extractionTimeout

type: int

Sets the maximum time allowed for reading.

showDiagnostic

type: boolean

Show diagnostic screens at the end of the process

showTutorial

type: boolean

Indicates whether the component activates the tutorial screen. In this view, it intuitively explains how the capture is performed.

showPreviousTip

type: boolean

Displays a screen before starting the capture with information about the process to be carried out and a button to start it.

vibrationEnabled

type: boolean

Indicates whether vibration feedback is desired when the process ends.

debug

type: boolean

Enables the component debug mode.

skipPACE

type: boolean

Indicates that only NFC BAC reading is desired. It is a reading with simpler and faster information that allows reading a wider variety of documents.

extractFacialImage

type: boolean

Indicates whether you want to extract the face image.

extractSignatureImage

type: boolean

Indicates whether you want to extract the signature image.

Last updated