---
title: type
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/arhittestresult/type
---

# type

The kind of detected feature the search result represents.

## Declaration

```swift
var type: ARHitTestResult.ResultType { get }
```

## Discussion

Discussion You specify one or more result types to search for when calling a hit-testing method. A result object has only one result type.

## See Also

### Identifying Results

- [ARHitTestResult.ResultType](arkit/arhittestresult/resulttype.md)
- [anchor](arkit/arhittestresult/anchor.md)
