---
title: enabledSemanticSegmentationMatteTypes
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturephotosettings/enabledsemanticsegmentationmattetypes
---

# enabledSemanticSegmentationMatteTypes

An array of semantic segmentation matte types that the photo render pipeline can deliver.

## Declaration

```swift
var enabledSemanticSegmentationMatteTypes: [AVSemanticSegmentationMatte.MatteType] { get set }
```

## Discussion

Discussion You may set this property to the array of matte types you’d like delivered with AVCapturePhoto. The array may only contain values present in availableSemanticSegmentationMatteTypes. The default value of this property is an empty array.

## See Also

### Capturing semantic segmentation mattes

- [embedsSemanticSegmentationMattesInPhoto](avfoundation/avcapturephotosettings/embedssemanticsegmentationmattesinphoto.md)
