Allows you to use the built-in face capturing view controller:
var FaceCaptureResponse = Face.FaceCaptureResponseFace.presentFaceCaptureActivity(response => {response = FaceCaptureResponse.fromJson(JSON.parse(response))}, e => { })
FaceCaptureResponse└── image└── error
Parameter | Description |
image | An image that was taken |
error | Error |