A Boolean value that indicates whether you want intermediate results returned for each utterance.
SDK
- iOS 10.0+
Framework
- Speech
Declaration
var shouldReportPartialResults: Bool { get set }
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.