init(time:detectionID:strong:)
Makes a decision to focus on the best among those detections with the same detection group ID.
Declaration
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
A strong decision keeps focus for as long as possible on the detected subject.