---
title: isDiscrete
framework: cinematic
role: symbol
role_heading: Instance Property
path: cinematic/cndetectiontrack-2bxtd/isdiscrete
---

# isDiscrete

A flag determining if the detection track has discrete detections, otherwise continuous.

## Declaration

```swift
var isDiscrete: Bool { get }
```

## Discussion

Discussion A discrete detection track returns detections only at the specific times a detection occurs. A continuous detection track returns a detection for any requested time and an empty array for time ranges.
