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:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Recognizes some text.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Speech | 9.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
FilePath | The file path to the audio file to analyze. | "/Users/cs/Desktop/test.m4a" | |
Locale | The locale to use. Leave empty to use user's current locale. |
"en-US" | Optional |
Hint | The hint on what kind of speech recognition being performed Can be Search, Dictation, Confirmation or Unspecified. Default is Unspecified. |
"Dictation" | Optional |
requiresOnDeviceRecognition | Whether you require on device recognition. Pass 1 to require on device recognition or 0 for the case it doesn't matter. |
1 | Optional |
contextualStrings | Phrases which should be recognized even if they are not in the system vocabulary. | "Monkeybread Software¶Plugin" | Optional |
Returns text or error.
Created 22nd August 2019, last changed 22nd August 2019
SpeechRecognition.IsInitialized - SpeechRecognition.RequestAuthorization
Feedback: Report problem or ask question.