summaryrefslogtreecommitdiff
path: root/src/GF/System
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/System')
-rw-r--r--src/GF/System/NoSpeechInput.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/GF/System/NoSpeechInput.hs b/src/GF/System/NoSpeechInput.hs
index 2f967f66f..b9bf0f067 100644
--- a/src/GF/System/NoSpeechInput.hs
+++ b/src/GF/System/NoSpeechInput.hs
@@ -14,4 +14,10 @@
module GF.System.NoSpeechInput (recognizeSpeech) where
+import GF.Infra.Ident (Ident)
+import GF.Infra.Option (Options)
+import GF.Conversion.Types (CGrammar)
+
+recognizeSpeech :: Ident -- ^ Grammar name
+ -> Options -> CGrammar -> IO String
recognizeSpeech = fail "No speech input available"