SpeechRecognizer¶
-
MLModule
¶ genre Other
author Felix Ritter
package FMEwork/Release
dll MLSpeechRecognizer
definition MLSpeechRecognizer.def keywords speech
,NLU
,voice
Purpose¶
Module to perform speech recognition. (macOS-only currently)
Parameter Fields¶
Field Index¶
Contextual Strings : String |
Start : Trigger |
contextualStringsTextFilePath : String |
Stop : Trigger |
endOfUtteranceDelay : Double |
supportedLocalesList : String |
errorDescription : String |
supportsOnDeviceRecognition : Bool |
hadError : Trigger |
Transcription Delta : String |
isRunning : Bool |
Transcription Finished : String |
Locale : String |
Transcription Intermediate : String |
Operate without network access : Bool |
utteranceReinterpreted : Trigger |
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.
Transcription Intermediate¶
-
name:
transcriptionIntermediate
, type:
String
, persistent:
no
¶ Intermediate results returned for each utterance.