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

allowUncertain

Increases permissiveness for unrecognized documents.

Details

Attribute: allow-uncertain

Type: boolean

Default value: null

Morphology

selphid.allowUncertain = true;

Description

Increases the component's tolerance facephi-selphid-widget for documents with low classification confidence.


Example

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

Last updated