> 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-web/componentes/selphid-documentos/propiedades/capturetimeout.md).

# captureTimeout

## Details

**Attribute:** `capture-timeout`

**Type:** `number`

**Supported values:** `0` or higher

**Default value:** `10`

## Morphology

```typescript
selphid.captureTimeout = 15;
```

## Description

Maximum seconds per capture attempt of one side of the document in `facephi-selphid-widget`.

***

## Example

```jsx
<facephi-selphid-widget
    captureTimeout={15}
/>
```
