enabledSemanticSegmentationMatteTypes
An array of semantic segmentation matte types that the photo render pipeline can deliver.
Declaration
var enabledSemanticSegmentationMatteTypes: [AVSemanticSegmentationMatte.MatteType] { get set }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.