# Переход с однокадрового анализа

С 1 января 2027 года однокадровый анализ (жест One Shot) будет отключен. Если вы используете One Shot, вам необходимо будет его заменить на другой жест.

<table><thead><tr><th width="128"></th><th width="130"></th><th width="187"></th><th></th></tr></thead><tbody><tr><td><strong>Компонент</strong></td><td><strong>Где заменить</strong></td><td><strong>Что заменить</strong></td><td><strong>Замена</strong></td></tr><tr><td>API</td><td>тег в теле запроса</td><td><code>video_selfie_oneshot</code></td><td><code>video_selfie_blank</code></td></tr><tr><td>Web SDK</td><td><a data-footnote-ref href="#user-content-fn-1">код</a></td><td><code>video_selfie_best</code></td><td><code>video_selfie_blank</code></td></tr><tr><td>Android SDK</td><td>код</td><td><code>OneShot</code></td><td><code>Blank</code></td></tr><tr><td>iOS SDK</td><td>код</td><td><code>one_shot</code></td><td><code>selfie</code></td></tr></tbody></table>

[^1]: архитектуры `normal` и `lite`


---

# 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-ru/rukovodstva/rukovodstvo-razrabotchika/instrukcii-po-migracii/perekhod-s-odnokadrovogo-analiza.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.
