UNPKG

@digitalpersona/core

Version:
33 lines (20 loc) 914 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [Finger](./core.finger.md) ## Finger class Finger enrollment data. <b>Signature:</b> ```typescript export declare class Finger ``` ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(position)](./core.finger.(constructor).md) | | Constructs a new instance of the <code>Finger</code> class | ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [position](./core.finger.position.md) | | <code>FingerPosition</code> | Finger position. | ## Methods | Method | Modifiers | Description | | --- | --- | --- | | [fromJson(json)](./core.finger.fromjson.md) | <code>static</code> | Creates the finger enrollment data from a plain JSON object. |