<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/devices](./devices.md) &gt; [SamplesAcquired](./devices.samplesacquired.md)

## SamplesAcquired class

An event signaling that a new fingerprint sample (or samples) was acquired during a scan.

<b>Signature:</b>

```typescript
export declare class SamplesAcquired extends DeviceEvent 
```

## Constructors

|  Constructor | Modifiers | Description |
|  --- | --- | --- |
|  [(constructor)(deviceUid, sampleFormat, sampleData)](./devices.samplesacquired.(constructor).md) |  | Constructs a new event object. |

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [sampleFormat](./devices.samplesacquired.sampleformat.md) |  | <code>SampleFormat</code> | A fingerprint sample format. |
|  [samples](./devices.samplesacquired.samples.md) |  | <code>BioSample[]</code> | A collection of fingerprint samples acquired. |

