SpeechRecognizer¶
- MLModule¶
genre
author
package
dll
definition
keywords
Purpose¶
Module to perform speech recognition. (macOS-only currently)
Windows¶
Default Panel¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Visible Fields¶
Locale¶
- name: locale, type: String, default: de-DE¶
Locale representing the language and country you want to use for speech recognition.
Contextual Strings¶
- name: contextualStrings, type: String¶
A newline seperated list of phrases that should be recognized, even if they are not in the system vocabulary.
Operate without network access¶
- name: requiresOnDeviceRecognition, type: Bool, default: FALSE¶
A Boolean value that determines whether a request must keep its audio data on the device.
Start¶
- name: start, type: Trigger¶
Start speech recognition process.
Stop¶
- name: stop, type: Trigger¶
Stop speech recognition process.
Transcription Intermediate¶
- name: transcriptionIntermediate, type: String, persistent: no¶
Intermediate results returned for each utterance.
Transcription Delta¶
- name: transcriptionDelta, type: String, persistent: no¶
Difference (delta) of the current to the last recognized utterance.
Transcription Finished¶
- name: transcriptionFinished, type: String, persistent: no¶
The complete utterance after a period of silence; speech processing is complete.