---
title: SpeechTranscriber.ReportingOption.fastResults
framework: speech
role: symbol
role_heading: Case
path: speech/speechtranscriber/reportingoption/fastresults
---

# SpeechTranscriber.ReportingOption.fastResults

Biases the transcriber towards responsiveness, yielding faster but also less accurate results.

## Declaration

```swift
case fastResults
```

## Discussion

Discussion If included, the transcriber reduces result latency by using a smaller “context window”.

## See Also

### Reporting options

- [SpeechTranscriber.ReportingOption.alternativeTranscriptions](speech/speechtranscriber/reportingoption/alternativetranscriptions.md)
- [SpeechTranscriber.ReportingOption.volatileResults](speech/speechtranscriber/reportingoption/volatileresults.md)
