---
title: ARHitTestResult.ResultType
framework: arkit
role: symbol
role_heading: Structure
path: arkit/arhittestresult/resulttype
---

# ARHitTestResult.ResultType

Possible types for specifying a hit-test search, or for the result of a hit-test search.

## Declaration

```swift
struct ResultType
```

## Topics

### Creating a Result Type

- [init(rawValue:)](arkit/arhittestresult/resulttype/init(rawvalue:).md)

### Result Types

- [featurePoint](arkit/arhittestresult/resulttype/featurepoint.md)
- [estimatedHorizontalPlane](arkit/arhittestresult/resulttype/estimatedhorizontalplane.md)
- [estimatedVerticalPlane](arkit/arhittestresult/resulttype/estimatedverticalplane.md)
- [existingPlane](arkit/arhittestresult/resulttype/existingplane.md)
- [existingPlaneUsingExtent](arkit/arhittestresult/resulttype/existingplaneusingextent.md)
- [existingPlaneUsingGeometry](arkit/arhittestresult/resulttype/existingplaneusinggeometry.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Identifying Results

- [type](arkit/arhittestresult/type.md)
- [anchor](arkit/arhittestresult/anchor.md)
