# Reflection Removal

Controls removal of photographer reflections and shadows, including tripods and cameras.

**Parent Property Name:** `restage`

**Sub-property:** `photographer`

**Accepted Values:** <mark style="color:blue;">string</mark> | <mark style="color:blue;">null</mark>

**Values:**

* `AS_SHOT`: Leaves photographer reflections exactly as captured.
* `REMOVE`: Removes the photographer, including their shadow, reflection, hands, and camera equipment.

**Default:** `AS_SHOT`

**Example:**

```json
{
  "restage": {
    "photographer": "REMOVE"
  }
}
```

### Sample images

{% tabs %}
{% tab title="REMOVE" %}

<figure><img src="/files/nIpjYdgKA7CZbjYuePna" alt=""><figcaption><p>Example of <code>REMOVE</code> reflection removal</p></figcaption></figure>
{% endtab %}

{% tab title="AS\_SHOT" %}

<figure><img src="/files/uv342nbHYqx84EjiKcag" alt=""><figcaption><p>Example of <code>AS_SHOT</code> reflection removal</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://docs.autoenhance.ai/images/basic-enhancements/restaging/reflection-removal.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.
