---
title: results
framework: speech
role: symbol
role_heading: Instance Property
path: speech/speechdetector/results
---

# results

The asynchronous sequence of speech detection results.

## Declaration

```swift
final var results: some Sendable & AsyncSequence<SpeechDetector.Result, any Error> { get }
```

## Discussion

Discussion This sequence may throw an error, but will otherwise remain empty. Accessing this property does not create a new sequence.

## See Also

### Getting results

- [SpeechDetector.Result](speech/speechdetector/result.md)
