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

# allowUncertain

## Detalles

**Atributo:** `allow-uncertain`

**Tipo:** `boolean`

**Valor por defecto:** `null`

## Morfología

```typescript
selphid.allowUncertain = true;
```

## Descripción

Aumenta la tolerancia del componente `facephi-selphid-widget` ante documentos con baja confianza de clasificación.

***

## Ejemplo

```jsx
<facephi-selphid-widget
    allowUncertain={true}
/>
```
