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

previewImage

Shows a preview after capture.

Details

Attribute: preview-image

Type: boolean

Default value: true

Morphology

selphi.previewImage = true;

Description

Displays a preview of the best captured image before completing the Flow in facephi-selphi-widget.

Additional information

Compatibility: Replaces previewCapture in earlier versions of SDK Web.

Recommended property: use showResultAfterCapture in new integrations.

Precedence: if you define previewImage and showResultAfterCapture at the same time, wins showResultAfterCapture wins and a precedence warning is emitted in the console.

Deprecation: previewImage is still operational in this Version, but will be removed in the next major version. Use only previewImage issues a deprecation warning in the console.


Example

Last updated