# DRAW\_FACE\_KEY\_POINT

| Configs              | Descriptions                                                                                                                                                                                                                                                                                                                                                            |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| imageToNDArrayConfig | Class to transform image to array. Refer to available configuration from [IMAGE\_T&#x4F;*\_*&#x4E;DARRAY](/references/pipeline-steps/image_to_ndarray.md).                                                                                                                                                                                                              |
| resizeH              | Height value to resize                                                                                                                                                                                                                                                                                                                                                  |
| resizeW              | Width value to resize                                                                                                                                                                                                                                                                                                                                                   |
| drawFaceBox          | To draw bounding box around face. If set to `true`: a bounding box will be drawn around the face. If `false`: no bounding box will be drawn.                                                                                                                                                                                                                            |
| faceBoxColor         | Specifies the color of bounding box around face. The color can be a hex or HTML string like `#788E87`, an `RGB` value like - `rgb(128,0,255)` or  it can be from a set of predefined HTML color names: `white`, `silver`, `gray`, `black`, `red`, `maroon`, `yellow`, `olive`, `lime`, `green`, `aqua`, `teal`, `blue`, `navy`, `fuchsia`, `purple`. Default is `lime`. |
| pointColor           | Specifies the color of face key points. The color can be a hex or HTML string like`#788E87`, an `RGB` value like -`rgb(128,0,255)` or  it can be from a set of predefined HTML color names: `white`, `silver`, `gray`, `black`, `red`, `maroon`, `yellow`, `olive`, `lime`, `green`, `aqua`, `teal`, `blue`, `navy`, `fuchsia`, `purple`. Default is `red`.             |
| pointSize            | Size of face key points. Default value is 1.                                                                                                                                                                                                                                                                                                                            |
| scale                | Scaling enum, which can be `NONE`, `AT_LEAST`, `AT_MOST`                                                                                                                                                                                                                                                                                                                |
| landmarkArray        | Field name, which contain array of key points from previous step.                                                                                                                                                                                                                                                                                                       |
| image                | An optional field, specifying the name of the image to be drawn on.                                                                                                                                                                                                                                                                                                     |
| outputName           | Name of the key of face key points from this step. Default is set to `image`.                                                                                                                                                                                                                                                                                           |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://serving.konduit.ai/references/pipeline-steps/draw_face_key_point.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
