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

# results

The asynchronous sequence of transcription results.

## Declaration

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

## Discussion

Discussion Accessing this property does not create a new sequence.

## See Also

### Getting results

- [SpeechTranscriber.Result](speech/speechtranscriber/result.md)
