@digitalpersona/devices
Version:
DigitalPersona Security Devices support library
27 lines (16 loc) • 805 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/devices](./devices.md) > [QualityReported](./devices.qualityreported.md)
## QualityReported class
An event reporting a quality of a fingerprint scan.
<b>Signature:</b>
```typescript
export declare class QualityReported extends DeviceEvent
```
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(deviceUid, quality)](./devices.qualityreported.(constructor).md) | | Constructs a new event object. |
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [quality](./devices.qualityreported.quality.md) | | <code>QualityCode</code> | Fingerprint scan quality. |