# Restaging

**Parent** **Property Name:** `restage`

**Sub-properties:** `tvs`, `fire_in_fireplaces`, and `photographer`

***

### TVs <a href="#c22240ee-fdd7-423c-bc97-5d473f7b50cd" id="c22240ee-fdd7-423c-bc97-5d473f7b50cd"></a>

Controls the appearance of television screens in the photo.

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

**Values:**

* `AS_SHOT`: Leaves the TV screen exactly as captured in the raw photo.
* `BLACK_OUT`: In-paints the screen to appear completely black/off.

**Default:** `AS_SHOT`

**Example:**

```json
{
  "restage": {
    "tvs": "BLACK_OUT"
  }
}
```

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

<figure><img src="https://744584183-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqC4yCs2DMmalUrvSWM2C%2Fuploads%2FI0rth1QW2OY9ktEl1sbz%2Ftv-after.jpg?alt=media&#x26;token=82292127-c18e-4c61-a804-c11293ae08c1" alt=""><figcaption></figcaption></figure>
{% endtab %}

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

<figure><img src="https://744584183-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqC4yCs2DMmalUrvSWM2C%2Fuploads%2F8J0zK91K13Y4ELfV6c5e%2Ftv-before.jpg?alt=media&#x26;token=1ce9128c-e33a-4464-ad62-6547446f93ea" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

***

### Fire In Fireplaces <a href="#id-12488652-67c4-454e-80b0-dce8f3e3261e" id="id-12488652-67c4-454e-80b0-dce8f3e3261e"></a>

Controls the appearance of fireplaces.

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

**Values:**

* `AS_SHOT`: Leaves the fireplace exactly as captured (e.g., unlit).
* `ALIGHT`: In-paints fire into the fireplace to make it appear active.

**Default:** `AS_SHOT`

**Example:**

```json
{
  "restage": {
    "fire_in_fireplaces": "ALIGHT"
  }
}
```

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

<figure><img src="https://744584183-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqC4yCs2DMmalUrvSWM2C%2Fuploads%2F34MHT6pemf4E7EiAoJ78%2Ffireplace-on.jpg?alt=media&#x26;token=a8141955-3973-49bb-9988-56324f46cb01" alt=""><figcaption><p>Example of <code>ALIGHT</code> (enabled) fire in fireplace</p></figcaption></figure>
{% endtab %}

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

<figure><img src="https://744584183-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqC4yCs2DMmalUrvSWM2C%2Fuploads%2Fh1QK1uXJtJZzd4bMgwK8%2Ffireplace-off.jpg?alt=media&#x26;token=0e2cc6f0-8a04-4a42-9d06-73d58bd4efa9" alt=""><figcaption><p>Example of <code>AS_SHOT</code> (disabled) fire in fireplace</p></figcaption></figure>
{% endtab %}
{% endtabs %}

***

### Photographer <a href="#id-23c80136-29a0-48d8-9abf-65fa7a4a252e" id="id-23c80136-29a0-48d8-9abf-65fa7a4a252e"></a>

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

**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"
  }
}
```

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

<figure><img src="https://744584183-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqC4yCs2DMmalUrvSWM2C%2Fuploads%2FYH0qSsHdTLUAUfdXAdga%2Fphotographer-removal-on.jpg?alt=media&#x26;token=f30ca918-345d-4771-a0fe-3acafa6b2079" alt=""><figcaption><p>Example of <code>REMOVE</code> (enabled) reflection removal</p></figcaption></figure>
{% endtab %}

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

<figure><img src="https://744584183-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqC4yCs2DMmalUrvSWM2C%2Fuploads%2FjsqUI5Esv0I59bivlocN%2Fphotographer-removal-off.jpg?alt=media&#x26;token=a23883bb-9335-41be-b0ea-280417354563" alt=""><figcaption><p>Example of <code>AS_SHOT</code> (disabled) reflection removal</p></figcaption></figure>
{% endtab %}
{% endtabs %}

***

### Full Request Example <a href="#id-7e4aa6eb-81da-416e-beee-b1d2e389b885" id="id-7e4aa6eb-81da-416e-beee-b1d2e389b885"></a>

```json
{
  "restage": {
    "tvs": "BLACK_OUT",
    "fire_in_fireplaces": "ALIGHT",
    "photographer": "REMOVE"
}
```

### Sample images
