UNPKG

@digitalpersona/devices

Version:
24 lines (15 loc) 795 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/devices](./devices.md) &gt; [DeviceModality](./devices.devicemodality.md) ## DeviceModality enum Fingerprint device modalities (how users should use they fingers to make a scan). <b>Signature:</b> ```typescript export declare enum DeviceModality ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | Area | <code>2</code> | Users must place a single finger over a scaning area. | | AreaMultifinger | <code>3</code> | Users must place multiple fingers over a scaning area. | | Swipe | <code>1</code> | Users must swipe a single finger. | | Unknown | <code>0</code> | The fingerprint modality is not known. |