Biometric Template generation format.
Attribute: template-format
template-format
Type: TemplateFormat
TemplateFormat
Default value: TemplateFormat.Base64
TemplateFormat.Base64
ByteArray
0
Template as a byte array.
Base64
1
Template in Base64 (default value).
import { TemplateFormat } from '@facephi/selphi-web-component'; selphi.templateFormat = TemplateFormat.Base64;
Format of the Biometric Template returned in extractionFinish by facephi-selphi-widget (bytes or Base64).
extractionFinish
facephi-selphi-widget
Last updated 28 days ago
import { TemplateFormat } from '@facephi/selphi-web-component'; <facephi-selphi-widget templateFormat={TemplateFormat.Base64} />