> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-mobile/framework-plugins/extras/nfc/nfc-configuracion.md).

# NFC Configuration

#### docType <a href="#id-31-resourcespath" id="id-31-resourcespath"></a>

**type:** *NfcDocumentType*

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

```
docType: NfcDocumentType.ID_CARD
```

#### docNumber <a href="#id-32-showresultaftercapture" id="id-32-showresultaftercapture"></a>

**type:** *string*

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

```
docNumber: 1000000
```

#### birthDate <a href="#id-32-showresultaftercapture" id="id-32-showresultaftercapture"></a>

**type:** *string*

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

```
birthDate: "16/08/1979"
```

#### expirationDate <a href="#id-32-showresultaftercapture" id="id-32-showresultaftercapture"></a>

**type:** *string*

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

```
expirationDate: "16/08/1979"
```

#### extractionTimeout <a href="#id-32-showresultaftercapture" id="id-32-showresultaftercapture"></a>

**type:** *int*

Sets the maximum time allowed for reading.

```
extractionTimeout: 150000
```

#### showDiagnostic <a href="#id-32-showresultaftercapture" id="id-32-showresultaftercapture"></a>

**type:** *boolean*

Show diagnostic screens at the end of the process

```
showDiagnostic: false
```

#### showTutorial <a href="#id-32-showresultaftercapture" id="id-32-showresultaftercapture"></a>

**type:** *boolean*

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

```
showTutorial: false
```

#### showPreviousTip <a href="#id-32-showresultaftercapture" id="id-32-showresultaftercapture"></a>

**type:** *boolean*

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

```
showPreviousTip: false
```

#### vibrationEnabled <a href="#id-32-showresultaftercapture" id="id-32-showresultaftercapture"></a>

**type:** boolean

Indicates whether vibration feedback is desired when the process ends.

```
vibrationEnabled: false
```

#### debug <a href="#id-32-showresultaftercapture" id="id-32-showresultaftercapture"></a>

**type:** *boolean*

Enables the component debug mode.

```
debug: false
```

#### skipPACE <a href="#id-32-showresultaftercapture" id="id-32-showresultaftercapture"></a>

**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.

```
skipPACE: false
```

#### extractFacialImage <a href="#id-32-showresultaftercapture" id="id-32-showresultaftercapture"></a>

**type:** *boolean*

Indicates whether you want to extract the face image.

```
extractFacialImage: true
```

#### extractSignatureImage <a href="#id-32-showresultaftercapture" id="id-32-showresultaftercapture"></a>

**type:** *boolean*

Indicates whether you want to extract the signature image.

```
extractSignatureImage: true
```
