isDiscrete
A flag determining if the detection track has discrete detections, otherwise continuous.
Declaration
var isDiscrete: Bool { get }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.