---
title: shouldReportPartialResults
framework: speech
role: symbol
role_heading: Instance Property
path: speech/sfspeechrecognitionrequest/shouldreportpartialresults
---

# shouldReportPartialResults

A Boolean value that indicates whether you want intermediate results returned for each utterance.

## Declaration

```swift
var shouldReportPartialResults: Bool { get set }
```

## Discussion

Discussion The default value of this property is true. If you want only final results (and you don’t care about intermediate results), set this property to false to prevent the system from doing extra work.

## See Also

### Configuring a recognition request

- [requiresOnDeviceRecognition](speech/sfspeechrecognitionrequest/requiresondevicerecognition.md)
- [contextualStrings](speech/sfspeechrecognitionrequest/contextualstrings.md)
