requiresOnDeviceRecognition
A Boolean value that determines whether a request must keep its audio data on the device.
Declaration
var requiresOnDeviceRecognition: Bool { get set }Discussion
Set this property to true to prevent an SFSpeechRecognitionRequest from sending audio over the network. However, on-device requests won’t be as accurate.