Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Speak text on Mac, iOS & Windows.
Use SpeechRecognition functions on MacOS 10.15 or iOS 10 and newer to recognize text from audio files.
Version | macOS | Windows | Linux | Server | iOS SDK |
6.3 / 11.1 | ✅ Yes | 🔶 47% | ❌ No | ❌ No | ✅ Yes |
Item | Details |
---|---|
Speech.AttributesForVoices Queries attributes for a voice. | Mac/iOS 11.0 |
Speech.AvailableVoices Query the list of available voices. | Mac/Win/iOS 6.4 |
Speech.IsPaused Checks whether we are paused. | Mac/Win/iOS 8.3 |
Speech.IsSpeaking Queries whether text is speaking. | Mac/Win/iOS 7.5 |
Speech.Pause Pauses speech. | Mac/Win/iOS 8.3 |
Speech.Resume Resumes speech. | Mac/Win/iOS 8.3 |
Speech.Speak Speaks text. | Mac/Win/iOS 6.3 |
Speech.Stop Stops speech as soon as possible. | Mac/Win/iOS 11.1 |
SpeechRecognition.AuthorizationStatus Queries authorization status. | Mac/iOS 9.4 |
SpeechRecognition.Initialize Initializes the Speech Recognition. | Mac/iOS 9.4 |
SpeechRecognition.IsInitialized Checks whether we are initialized. | Mac/iOS 9.4 |
SpeechRecognition.Recognize Recognizes some text. | Mac/iOS 9.4 |
SpeechRecognition.RequestAuthorization Requests authorization for Speech Recognition. | Mac/iOS 9.4 |
SpeechRecognition.SupportedLocales Queries supported locales. | Mac/iOS 9.4 |
SpeechRecognition.SupportsOnDeviceRecognition Queries whether on device recognition is supported. | Mac/iOS 9.4 |
15 functions shown.
Feedback: Report problem or ask question.