---
title: CNScript.Changes
framework: cinematic
role: symbol
role_heading: Structure
path: cinematic/cnscript-1ispe/changes
---

# CNScript.Changes

An object that represents a snapshot of the changes made to a movie script, including the added user decisions and detection tracks.

## Declaration

```swift
struct Changes
```

## Overview

Overview Use as a snapshot to quickly revert to previously saved edits.

## Topics

### Initializers

- [init(dataRepresentation:)](cinematic/cnscript-1ispe/changes/init(datarepresentation:).md)

### Instance Properties

- [addedDetectionTracks](cinematic/cnscript-1ispe/changes/addeddetectiontracks.md)
- [dataRepresentation](cinematic/cnscript-1ispe/changes/datarepresentation.md)
- [fNumber](cinematic/cnscript-1ispe/changes/fnumber.md)
- [userDecisions](cinematic/cnscript-1ispe/changes/userdecisions.md)
