Class
A request to recognize speech from an audio source.
SDK
Framework
On This Page
An array of phrases that should be recognized, even if they are not in the system vocabulary.
var shouldReportPartialResults : BoolA Boolean value that indicates whether partial, nonfinal results for each utterance are reported.
var taskHint : SFSpeechRecognitionTaskHintA value that indicates the type of speech recognition being performed.
var interactionIdentifier : String?A string that identifies the recognition request object associated with the request.
A request to recognize speech provided in audio buffers.
class SFSpeechURLRecognitionRequestA request to recognize speech in a recorded audio file.
class SFSpeechRecognitionTaskA speech recognition task that lets you monitor recognition progress.