Hi,
From the documentation of SFSpeechRecognizer(), it seems that "An array of potential transcriptions, sorted in descending order of confidence." can be returned from a call to SFSpeechRecognizer():
https://developer.apple.com/documentation/speech/sfspeechrecognitionresult/1648282-transcriptions
However, is it possible to get at the confidence levels (of the items in sais array) per se?