# Oz Liveness Gestures: Table of Correspondence

Currently, the names of gestures in components of Oz Liveness might differ. We are working on it and will fix this in future releases. For now, please refer to the table of correspondence below.

<mark style="background-color:red;">On January 1, 2027, the</mark> <mark style="background-color:red;"></mark><mark style="background-color:red;">**One Shot**</mark> <mark style="background-color:red;"></mark><mark style="background-color:red;">gesture will become unavailable. Please plan your</mark> [<mark style="background-color:red;">migration</mark>](https://doc.ozforensics.com/oz-knowledge/guides/developer-guide/migration-guides/migration-from-one-shot-gesture)<mark style="background-color:red;">.</mark>

| Gesture                            | Tag                    | Web SDK              | iOs SDK   | Android SDK | API     |
| ---------------------------------- | ---------------------- | -------------------- | --------- | ----------- | ------- |
| Smile                              | video\_selfie\_smile   | video\_selfie\_smile | smile     | Smile       | smile   |
| Blink                              | video\_selfie\_eyes    | video\_selfie\_eyes  | eyes      | EyeBlink    | eyes    |
| Scan                               | video\_selfie\_scan    | video\_selfie\_scan  | scanning  | Scan        | scan    |
| A selfie with face alignment check | video\_selfie\_blank   | video\_selfie\_blank | selfie    | Blank       | blank   |
| The best shot from the video taken | video\_selfie\_oneshot | video\_selfie\_best  | one\_shot | OneShot     | oneshot |
| Head turned left                   | video\_selfie\_left    | video\_selfie\_left  | left      | HeadLeft    | left    |
| Head turned right                  | video\_selfie\_right   | video\_selfie\_right | right     | HeadRight   | right   |
| Head tilted downwards              | video\_selfie\_down    | video\_selfie\_down  | down      | HeadDown    | down    |
| Head lifted up                     | video\_selfie\_high    | video\_selfie\_high  | up        | HeadUp      | up      |


---

# 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://doc.ozforensics.com/oz-knowledge/other/tips-and-tricks/oz-liveness-gestures-table-of-correspondence.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.
