---
title: name
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/arreferenceimage/name
---

# name

A descriptive name for the image.

## Declaration

```swift
var name: String? { get set }
```

## Discussion

Discussion For reference images loaded from an Xcode asset catalog, this property is the name assigned in the asset catalog. For programmatically created reference images, this value is nil. note: This string is not localized text intended for user display. However, in debugging  you can use this property to indicate which image was detected.

## See Also

### Examining a Reference Image

- [physicalSize](arkit/arreferenceimage/physicalsize.md)
- [resourceGroupName](arkit/arreferenceimage/resourcegroupname.md)
