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

# results

The asynchronous sequence of transcription results.

## Declaration

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

## Discussion

Discussion Accessing this property does not create a new sequence.

## See Also

### Getting results

- [DictationTranscriber.Result](speech/dictationtranscriber/result.md)
