<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [FaceImage](./core.faceimage.md) &gt; [(constructor)](./core.faceimage.(constructor).md)

## FaceImage.(constructor)

Constructs a new instance of the `FaceImage` class

<b>Signature:</b>

```typescript
constructor(
    ImageData: Base64UrlString, 
    ImageType?: FaceImageType);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  ImageData | <code>Base64UrlString</code> |  |
|  ImageType | <code>FaceImageType</code> |  |

