Welcome! › Forums › Unity Plugins › Mobile Speech Recognizer › iOS offline mode option › Reply To: iOS offline mode option
December 8, 2020 at 3:05 pm
#11624
Piotr
Keymaster
just create options like new SpeechRecognitionOptions()
, set requiresOnDeviceRecognition = true
and pass it as a param of StartRecording
function.