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

templateFormat

Biometric Template generation format.

Details

Attribute: template-format

Type: TemplateFormat

Default value: TemplateFormat.Base64

TemplateFormat

Member
Value
Description

ByteArray

0

Template as a byte array.

Base64

1

Template in Base64 (default value).

Morphology

import { TemplateFormat } from '@facephi/selphi-web-component';

selphi.templateFormat = TemplateFormat.Base64;

Description

Format of the Biometric Template returned in extractionFinish by facephi-selphi-widget (bytes or Base64).


Example

Last updated