detectionTrack(for:)
A detection track representing all detections with the given detection ID, over the entire Cinematic script.
Declaration
final func detectionTrack(for detectionID: CNDetectionID) -> CNDetectionTrack?Parameters
- detectionID:
The detection ID of interest.
Return Value
A detection track representing all detections with the detection ID of interest, over the entire Cinematic script.