SpeechRecognizer

A helper for transcribing speech to text using SFSpeechRecognizer and AVAudioEngine.

PropertyTypeDescription
delegateAgentforceSpeechTranscriberDelegate?The delegate that receives real-time updates during speech recognition
MethodSignatureDescription
startTranscribingstartTranscribing(completion: @escaping (Error?) -> Void)Starts the speech recognition session and begins listening for audio input
stopTranscribingstopTranscribing()Stops the current speech recognition session