---
title: "init(time:detectionID:strong:)"
framework: cinematic
role: symbol
role_heading: Initializer
path: "cinematic/cndecision-swift.struct/init(time:detectionid:strong:)"
---

# init(time:detectionID:strong:)

Makes a decision to focus on the best among those detections with the same detection group ID.

## Declaration

```swift
init(time: CMTime, detectionID: CNDetectionID, strong isStrong: Bool)
```

## Parameters

- `time`: The first presentation time which the subject should be in focus.
- `detectionID`: A unique number representing the detection to focus on if this is a group decision.
- `isStrong`: A flag representing whether this is a strong decision or not. A strong decision keeps focus for as long as possible.

## Discussion

Discussion A strong decision keeps focus for as long as possible on the detected subject.

## See Also

### Initializers

- [init(time:detectionGroupID:strong:)](cinematic/cndecision-swift.struct/init(time:detectiongroupid:strong:).md)
