<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 14.0.0 -",
    "tvOS: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCapturePhotoSettings/enabledSemanticSegmentationMatteTypes",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCapturePhotoSettings(py)enabledSemanticSegmentationMatteTypes"
  },
  "title" : "enabledSemanticSegmentationMatteTypes"
}
-->

# enabledSemanticSegmentationMatteTypes

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

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

## Discussion

You may set this property to the array of matte types you’d like delivered with [`AVCapturePhoto`](/documentation/AVFoundation/AVCapturePhoto). The array may only contain values present in [`availableSemanticSegmentationMatteTypes`](/documentation/AVFoundation/AVCapturePhotoOutput/availableSemanticSegmentationMatteTypes).

The default value of this property is an empty array.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)