UNPKG

@regulaforensics/face-sdk

Version:

This is an npm module for Regula Face SDK. It allows you to easily compaire faces using your phone's camera.

14 lines (13 loc) 413 B
export class DetectFacesConfig { attributes customQuality outputImageParams onlyCentralFace constructor(params) { this.onlyCentralFace = false this.attributes = params?.attributes this.customQuality = params?.customQuality this.outputImageParams = params?.outputImageParams this.onlyCentralFace = params?.onlyCentralFace ?? this.onlyCentralFace } }