Biometric Scanner
Captures a physical trait for identification — fingerprint, palm, iris, or a face scan at a gate, kiosk, or turnstile. The capture device itself; matching the scan against stored templates is biometric recognition, which appears under Algorithm or Model.
- Description
Playground
Try the element with your own values, contexts, and color modes.
Style
Raw JSON
Live API response from GET /schemas/dtpr@2026-09-01-beta/elements/biometric_scanner.
element "biometric_scanner"
{
"id": "biometric_scanner",
"category_id": "collection",
"title": [
{
"locale": "en",
"value": "Biometric Scanner"
}
],
"description": [
{
"locale": "en",
"value": "Captures a physical trait for identification — fingerprint, palm, iris, or a face scan at a gate, kiosk, or turnstile. The capture device itself; matching the scan against stored templates is biometric recognition, which appears under Algorithm or Model."
}
],
"authoring_guidance": [],
"examples": [],
"sources": [],
"symbol_id": "fingerprint_scan",
"variables": [
{
"id": "additional_description",
"label": [
{
"locale": "en",
"value": "Description"
}
],
"required": false,
"kind": "localized_text"
}
],
"shape": "hexagon",
"icon_variants": [
"default",
"dark"
]
}