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

tokenize

Enables result tokenization.

Details

Attribute: tokenize

Type: boolean

Default value: false

Morphology

selphid.tokenize = true;

Description

Requests tokenization of sensitive results in facephi-selphid-widget when the License and the backend allow it.

The tokenizedData element in the results object will contain the tokenized version of the images frontDocument, backDocument and faceImage.

When tokenization is enabled, the cropped images frontDocument, backDocument, faceImage and signatureImage will not be generated to avoid memory errors on low-resource devices.


Example

<facephi-selphid-widget
    tokenize={true}
/>

Last updated