summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-07-18 16:22:26 +0000
committerJoshua Colp <jcolp@digium.com>2006-07-18 16:22:26 +0000
commit457ec51f8da5102a71e2a3ecfd149180c756cb33 (patch)
tree4867337433a34db5828536cbd38ff14bd22e6c45 /doc
parent7dd7291aa0e96cad362ce604ff19d3a835f1f770 (diff)
Expand speech API so that the developer can interact with the engine more directly and use specific functions of the connector even if a generic API call is not available
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37881 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc')
-rw-r--r--doc/speechrec.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/speechrec.txt b/doc/speechrec.txt
index 7c4960ea3..8aa157de1 100644
--- a/doc/speechrec.txt
+++ b/doc/speechrec.txt
@@ -109,6 +109,10 @@ Returns the recognized text of a result.
Returns the matched grammar of the result.
+- SPEECH_ENGINE(name)=value
+
+Sets a speech engine specific attribute.
+
* Dialplan Flow:
-----------------