@digitalpersona/enrollment
Version:
DigitalPersona Enrollment API
29 lines (18 loc) • 902 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/enrollment](./enrollment.md) > [FaceEnroll](./enrollment.faceenroll.md)
## FaceEnroll class
Face enrollment API.
<b>Signature:</b>
```typescript
export declare class FaceEnroll extends Enroller
```
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(context)](./enrollment.faceenroll.(constructor).md) | | Constructs a new face enrollment API object. |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [canEnroll()](./enrollment.faceenroll.canenroll.md) | | Reads a face enrollment availability. |
| [enroll(samples)](./enrollment.faceenroll.enroll.md) | | Enrolls a face. |
| [unenroll()](./enrollment.faceenroll.unenroll.md) | | Deletes the face enrollment. |