---
title: HKAnchoredObjectQueryDescriptor.Results
framework: healthkit
role: symbol
role_heading: Structure
path: healthkit/hkanchoredobjectquerydescriptor/results
---

# HKAnchoredObjectQueryDescriptor.Results

An asynchronous sequence that emits updates from an anchored object query.

## Declaration

```swift
struct Results
```

## Topics

### Creating an Iterator

- [HKAnchoredObjectQueryDescriptor.Results.Iterator](healthkit/hkanchoredobjectquerydescriptor/results/iterator.md)

## Relationships

### Conforms To

- [AsyncSequence](swift/asyncsequence.md)

## See Also

### Running Queries

- [result(for:)](healthkit/hkanchoredobjectquerydescriptor/result(for:).md)
- [results(for:)](healthkit/hkanchoredobjectquerydescriptor/results(for:).md)
- [HKAnchoredObjectQueryDescriptor.Result](healthkit/hkanchoredobjectquerydescriptor/result.md)
