> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/cordova/device/detectfaceazure.md).

# detectFaceAzure

## Description

Start detecting the face from imported sources to get face data.

## Input / Parameter

| Name      | Description                                  | Data Type   | Default | Options | Required |
| --------- | -------------------------------------------- | ----------- | ------- | ------- | -------- |
| connector | The Azure connector created in Services.     | String/Text | -       | -       | Yes      |
| data      | The face data to detect.                     | String/Text | -       | -       | Yes      |
| extra     | Additional data to be used in the callbacks. | Any         | -       | -       | No       |

## Output

N/A

## Callback

### callback

The function to be executed if face data is detected successfully.

### errorCallback

The function to be executed if face data is not detected successfully.

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
