> 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/selphi-biometria-facial/propiedades/stabilization.md).

# stabilization

## Details

**Attribute:** `stabilization`

**Type:** `boolean`

**Default value:** `true`

## Morphology

```typescript
selphi.stabilization = true;
```

## Description

Enables the pre-extraction stabilization phase in `facephi-selphi-widget`. When active, the component emits the event `stabilizing` for each analyzed frame.

### Considerations

Activation is required to receive the event [stabilizing](/docs.facephi-en/sdks/sdk-web/componentes/selphi-biometria-facial/eventos/stabilizing.md).

### Additional information

**Compatibility:** Replaces `stabilizationStage` in previous versions of the SDK Web.

***

## Example

```jsx
<facephi-selphi-widget
    stabilization={true}
/>
```
