<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARPointCloud/identifiers-508tf",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "s:So12ARPointCloudC5ARKitE11identifiersSays6UInt64VGvp"
  },
  "title" : "identifiers"
}
-->

# identifiers

A list of unique identifiers corresponding to detected feature points.

```
@nonobjc var identifiers: [UInt64] { get }
```

## Discussion

Each identifier in this list corresponds to the point vector at the same index in the [`points`](/documentation/ARKit/ARPointCloud/points-4vkif) 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)