---
title: eccVersion
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/cidatamatrixcodedescriptor/eccversion-swift.property
---

# eccVersion

The error correction version of the Data Matrix code symbol.

## Declaration

```swift
var eccVersion: CIDataMatrixCodeDescriptor.ECCVersion { get }
```

## Discussion

Discussion The possible error correction version are enumerated in CIDataMatrixCodeDescriptor.ECCVersion. Any symbol with an even number of rows and columns will be ECC 200.

## See Also

### Examining a Descriptor

- [errorCorrectedPayload](coreimage/cidatamatrixcodedescriptor/errorcorrectedpayload-swift.property.md)
- [rowCount](coreimage/cidatamatrixcodedescriptor/rowcount-swift.property.md)
- [columnCount](coreimage/cidatamatrixcodedescriptor/columncount-swift.property.md)
