---
title: "addExcludedPoint(_:)"
framework: vision
role: symbol
role_heading: Instance Method
platforms: [iOS 27.0+, iPadOS 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: "vision/generateiterativesegmentationrequest/addexcludedpoint(_:)"
---

# addExcludedPoint(_:)

Refines the mask with a point that is excluded from the desired segmentation. Throws an error if the total number of added points exceeds the limit. (13 points when seedPoint or seedScribbleBuffer was used, or 11 points when seedBox was used)

## Declaration

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

## See Also

### Updating the mask

- [addIncludedPoint(_:)](vision/generateiterativesegmentationrequest/addincludedpoint(_:).md)
