---
title: "addIncludedPoint(_:)"
framework: vision
role: symbol
role_heading: Instance Method
path: "vision/generateiterativesegmentationrequest/addincludedpoint(_:)-4l3rd"
---

# addIncludedPoint(_:)

Refines the mask with a point that is part of the desired segmentation. Throws an error if the total number of added points exceeded the limitation. (13 points when seedPoint or seedScribbleBuffer were used or 11 points when seedBox was used)

## Declaration

```swift
final func addIncludedPoint(_ point: NormalizedPoint) throws
```
