---
title: childContours
framework: vision
role: symbol
role_heading: Instance Property
path: vision/vncontour/childcontours
---

# childContours

An array of contours that this contour encloses.

## Declaration

```swift
var childContours: [VNContour] { get }
```

## See Also

### Accessing Child Contours

- [childContourCount](vision/vncontour/childcontourcount.md)
- [childContour(at:)](vision/vncontour/childcontour(at:).md)
