<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIBarcodeDescriptor",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(cs)CIBarcodeDescriptor"
  },
  "title" : "CIBarcodeDescriptor"
}
-->

# CIBarcodeDescriptor

An abstract base class that represents a machine-readable code’s attributes.

```
class CIBarcodeDescriptor
```

## Overview

Subclasses encapsulate the formal specification and fields specific to a code type.
Each subclass is sufficient to recreate the unique symbol exactly as seen or used with a custom parser.

---

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)